Open
Description
By default, we only emit CompilerGeneratedAttribute
for generated methods (CompareTo
, Equals
, etc.), and since we also generate sequence points for them, VS code analysis shows them in the report:
The only user-added method in picture above is Create(int)
.
We should be emitting an ExcludeFromCodeCoverageAttribute
for generated methods, so they can be excluded from the report.
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
New