# rules_dotnet **Repository Path**: mirrors_benjaminp/rules_dotnet ## Basic Information - **Project Name**: rules_dotnet - **Description**: .NET rules for Bazel - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-06-25 - **Last Updated**: 2025-11-01 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## 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.