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 26, 2024
1 parent 06d3d62 commit b0c3403
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 b0c3403

Please sign in to comment.