Skip to content

Commit ecf3a3c

Browse files
committed
--server-into-oas
1 parent c598720 commit ecf3a3c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/JsonApiDotNetCore.OpenApi/SwaggerComponents/ServerDocumentFilter.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
1+
using JetBrains.Annotations;
12
using Microsoft.AspNetCore.Http;
23
using Microsoft.OpenApi.Models;
34
using Swashbuckle.AspNetCore.SwaggerGen;
45

56
namespace JsonApiDotNetCore.OpenApi.SwaggerComponents;
67

8+
[UsedImplicitly(ImplicitUseKindFlags.InstantiatedNoFixedConstructorSignature)]
79
internal sealed class ServerDocumentFilter : IDocumentFilter
810
{
911
private readonly IHttpContextAccessor _httpContextAccessor;

0 commit comments

Comments
 (0)