Tom de Goede

Results 23 comments of Tom de Goede

I was running into the same issue but in my case it turned out I forgot to install Java 8 on the machine: https://docs.bazel.build/versions/master/tutorial/java.html. The error message is a bit...

I'm a bit confused as https://docs.bazel.build/versions/master/install-windows.html actually mentions Java 11.

We have the pathmap functionality implemented in our internal setup mainly for remote caching. The multiplex compiler server does it. I think we can look into migrating that.

We do something similar in our private repository by just invoking `bazel run @core_sdk//:dotnet.exe` commands. I'm not sure where it'll be located for you but I'm sure you should be...

Do you want to use dotnet.exe from within a bazel action or just from the commandline? You could also look into importing the prebuilt binaries as a rules_dotnet executable.

I think we are missing an import_binary rule here https://github.com/bazelbuild/rules_dotnet/blob/next/dotnet/private/rules/imports.bzl

Hi @hsyed-dojo . We are using Bazel to build a 500+ project dotnet (core) mono-repo. We have forked rules_dotnet and only kept bare minimum for our scenario. Take a look...

Apologies @purkhusid. I must have missed a notification email for your comment. I have a busy weekend planned but will look into formulating a list coming week. I must say...

Thanks @tomaszstrejczek I just received the invite!