We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Version Used: Microsoft Visual Studio Community 2019 Preview Version 16.7.0 Preview 4.0
Steps to Reproduce:
*.cs
/
namespace
/// <summary>
/// </summary>
Code:
/// <summary> /// All view-models from MVVM should be here /// </summary> namespace Test.Mvvm.ViewModel { }
Expected Behavior: Show the namespace documentation when
Actual Behavior:
Possible problems:
The text was updated successfully, but these errors were encountered:
Namespaces are not a valid xml location. You can see warning for that in the IDE:
If you wanted this to change, it would have to come through a language change at dotnet/csharplang.
Sorry, something went wrong.
Duplicate of dotnet/csharplang#315
No branches or pull requests
Version Used:
Microsoft Visual Studio Community 2019 Preview
Version 16.7.0 Preview 4.0
Steps to Reproduce:
*.cs
file/
one line over thenamespace
keyword/// <summary>
and/// </summary>
Code:
Expected Behavior:
Show the namespace documentation when
Actual Behavior:
Possible problems:
The text was updated successfully, but these errors were encountered: