Hey, I wrote a Cake addin for CSharp.Lua to allow building projects with it. One of the modifications I had to make to allow this though was rebuilding the project with .NET Standard 2.0 instead of as a .net core application. Would it be possible to split the actual compiler off into a library and have the console application separate? I could probably submit a PR for this if needed, but I wanted to know if I was the only one who needed that.
Btw, if anyone wants access to it, I have an example project using my Cake module here: https://git.nofla.me/cgit/rtech/cake-csharp.lua-example (I don't use Github anymore for my personal projects)