bflattened / bflat

C# as you know it but with Go-inspired tooling (small, selfcontained, and native executables)
GNU Affero General Public License v3.0
3.63k stars 104 forks source link

How to specify C# lang version? #82

Closed xiaoyuvax closed 1 year ago

xiaoyuvax commented 1 year ago

My project compiles well with Dotnet compiler, but errors reported with bflat. I don't see any arg to specify which c# version BFlat currently uses or to alter it. Is this a big issue for source compatibility?