Skip to content

Commit

Permalink
Exclude RequiresAssemblyFilesAttribute from code coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
sliekens authored and Sergio0694 committed Oct 28, 2023
1 parent 7e367d3 commit 96953b4
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ namespace System.Diagnostics.CodeAnalysis
global::System.AttributeTargets.Method |
global::System.AttributeTargets.Property,
Inherited = false, AllowMultiple = false)]
[global::System.Diagnostics.CodeAnalysis.ExcludeFromCodeCoverage]
[global::System.Diagnostics.Conditional("MULTI_TARGETING_SUPPORT_ATTRIBUTES")]
internal sealed class RequiresAssemblyFilesAttribute : global::System.Attribute
{
Expand Down

0 comments on commit 96953b4

Please sign in to comment.