Skip to content

Commit

Permalink
Suppress CA1869 in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jerone committed Aug 31, 2024
1 parent cb57aa6 commit b264f98
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 3 additions & 0 deletions Jvw.DevToys.SemverCalculator.Tests/Assembly.cs
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
using System.Diagnostics.CodeAnalysis;

[assembly: SuppressMessage("Performance", "CA1869", Justification = "Do not cache JsonSerializerOptions in tests.")]
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
using System.Text;
using System.Text.Json;
using Jvw.DevToys.SemverCalculator.Converters;

Expand Down

0 comments on commit b264f98

Please sign in to comment.