https://github.com/bazel-contrib/rules_dotnet
.NET rules for Bazel
https://github.com/bazel-contrib/rules_dotnet
bazel bazel-rules csharp dotnet fsharp mono monorepo nuget
Last synced: 11 days ago
JSON representation
.NET rules for Bazel
- Host: GitHub
- URL: https://github.com/bazel-contrib/rules_dotnet
- Owner: bazel-contrib
- License: apache-2.0
- Created: 2016-03-15T15:12:53.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2025-03-26T16:43:40.000Z (28 days ago)
- Last Synced: 2025-04-12T04:51:45.874Z (11 days ago)
- Topics: bazel, bazel-rules, csharp, dotnet, fsharp, mono, monorepo, nuget
- Language: Starlark
- Homepage:
- Size: 3.34 MB
- Stars: 199
- Watchers: 32
- Forks: 84
- Open Issues: 36
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.txt
- Codeowners: CODEOWNERS
Awesome Lists containing this project
README
[](https://buildkite.com/bazel/rules-dotnet-edge)
# Bazel rules for .Net
This ruleset is a alternative to using MSBuild with [.Net](https://dot.net)
By using this ruleset instead of MSBuild you gain the Bazel promise of `{Fast, Correct} - Choose two`This document will not enumerate all the possible gains that Bazel can bring and instead
it's recommended to take a look at the [Bazel documentation](https://bazel.build/) for a
primer on Bazel.## Usage
See the documentation in the [docs](docs/)
See examples in the [examples](examples/) folder.