Leandro T. C. Melo
Leandro T. C. Melo
That's cool @geekrelief ! In regards to Windows/Visual Studio, I can't help much right now (maybe in the future). But it won't be only about compiling, there are portions of...
Hi @SamuelMarks . I wouldn't implement such a feature myself, but I'd be willing to accept it as a contribution (if the implementation doesn't cause side effects for the main...
I'm running both macos and linux (ubuntu), with .NET Core. I've come across a few projects in which the problem is reproducible, one of them is the [music store sample](https://github.com/dotnet/aspnetcore/blob/master/src/MusicStore/samples/MusicStore/MusicStore.csproj)...
Another open source app example: https://github.com/HooliCorp/Goatly.NET
> I'm 🤞 this is resolved It isn't :-) To be thorough, it did work up to net5, but with net6 the incompatibilities around MsBuild emerged back.
Hi, thanks for the interest. Please take a look on the tests are linked against the compiler frontend at [cmakelists file](https://github.com/ltcmelo/psychec/blob/fe1dabb6e85c4cabf0c623721d82f665b7d94216/CMakeLists.txt#L97) for an example.
Thank you @purkhusid !
Thanks @aaliddell . Indeed, the [current rules_dotnet](https://github.com/bazelbuild/rules_dotnet/releases/tag/v0.8.9) allows you to register the desired dotnet toolchain in the WORKSPACE. Yet, I tried `--platforms` and `--host-platform` as you suggest, and while works...
It appears that I'm supposed to add `"//:lib"` to `protos` rather than to `deps`. Still, the `deps` from `lib` don't seem to be picked up (automatically), and if I add...
Thanks for clarifying @jmdyck! I'm leaving this open nevertheless in case the editors would consider an explicit pointer for the explanation of the circumstances.