Brightspace / rules_csharp

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

Moving csharp_library to have a single file in returned DefaultInfo #90

Closed jimevans closed 5 years ago

jimevans commented 5 years ago

This allows dependent rules to easily use csharp_library rules for things like copying files to another output location. Having multiple files returned makes such a thing difficult.

j3parker commented 5 years ago

@omsmith: Jim and I talked about this in Slack. It's really convenient if DefaultInfos files is simple (in this case just the DLL). It makes using our targets from things like genrule simpler. Some notes: