Skip to content

.NET rules for Bazel

License

Notifications You must be signed in to change notification settings

bazel-contrib/rules_dotnet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
Mar 18, 2025
Mar 18, 2025
May 2, 2024
Mar 17, 2025
Nov 14, 2024
Mar 18, 2025
Mar 18, 2025
Mar 18, 2025
Mar 18, 2025
Apr 3, 2024
Nov 14, 2024
Nov 17, 2023
Oct 10, 2024
Mar 18, 2025
Feb 12, 2022
Aug 31, 2022
Oct 11, 2022
Aug 31, 2022
Aug 31, 2022
Apr 3, 2024
Nov 17, 2023
Oct 18, 2024
Mar 9, 2016
Mar 18, 2025
Nov 17, 2023
Nov 14, 2024
Dec 2, 2024
Dec 2, 2024

Repository files navigation

Build status

Bazel rules for .Net

This ruleset is a alternative to using MSBuild with .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 for a primer on Bazel.

Usage

See the documentation in the docs

See examples in the examples folder.