Replies: 1 comment
-
Premake has C# support, yes. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I want to decouple from Microsoft's toolchain so I decided to use bflat (https://github.com/bflattened/bflat). But bflat itself is only a compiler like gcc, it doesn't handle many things like the all-in-one
dotnet
tool. If I want a .csproj to have code completion via the OmniSharp language server, or I need to use bflata (https://github.com/xiaoyuvax/bflata) when my project is more complex, I need to use thedotnet
tool to create the .csproj first. I don't want to do so. Can Premake help me generate .csproj?I tried to use Sharpmake (https://github.com/ubisoft/Sharpmake) but I can't wrap my mind around it. Using C# as a DSL language is a very bad idea IMO.
Beta Was this translation helpful? Give feedback.
All reactions