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 c598720 commit ecf3a3cCopy full SHA for ecf3a3c
src/JsonApiDotNetCore.OpenApi/SwaggerComponents/ServerDocumentFilter.cs
@@ -1,9 +1,11 @@
1
+using JetBrains.Annotations;
2
using Microsoft.AspNetCore.Http;
3
using Microsoft.OpenApi.Models;
4
using Swashbuckle.AspNetCore.SwaggerGen;
5
6
namespace JsonApiDotNetCore.OpenApi.SwaggerComponents;
7
8
+[UsedImplicitly(ImplicitUseKindFlags.InstantiatedNoFixedConstructorSignature)]
9
internal sealed class ServerDocumentFilter : IDocumentFilter
10
{
11
private readonly IHttpContextAccessor _httpContextAccessor;
0 commit comments