Inirit
Inirit
Hello, I've been using this parsing library for a project I'm working on and I've come across a condition where the parsing function was taking a very long time to...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Current Behavior I cannot access pro features in the web app despite having...
If I understand correctly, rules_dotnet currently only supports the "publishing" of a *_binary target (assumed by the name of the "publish_binary" rule, but also by noticing _publish_binary_wrapper_impl in publish_binary.bzl assumes...
Newer versions of rules_dotnet brought support for the "build" folder that some NuGet packages have. According to #369, this implementation was based on [NETStandard.Library](https://www.nuget.org/packages/NETStandard.Library) as an example of the expected...
**Note**: This issue is related to #378 but not the same. It is a new issue that I foresee after a fix for #378 is released. When using a v2...
Build on CI machine failing with error "Couldn't find a valid ICU package installed on the system"
As part of our effort to update our project's version of rules_dotnet from 0.8.0 to 0.10.x, we are encountering an error that is only happening in our CI environment. This...
I'm working on a Bazel-based project that has a goal of enabling code coverage unit testing for our supported languages, one of those languages being C#. However, if I understand...
I've come across a strange behavior with `dotnet format --verify-no-changes` that I can't make sense of. I've created a minimal example at https://github.com/Inirit/dotnet-format-bug-repro/tree/main and I've explained the setup below: There's...