File tree Expand file tree Collapse file tree 5 files changed +25
-0
lines changed
src/Components/test/testassets
Components.WasmRemoteAuthentication Expand file tree Collapse file tree 5 files changed +25
-0
lines changed Original file line number Diff line number Diff line change 1313 <InterceptorsNamespaces >$(InterceptorsNamespaces);Microsoft.AspNetCore.Http.Validation.Generated;Microsoft.Extensions.Validation.Generated</InterceptorsNamespaces >
1414 </PropertyGroup >
1515
16+ <ItemGroup >
17+ <!-- Enable RespectRequiredConstructorParametersDefault to test compatibility -->
18+ <RuntimeHostConfigurationOption Include =" System.Text.Json.Serialization.RespectRequiredConstructorParametersDefault" Value =" true" />
19+ </ItemGroup >
20+
1621 <ItemGroup >
1722 <ProjectReference Include =" $(RepoRoot)/src/Validation/gen/Microsoft.Extensions.Validation.ValidationsGenerator.csproj" OutputItemType =" Analyzer" ReferenceOutputAssembly =" false" />
1823 </ItemGroup >
Original file line number Diff line number Diff line change 88 <AllowUnsafeBlocks >true</AllowUnsafeBlocks >
99 </PropertyGroup >
1010
11+ <ItemGroup >
12+ <!-- Enable RespectRequiredConstructorParametersDefault to test compatibility -->
13+ <RuntimeHostConfigurationOption Include =" System.Text.Json.Serialization.RespectRequiredConstructorParametersDefault" Value =" true" />
14+ </ItemGroup >
15+
1116 <ItemGroup >
1217 <Reference Include =" Microsoft.AspNetCore.Components.WebAssembly" />
1318 <Reference Include =" Microsoft.AspNetCore.Components.WebAssembly.Authentication" />
Original file line number Diff line number Diff line change 77 <StaticWebAssetBasePath >WasmRemoteAuthentication</StaticWebAssetBasePath >
88 </PropertyGroup >
99
10+ <ItemGroup >
11+ <!-- Enable RespectRequiredConstructorParametersDefault to test compatibility -->
12+ <RuntimeHostConfigurationOption Include =" System.Text.Json.Serialization.RespectRequiredConstructorParametersDefault" Value =" true" />
13+ </ItemGroup >
14+
1015 <PropertyGroup Condition =" '$(TestTrimmedOrMultithreadingApps)' == 'true'" >
1116 <!-- Avoid spending time brotli compression publish output.-->
1217 <_BlazorBrotliCompressionLevel >NoCompression</_BlazorBrotliCompressionLevel >
Original file line number Diff line number Diff line change 44 <TargetFramework >$(DefaultNetCoreTargetFramework)</TargetFramework >
55 </PropertyGroup >
66
7+ <ItemGroup >
8+ <!-- Enable RespectRequiredConstructorParametersDefault to test compatibility -->
9+ <RuntimeHostConfigurationOption Include =" System.Text.Json.Serialization.RespectRequiredConstructorParametersDefault" Value =" true" />
10+ </ItemGroup >
11+
712 <ItemGroup >
813 <Reference Include =" Microsoft.AspNetCore" />
914 <Reference Include =" Microsoft.AspNetCore.Components.Server" />
Original file line number Diff line number Diff line change 99 <GenerateResxSource >false</GenerateResxSource >
1010 </PropertyGroup >
1111
12+ <ItemGroup >
13+ <!-- Enable RespectRequiredConstructorParametersDefault to test compatibility -->
14+ <RuntimeHostConfigurationOption Include =" System.Text.Json.Serialization.RespectRequiredConstructorParametersDefault" Value =" true" />
15+ </ItemGroup >
16+
1217 <PropertyGroup Condition =" '$(TestTrimmedOrMultithreadingApps)' == 'true'" >
1318 <!-- Avoid spending time brotli compression publish output.-->
1419 <_BlazorBrotliCompressionLevel >NoCompression</_BlazorBrotliCompressionLevel >
You can’t perform that action at this time.
0 commit comments