Skip to content
This repository has been archived by the owner on Oct 31, 2024. It is now read-only.

AFASResearch/bazel-dotnet

Repository files navigation

BazelDotnet

This tool is used in conjunction with AFASResearch/rules_dotnet.

Commands

repository

Generate the external nuget_repository in the current working directory.

BazelDotnet.exe repository [path to]/nuget.config [-p [path to]/Packages.Props, ...] [--tfm=net6.0]

TODO

  • allow speccing output dir
  • make nuget.config optional
  • document --imports

projects

Globs all .csproj files and generates an accompanying BUILD file.

BazelDotnet.exe projects

TODO

  • document features
  • migrate to Gazelle