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 b4dfc60 commit 591ac71Copy full SHA for 591ac71
src/api/Elastic.Documentation.Api.Infrastructure/Elastic.Documentation.Api.Infrastructure.csproj
@@ -4,6 +4,8 @@
4
<TargetFramework>net9.0</TargetFramework>
5
<ImplicitUsings>enable</ImplicitUsings>
6
<Nullable>enable</Nullable>
7
+ <EnableRequestDelegateGenerator>true</EnableRequestDelegateGenerator>
8
+ <InterceptorsPreviewNamespaces>$(InterceptorsPreviewNamespaces);Microsoft.AspNetCore.Http.Generated</InterceptorsPreviewNamespaces>
9
<AssemblyName>Elastic.Documentation.Api.Infrastructure</AssemblyName>
10
<RootNamespace>Elastic.Documentation.Api.Infrastructure</RootNamespace>
11
</PropertyGroup>
0 commit comments