rules_dotnet icon indicating copy to clipboard operation
rules_dotnet copied to clipboard

.NET rules for Bazel

Results 67 rules_dotnet issues
Sort by recently updated
recently updated
newest added

Is source generation supported ? If it is can i have some pointers on how to achieve this ? I have tried to setup a basic example by copying the...

See #418 It is still reproducable. OS: Ubuntu 20.04.6 LTS 5.15.0-97-generic Bazel: 7.0.2 rules_dotnet: master (https://github.com/bazelbuild/rules_dotnet/commit/626e28effb14f87de8375186ebb59911a16b71fb), v0.15.1

Bumps System.Text.Json from 7.0.3 to 8.0.4. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=System.Text.Json&package-manager=nuget&previous-version=7.0.3&new-version=8.0.4)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies
.NET

Welcome to [Renovate](https://redirect.github.com/renovatebot/renovate)! This is an onboarding PR to help you understand and configure settings before regular Pull Requests begin. 🚦 To activate Renovate, merge this Pull Request. To disable...

Migration to [Automatic Exec Groups](https://bazel.build/extending/auto-exec-groups) (AEGs) is needed since its incompatible flag (--incompatible_auto_exec_groups) will be enabled for Bazel@Head by default next week (week of 14th of October), thus it will...

Hi there, We are trying to get csharp_nunit_test working with a particular dotnet library in our product that has some interesting requirements. Let's call it business.dll. At runtime, business.dll looks...

In order to build Bazel rules for [Fable](https://github.com/fable-compiler/Fable), we need access to the F# source-files and target dependency graph. This information can be used to generate `fsproj` files that the...