Jonathan Chambers
Jonathan Chambers
I made this change while learning a bit more about code generation. It seems that Roslyn generated code uses the operator while this path uses the `Nullable` type name. I...
### Describe the bug The used of the csc `/shared` argument causes a 20 second delay/hang. This seems to be a regression from `8.0.1`. ### To Reproduce Using the 8.0.200...
## Steps to Reproduce ``` csc Program.cs mkdir lib1 csc Library.cs -t:library -out:lib1/Library.dll mkdir lib2 csc Library.cs -t:library -out:lib2/Library.dll -D:CHANGE_NAME mono Program.exe ``` Program.cs ```C# using System; using System.Collections.Generic; using...
Add check for GC_no_win32_dlls to avoid unnecessary malloc heap registration when not needed.