-
-
Notifications
You must be signed in to change notification settings - Fork 25
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
Warnings about invalid XML Comments in generated code #408
Comments
Fixed in #411, shipping in 2.0.2 |
We were using cref, which is for API members, which is what was causing the formatting error in the first place. Fixes #408
We were using cref, which is for API members, which is what was causing the formatting error in the first place. Fixes #408
Still happening in 2.0.3:
I would provide the files if I could but unfortunately I cannot access them since they only exist when compiling. |
You can view them by setting: <EmitCompilerGeneratedFiles>true</EmitCompilerGeneratedFiles> In your project. <ItemGroup>
<Constant Include="ProjectFile" Value="$(ProjectFile)" Comment="The contents of the project" Root="Project" />
</ItemGroup> |
Describe the Bug
Since the update to v2.0 I am getting warnings about invalid XML comments in the generated code.
It seems that there is cref used for referencing to Url - href should be used in this case, and cref to reference code.
Steps to Reproduce
Update to v2.0
Expected Behavior
XML comments should be generated correctly, no warning
Exception with Stack Trace
no exception
Version Info
Additional Info
.NET 8 project
Visual Studio 2022
The text was updated successfully, but these errors were encountered: