-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Description
Hi,
Starting with a new .NET 10 console application, I had no issues to use the feature.
In other projects, we use the FluentAPI for already a year. Coming from 1.10.0 I updated all the projects to 2.0.0 and annotated my methods and properties with the four-slash, fluent-prefixed xml comments like this:
//// <fluentSummary>
//// Sets the student's name.
//// </fluentSummary>
But this comments do not find it's way into the generated code. Neither the IDE IntelliSense nor the generated source file contains any documentation comments.
Is there a way to debug / log, why the generation doesn't happen?
If I add this
<PropertyGroup>
<EmitCompilerGeneratedFiles>true</EmitCompilerGeneratedFiles>
<CompilerGeneratedFilesOutputPath>Generated</CompilerGeneratedFilesOutputPath>
</PropertyGroup>
The generated code contains the documentation. But not the in-memory files
Metadata
Metadata
Assignees
Labels
No labels