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 884570e commit a03028dCopy full SHA for a03028d
src/coreclr/tools/aot/ILCompiler/Program.cs
@@ -373,6 +373,7 @@ public int Run()
373
throw new CommandLineException($"Unexpected feature switch pair '{switchPair}'");
374
featureSwitches[switchAndValue[0]] = switchValue;
375
}
376
+ featureSwitches["System.Linq.Enumerable.ValueTypeTrimFriendlySelect"] = true;
377
378
BodyAndFieldSubstitutions substitutions = default;
379
IReadOnlyDictionary<ModuleDesc, IReadOnlySet<string>> resourceBlocks = default;
0 commit comments