-
Notifications
You must be signed in to change notification settings - Fork 398
Closed as not planned
Labels
enhancementGeneral enhancement requestGeneral enhancement requeststaletenet-coverageIssue related to possible incorrect coverageIssue related to possible incorrect coverage
Description
Admittedly I could just not exclude obsolete attributes but basically, a ref-struct actually has an obsolete intentionally added by the compiler.
Here is an example of a recently compiled code that I intentionally decompiled to find this "hidden" obsolete attribute.
Microsoft has documentation about it and why it is there too: https://docs.microsoft.com/en-us/dotnet/csharp/language-reference/proposals/csharp-7.2/span-safety#metadata-representation-or-ref-like-structs
Is there a way that coverlet could exclude obsolete without excluding ref-struct? Ideally in a way that doesn't require hard coding the files in the runsettings config.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementGeneral enhancement requestGeneral enhancement requeststaletenet-coverageIssue related to possible incorrect coverageIssue related to possible incorrect coverage
