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 4d27a2d commit 1911b88Copy full SHA for 1911b88
src/api/Elastic.Documentation.Api.Lambda/Elastic.Documentation.Api.Lambda.csproj
@@ -13,12 +13,11 @@
13
<IsPublishable>true</IsPublishable>
14
<PublishAot>true</PublishAot>
15
<PublishTrimmed>true</PublishTrimmed>
16
-
17
<EnableSdkContainerSupport>true</EnableSdkContainerSupport>
18
<TrimmerSingleWarn>false</TrimmerSingleWarn>
19
<DockerDefaultTargetOS>Linux</DockerDefaultTargetOS>
20
- <EnableRequestDelegateGenerator>true</EnableRequestDelegateGenerator>
21
- <InterceptorsPreviewNamespaces>$(InterceptorsPreviewNamespaces);Microsoft.AspNetCore.Http.Generated</InterceptorsPreviewNamespaces>
+
+ <RootNamespace>Elastic.Documentation.Api.Lambda</RootNamespace>
22
</PropertyGroup>
23
24
<ItemGroup>
0 commit comments