Open A-And opened 6 years ago
Compiling CoreFX's System.Collections.Tests.dll results in a CodeGenerationError caused by a NullReferenceException.
This is likely due to a symbol generation size constraint, hit by L31 of https://github.com/dotnet/corefx/blob/master/src/System.Collections/tests/Generic/Dictionary/HashCollisionScenarios/InputData.cs
dotnet/roslyn#20118 tracks a Roslyn fix to prevent generation of bad debug information for this.
We should try not to crash the compiler.
Compiling CoreFX's System.Collections.Tests.dll results in a CodeGenerationError caused by a NullReferenceException.
This is likely due to a symbol generation size constraint, hit by L31 of https://github.com/dotnet/corefx/blob/master/src/System.Collections/tests/Generic/Dictionary/HashCollisionScenarios/InputData.cs