Skip to content

Commit

Permalink
Fix code analysis
Browse files Browse the repository at this point in the history
  • Loading branch information
commonsensesoftware committed Mar 24, 2024
1 parent f8d1163 commit a237e92
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -282,5 +282,7 @@ private static void TryAddErrorObjectJsonOptions( IServiceCollection services )
}
}

// TEMP: this is a marker class to test whether Error Objects have been explicitly added. remove in 9.0+
#pragma warning disable CA1812 // Avoid uninstantiated internal classes
private sealed class ErrorObjectsAdded { }
}

0 comments on commit a237e92

Please sign in to comment.