[dotnet] Update lock dependencies in bazel world#16642
[dotnet] Update lock dependencies in bazel world#16642nvborisenko merged 1 commit intoSeleniumHQ:trunkfrom
Conversation
PR Compliance Guide 🔍Below is a summary of compliance checks for this PR:
Compliance status legend🟢 - Fully Compliant🟡 - Partial Compliant 🔴 - Not Compliant ⚪ - Requires Further Human Verification 🏷️ - Compliance label |
||||||||||||||||||||||||
PR Code Suggestions ✨Explore these optional code suggestions:
|
|||||||||
User description
Continuation of #16639
🔗 Related Issues
#16639
💥 What does this PR do?
I executed
sh update-dependecies.shscript.🔄 Types of changes
PR Type
Enhancement
Description
Add
toolsfield to all NuGet package definitionsUpdate
paket.nuget_extension.bzlto use module extension metadataImprove Bazel integration for .NET dependency management
Diagram Walkthrough
File Walkthrough
paket.nuget.bzl
Add tools field to NuGet package definitionsdotnet/paket.nuget.bzl
"tools": {}field to all 25 NuGet package definitionsCommandLineParser, Handlebars.Net, Humanizer.Core,
Microsoft.Bcl.AsyncInterfaces, Microsoft.CSharp,
Microsoft.Extensions.DependencyInjection,
Microsoft.Extensions.DependencyInjection.Abstractions,
Microsoft.NETCore.Platforms, Moq, NETStandard.Library, NUnit,
NUnitLite, Runfiles, System.Buffers, System.Diagnostics.EventLog,
System.Memory, System.Numerics.Vectors, System.Reflection.Emit,
System.Reflection.Emit.ILGeneration, System.Reflection.TypeExtensions,
System.Runtime.CompilerServices.Unsafe,
System.Security.Principal.Windows, System.Text.Encodings.Web,
System.Text.Json, System.Threading.Tasks.Extensions, and
System.ValueTuple
paket.nuget_extension.bzl
Update module extension implementationdotnet/paket.nuget_extension.bzl
_ctxtomodule_ctxfor clarityreturn module_ctx.extension_metadata(reproducible = True)statement