Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit ecf3a3c

Browse files
committedFeb 2, 2024
--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

+2
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)
Please sign in to comment.