Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/bazelbuild/rules_dotnet

.NET rules for Bazel
https://github.com/bazelbuild/rules_dotnet

bazel bazel-rules csharp dotnet fsharp mono monorepo nuget

Last synced: 1 day ago
JSON representation

.NET rules for Bazel

Lists

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.