C#C
C#2w ago
molly

error MSB6006: "csc.exe" exited with code -1073741819.

happens to any project (even default console ones) when i add:
    <PublishSingleFile>true</PublishSingleFile>
    <SelfContained>true</SelfContained>


stops me from doing anything C# :<

dotnet 10.0.100 and windows 10
Was this page helpful?