Skip to content

Commit

Permalink
Disable CS0649 in attributes that have unassigned fields
Browse files Browse the repository at this point in the history
  • Loading branch information
rdeago committed Nov 9, 2022
1 parent dd5edce commit 405b69f
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@

#else

#pragma warning disable CS0649 // Field is never assigned to
#pragma warning disable SA1401 // Fields should be private

// Licensed to the .NET Foundation under one or more agreements.
Expand Down

0 comments on commit 405b69f

Please sign in to comment.