Skip to content

[dotnet] Update dependency rules_dotnet to v0.19.2 #16197

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: trunk
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 17, 2025

This PR contains the following updates:

Package Type Update Change
rules_dotnet bazel_dep minor 0.17.5 -> 0.19.2

Release Notes

bazel-contrib/rules_dotnet (rules_dotnet)

v0.19.2

Using Bzlmod with Bazel 7 and above

Requirements:

  • Bazel 7.0.0 or later
  • Bzlmod must be enabled
  1. Add to your MODULE.bazel file:
bazel_dep(name = "rules_dotnet", version = "0.19.2")

dotnet = use_extension("@​rules_dotnet//dotnet:extensions.bzl", "dotnet")
dotnet.toolchain(dotnet_version = "8.0.200")
use_repo(dotnet, "dotnet_toolchains")

register_toolchains("@​dotnet_toolchains//:all")

What's Changed

Full Changelog: https://github.com/bazel-contrib/rules\_dotnet/compare/v0.19.1...v0.19.2

v0.19.0

Using Bzlmod with Bazel 7 and above

Requirements:

  • Bazel 7.0.0 or later
  • Bzlmod must be enabled
  1. Add to your MODULE.bazel file:
bazel_dep(name = "rules_dotnet", version = "0.19.0")

dotnet = use_extension("@​rules_dotnet//dotnet:extensions.bzl", "dotnet")
dotnet.toolchain(dotnet_version = "8.0.200")
use_repo(dotnet, "dotnet_toolchains")

register_toolchains("@​dotnet_toolchains//:all")

What's Changed

New Contributors

Full Changelog: https://github.com/bazel-contrib/rules\_dotnet/compare/v0.18.2...v0.19.0

v0.18.2

Using Bzlmod with Bazel 7 and above

Requirements:

  • Bazel 7.0.0 or later
  • Bzlmod must be enabled
  1. Add to your MODULE.bazel file:
bazel_dep(name = "rules_dotnet", version = "0.18.2")

dotnet = use_extension("@​rules_dotnet//dotnet:extensions.bzl", "dotnet")
dotnet.toolchain(dotnet_version = "8.0.200")
use_repo(dotnet, "dotnet_toolchains")

register_toolchains("@​dotnet_toolchains//:all")

What's Changed

Full Changelog: https://github.com/bazel-contrib/rules\_dotnet/compare/v0.18.1...v0.18.2

v0.18.1

Using Bzlmod with Bazel 7 and above

Requirements:

  • Bazel 7.0.0 or later
  • Bzlmod must be enabled
  1. Add to your MODULE.bazel file:
bazel_dep(name = "rules_dotnet", version = "0.18.1")

dotnet = use_extension("@​rules_dotnet//dotnet:extensions.bzl", "dotnet")
dotnet.toolchain(dotnet_version = "8.0.200")
use_repo(dotnet, "dotnet_toolchains")

register_toolchains("@​dotnet_toolchains//:all")

What's Changed

Full Changelog: https://github.com/bazel-contrib/rules\_dotnet/compare/v0.18.0...v0.18.1

v0.18.0

Using Bzlmod with Bazel 7 and above

Requirements:

  • Bazel 7.0.0 or later
  • Bzlmod must be enabled
  1. Add to your MODULE.bazel file:
bazel_dep(name = "rules_dotnet", version = "0.18.0")

dotnet = use_extension("@​rules_dotnet//dotnet:extensions.bzl", "dotnet")
dotnet.toolchain(dotnet_version = "8.0.200")
use_repo(dotnet, "dotnet_toolchains")

register_toolchains("@​dotnet_toolchains//:all")

Breaking changes

  • The runfiles handling in publish_binary has been changed in a way that might break some users depending on how they package their binaries to move them out of Bazel. If you are using pkg_tar you need to make sure that you are using include_runfiles = True.

What's Changed

Full Changelog: https://github.com/bazel-contrib/rules\_dotnet/compare/v0.17.5...v0.18.0


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added C-dotnet .NET Bindings dependencies labels Aug 17, 2025
@selenium-ci selenium-ci added the B-build Includes scripting, bazel and CI integrations label Aug 17, 2025
@renovate renovate bot force-pushed the renovate/rules_dotnet-0.x branch from edb41d0 to 470b5e2 Compare August 21, 2025 11:11
Copy link
Contributor Author

renovate bot commented Aug 21, 2025

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

@diemol
Copy link
Member

diemol commented Aug 21, 2025

This update breaks the build for .NET. We need to check in detail what needs to be done.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
B-build Includes scripting, bazel and CI integrations C-dotnet .NET Bindings dependencies
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants