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
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
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
dotnettool. 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 thedotnettool 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