Brightspace / rules_csharp

Bazel rules for C#
Apache License 2.0
8 stars 5 forks source link

Use public API instead of visibility to private #124

Closed jrbeverly closed 4 years ago

jrbeverly commented 4 years ago

The net workspace used for the framework dependencies is accessing a rule using an internal reference rather than using the public API.

This PR resolves the import to use the public API, rather than access private rules of rules_csharp.

This resolves the buildifier warning bzl-visibility