peakschris
peakschris
I wrote an 'assembly_info' rule that generates an assemblyinfo.cs file from a template for the current version of the product, and then wrote wrappers for each csharp_ rule. The wrapper...
In case you would like to upstream anything, or if it is helpful to others, this is what I set up: This is based on code I found here: https://github.com/SeleniumHQ/selenium/blob/trunk/dotnet/private/generated_assembly_info.bzl...
I need this. Can it be merged? Or maybe moved to https://github.com/bazel-contrib/bazel-lib?
That would be great. What I'm finding as I try to create my own genrule calling dotnet.exe is that it's difficult to pass /r parameters for the reference assemblies that...
I've just hit this too, my build is failing. I'm not quite sure what to do.
It works fine to create an extra .GlobalUsings.g.cs file and add to the project that contains the using statements. This can be added explicitly or in a wrapped rule: MyLibrary.GlobalUsings.g.cs:...
@pieknik +1 :-)
That's part of the use-case. But it seems to change the cwd of the script to the project root. I need cwd to remain the directory that I'm invoking the...
I can try. - d:\myhatchproject contains pyproject.toml, src\checkdata.py, checkdata is registered as script - d:\data contains data for analysis - checkdata is a script that checks datafiles in current directory...