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 13
13
<InterceptorsNamespaces >$(InterceptorsNamespaces);Microsoft.AspNetCore.Http.Validation.Generated;Microsoft.Extensions.Validation.Generated</InterceptorsNamespaces >
14
14
</PropertyGroup >
15
15
16
+ <ItemGroup >
17
+ <!-- Enable RespectRequiredConstructorParametersDefault to test compatibility -->
18
+ <RuntimeHostConfigurationOption Include =" System.Text.Json.Serialization.RespectRequiredConstructorParametersDefault" Value =" true" />
19
+ </ItemGroup >
20
+
16
21
<ItemGroup >
17
22
<ProjectReference Include =" $(RepoRoot)/src/Validation/gen/Microsoft.Extensions.Validation.ValidationsGenerator.csproj" OutputItemType =" Analyzer" ReferenceOutputAssembly =" false" />
18
23
</ItemGroup >
Original file line number Diff line number Diff line change 8
8
<AllowUnsafeBlocks >true</AllowUnsafeBlocks >
9
9
</PropertyGroup >
10
10
11
+ <ItemGroup >
12
+ <!-- Enable RespectRequiredConstructorParametersDefault to test compatibility -->
13
+ <RuntimeHostConfigurationOption Include =" System.Text.Json.Serialization.RespectRequiredConstructorParametersDefault" Value =" true" />
14
+ </ItemGroup >
15
+
11
16
<ItemGroup >
12
17
<Reference Include =" Microsoft.AspNetCore.Components.WebAssembly" />
13
18
<Reference Include =" Microsoft.AspNetCore.Components.WebAssembly.Authentication" />
Original file line number Diff line number Diff line change 7
7
<StaticWebAssetBasePath >WasmRemoteAuthentication</StaticWebAssetBasePath >
8
8
</PropertyGroup >
9
9
10
+ <ItemGroup >
11
+ <!-- Enable RespectRequiredConstructorParametersDefault to test compatibility -->
12
+ <RuntimeHostConfigurationOption Include =" System.Text.Json.Serialization.RespectRequiredConstructorParametersDefault" Value =" true" />
13
+ </ItemGroup >
14
+
10
15
<PropertyGroup Condition =" '$(TestTrimmedOrMultithreadingApps)' == 'true'" >
11
16
<!-- Avoid spending time brotli compression publish output.-->
12
17
<_BlazorBrotliCompressionLevel >NoCompression</_BlazorBrotliCompressionLevel >
Original file line number Diff line number Diff line change 4
4
<TargetFramework >$(DefaultNetCoreTargetFramework)</TargetFramework >
5
5
</PropertyGroup >
6
6
7
+ <ItemGroup >
8
+ <!-- Enable RespectRequiredConstructorParametersDefault to test compatibility -->
9
+ <RuntimeHostConfigurationOption Include =" System.Text.Json.Serialization.RespectRequiredConstructorParametersDefault" Value =" true" />
10
+ </ItemGroup >
11
+
7
12
<ItemGroup >
8
13
<Reference Include =" Microsoft.AspNetCore" />
9
14
<Reference Include =" Microsoft.AspNetCore.Components.Server" />
Original file line number Diff line number Diff line change 9
9
<GenerateResxSource >false</GenerateResxSource >
10
10
</PropertyGroup >
11
11
12
+ <ItemGroup >
13
+ <!-- Enable RespectRequiredConstructorParametersDefault to test compatibility -->
14
+ <RuntimeHostConfigurationOption Include =" System.Text.Json.Serialization.RespectRequiredConstructorParametersDefault" Value =" true" />
15
+ </ItemGroup >
16
+
12
17
<PropertyGroup Condition =" '$(TestTrimmedOrMultithreadingApps)' == 'true'" >
13
18
<!-- Avoid spending time brotli compression publish output.-->
14
19
<_BlazorBrotliCompressionLevel >NoCompression</_BlazorBrotliCompressionLevel >
You can’t perform that action at this time.
0 commit comments