-
-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Missing xml-comments in metadata for C# api #80
Comments
Can someone confirm if this works or not in Visual Studio? |
Some more information. I can get intellisense from within an F# project when using the "CSharp"-facade SwedishPersonalIdentityNumberCSharp. But if I create a C#-project and reference ActiveLogin.Identity.Swedish I cannot get any intellisense for the TryParse-functions with out-parameters. |
I have reported this as a bug in visualfsharp. |
Is this still an issue @viktorvan? |
This issue is not yet fixed in the fsharp-compiler. I suggest we keep it open. |
Describe the bug
Missing xml-comments in metadata for the C# api
What area is it related to
SwedishPersonalIdentityNumber.TryParse
andSwedishPersonalIdentityNumber.TryParseInSpecificYear
To Reproduce
Steps to reproduce the behavior:
Try to view xml-comments for the above mentioned methods, for example by hovering on the method names.
In the source code the methods have xml-comments:
But if you look in the comments file ActiveLogin.Identity.Swedish.xml there are no entries for the two functions with out-parameters.
Expected behavior
The xml-comments should be displayed. But they are not.
Screenshots
NuGet package version
2.0.1
Runtime version
.net core 2.2.104
Additional context
Visual Studio Code 1.31.1
The text was updated successfully, but these errors were encountered: