Skip to content

Commit

Permalink
Update suppressions
Browse files Browse the repository at this point in the history
  • Loading branch information
sailro committed Aug 29, 2024
1 parent e8f857b commit beba121
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Microsoft.Unity.Analyzers/Nullability.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@
* Licensed under the MIT License. See LICENSE in the project root for license information.
*-------------------------------------------------------------------------------------------*/

#pragma warning disable IDE0130
namespace System.Diagnostics.CodeAnalysis;
#pragma warning restore IDE0130

[AttributeUsage(AttributeTargets.Parameter)]
internal sealed class NotNullWhenAttribute(bool returnValue) : Attribute
Expand Down

0 comments on commit beba121

Please sign in to comment.