Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 4 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 (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2024-12-02T09:39:25.000Z (27 days ago)
- Last Synced: 2024-12-18T11:03:09.873Z (11 days ago)
- Topics: bazel, bazel-rules, csharp, dotnet, fsharp, mono, monorepo, nuget
- Language: Starlark
- Homepage:
- Size: 3.17 MB
- Stars: 192
- Watchers: 33
- Forks: 84
- Open Issues: 31
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.txt
- Codeowners: CODEOWNERS
Awesome Lists containing this project
README
[![Build status](https://badge.buildkite.com/703775290818dcb2af754f503ed54dc11bb124fce2a6bf1606.svg?branch=master)](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.