We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 767d427 commit 730d542Copy full SHA for 730d542
.bazelrc.internal
@@ -3,4 +3,8 @@
3
common --registry=file:///%workspace%/ql/misc/bazel/registry
4
common --registry=https://bcr.bazel.build
5
6
+# See bazelbuild/rules_dotnet#413: strict_deps in C# also appliy to 3rd-party deps, and when we pull
7
+# in (for example) the xunit package, there's no code in this at all, it just depends transitively on
8
+# its implementation packages without providing any code itself.
9
+# We either can depend on internal implementation details, or turn of strict deps.
10
common --@rules_dotnet//dotnet/settings:strict_deps=false
0 commit comments