Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/brightspace/rules_csharp
Bazel rules for C#
https://github.com/brightspace/rules_csharp
bazel bazel-rules csharp dotnet nuget
Last synced: 5 days ago
JSON representation
Bazel rules for C#
- Host: GitHub
- URL: https://github.com/brightspace/rules_csharp
- Owner: Brightspace
- License: apache-2.0
- Created: 2019-08-27T12:32:03.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-11-08T16:28:05.000Z (about 3 years ago)
- Last Synced: 2024-04-11T00:43:21.268Z (7 months ago)
- Topics: bazel, bazel-rules, csharp, dotnet, nuget
- Language: Starlark
- Size: 445 KB
- Stars: 8
- Watchers: 12
- Forks: 5
- Open Issues: 27
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# rules_csharp
[![Build status](https://badge.buildkite.com/3604affadbe7c01a052fb896ee1d83e0111ee3776e390e96b9.svg?branch=master)](https://buildkite.com/bazel/github-dot-com-brightspace-rules-csharp)
[Bazel](https://bazel.build) rules for C#.
These are experimental and initially were built for use by D2L.
You probably want to use [bazelbuild/rules_dotnet](https://github.com/bazelbuild/rules_dotnet).These are in a rougher state but they contain some differences that are
important for us. Our (potentially long-term) goal is to upstream the
differences, somehow, with the community.We want rules that are easy to use, support multi-targeting, high performance
(e.g. by [using reference assemblies](docs/ReferenceAssemblies.md) to improve
cache hits, persistent workers, etc.), cross-platform, and as simple as
possible given those constraints.Check out [the documentation](docs/README.md) for more info.