Skip to content

Commit 730d542

Browse files
committed
C#: Add comment justifing turning off strict deps.
1 parent 767d427 commit 730d542

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.bazelrc.internal

+4
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,8 @@
33
common --registry=file:///%workspace%/ql/misc/bazel/registry
44
common --registry=https://bcr.bazel.build
55

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.
610
common --@rules_dotnet//dotnet/settings:strict_deps=false

0 commit comments

Comments
 (0)