Reputation: 11
We can build and run a single file C# code with mono compiler up to C# 6. But for latest C# version - C# 12 - Mono doesn't have support for it. So, is there a way we can run a single file C# code with .NET 8?
I know we can build a simple console project, but I want to know if we can do it without creating a project or .csproj
file.
Upvotes: 0
Views: 217