Skip to content

Commit 746e3d3

Browse files
committed
feedback
1 parent d739d92 commit 746e3d3

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

test/Microsoft.NET.Publish.Tests/GivenThatWeWantToPublishAProjectWithAllFeatures.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ public void It_publishes_the_project_correctly(string targetFramework, string[]
7979
""System.Linq.Enumerable.IsSizeOptimized"": true,
8080
""System.Net.Http.EnableActivityPropagation"": false,
8181
""System.Net.Http.UseNativeHttpHandler"": true,
82+
""System.Net.Http.WasmEnableStreamingResponse"": true,
8283
""System.Net.Security.UseManagedNtlm"": true,
8384
""System.Net.SocketsHttpHandler.Http3Support"": false,
8485
""System.Reflection.Metadata.MetadataUpdater.IsSupported"": false,

test/TestAssets/TestProjects/KitchenSink/TestApp/TestApp.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
<RetainVMGarbageCollection>false</RetainVMGarbageCollection>
3030
<HttpActivityPropagationSupport>false</HttpActivityPropagationSupport>
3131
<UseNativeHttpHandler>true</UseNativeHttpHandler>
32+
<WasmEnableStreamingResponse>true</WasmEnableStreamingResponse>
3233
<_UseManagedNtlm>true</_UseManagedNtlm>
3334
<Http3Support>false</Http3Support>
3435
<MetadataUpdaterSupport>false</MetadataUpdaterSupport>

0 commit comments

Comments
 (0)