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 9597b20 commit dca3ba8Copy full SHA for dca3ba8
src/JsonApiDotNetCore.OpenApi.Client.NSwag/UnreachableCodeException.cs
@@ -1,3 +1,5 @@
1
+#pragma warning disable CA1064 // Exceptions should be public
2
+
3
namespace JsonApiDotNetCore.OpenApi.Client.NSwag;
4
5
internal sealed class UnreachableCodeException() : Exception("This code should not be reachable.");
src/JsonApiDotNetCore.OpenApi.Swashbuckle/UnreachableCodeException.cs
namespace JsonApiDotNetCore.OpenApi.Swashbuckle;
0 commit comments