samhowes / rules_msbuild

Build .csproj files with Bazel
Apache License 2.0
6 stars 3 forks source link

Add `trim_package` to assembly names options for msbuild_directory #196

Closed samhowes closed 2 years ago

samhowes commented 2 years ago

An end users workspace may be laid out as such:

WORKSPACE
ts/foo/bar
cs/Foo/Bar

The c# assembly compiled at cs/Foo/Bar should be named "Foo.Bar.dll" not "cs.Foo.Bar.dll"