MutantControl.cs failed to build 'GC.KeepAlive' #2686
Labels
Area: Compiling
🐛 Bug
Something isn't working
Priority: Medium
Issues that have a workaround or but should be fixed
Describe the bug
After fixing #2685, we got a new error
I think it's collision with my solution root Namespace "GC" and the Garbage Collector class name
Logs
Expected behavior
No build error
Desktop (please complete the following information):
Additional context
With just replace
GC.KeepAlive
withSystem.GC.KeepAlive
it's work.But maybe it's better to remove all using on this source and specific full name on all types to avoid all potential conflict with roslyn build class ? I can do a PR to do this if you want :)
The text was updated successfully, but these errors were encountered: