@@ -63,25 +63,32 @@ public void It_publishes_the_project_correctly(string targetFramework, string []
63
63
var runtimeConfigJsonContents = File . ReadAllText ( Path . Combine ( publishDirectory . FullName , "TestApp.runtimeconfig.json" ) ) ;
64
64
var runtimeConfigJsonObject = JObject . Parse ( runtimeConfigJsonContents ) ;
65
65
66
+ // Keep this list sorted
66
67
var baselineConfigJsonObject = JObject . Parse ( @"{
67
68
""runtimeOptions"": {
68
69
""configProperties"": {
70
+ ""System.ComponentModel.TypeConverter.EnableUnsafeBinaryFormatterInDesigntimeLicenseContextSerialization"": false,
69
71
""System.Diagnostics.Debugger.IsSupported"": true,
70
72
""System.Diagnostics.Tracing.EventSource.IsSupported"": false,
71
73
""System.Globalization.Invariant"": true,
72
74
""System.GC.Concurrent"": false,
73
75
""System.GC.Server"": true,
74
76
""System.GC.RetainVM"": false,
75
77
""System.Net.Http.EnableActivityPropagation"": false,
78
+ ""System.Net.Http.UseNativeHttpHandler"": true,
79
+ ""System.Reflection.Metadata.MetadataUpdater.IsSupported"": false,
80
+ ""System.Resources.ResourceManager.AllowCustomResourceTypes"": false,
76
81
""System.Resources.UseSystemResourceKeys"": true,
82
+ ""System.Runtime.InteropServices.BuiltInComInterop.IsSupported"": false,
83
+ ""System.Runtime.InteropServices.EnableConsumingManagedCodeFromNativeHosting"": false,
84
+ ""System.Runtime.InteropServices.EnableCppCLIHostActivation"": false,
85
+ ""System.Runtime.Serialization.EnableUnsafeBinaryFormatterSerialization"": false,
77
86
""System.Runtime.TieredCompilation"": true,
78
87
""System.Runtime.TieredCompilation.QuickJit"": true,
79
88
""System.Runtime.TieredCompilation.QuickJitForLoops"": true,
80
89
""System.StartupHookProvider.IsSupported"": false,
81
- ""System.Threading.Thread.EnableAutoreleasePool"": false,
82
- ""System.Resources.ResourceManager.AllowCustomResourceTypes"": false,
83
- ""System.ComponentModel.TypeConverter.EnableUnsafeBinaryFormatterInDesigntimeLicenseContextSerialization"": false,
84
90
""System.Text.Encoding.EnableUnsafeUTF7Encoding"": false,
91
+ ""System.Threading.Thread.EnableAutoreleasePool"": false,
85
92
""System.Threading.ThreadPool.MinThreads"": 2,
86
93
""System.Threading.ThreadPool.MaxThreads"": 9,
87
94
""extraProperty"": true
0 commit comments