You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I saw that this is working with an older version of rules_dotnet. On top of that it is using the @io_bazel_rules_dotnet name which is not used in the rules_dotnet project. This makes overriding the version infeasible.
Description
I saw that this is working with an older version of rules_dotnet. On top of that it is using the @io_bazel_rules_dotnet name which is not used in the rules_dotnet project. This makes overriding the version infeasible.
Right now, I have the following:
And this is returning this error:
but the toolchain is defined for by rules_dotnet with
dotnet_register_toolchains("dotnet", "7.0.101")
Could we update the names and version so that we can use rules_dotnet and rules_proto_grpc together?
The text was updated successfully, but these errors were encountered: