samhowes / rules_msbuild

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

Package files parsed from host nuget packages use file system path separator instead of posix path #195

Closed samhowes closed 2 years ago

samhowes commented 2 years ago

On windows, this means that the files are logged into generated build files with \\ path separators for the nuget package section of the path, which bazel errors on because the \ character is not allowed in target strings.