We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06d3d62 commit b0c3403Copy full SHA for b0c3403
src/AspNetCore/WebApi/src/Asp.Versioning.Http/DependencyInjection/IServiceCollectionExtensions.cs
@@ -282,5 +282,7 @@ private static void TryAddErrorObjectJsonOptions( IServiceCollection services )
282
}
283
284
285
+// TEMP: this is a marker class to test whether Error Objects have been explicitly added. remove in 9.0+
286
+#pragma warning disable CA1812 // Avoid uninstantiated internal classes
287
private sealed class ErrorObjectsAdded { }
288
0 commit comments