-
-
Notifications
You must be signed in to change notification settings - Fork 8.6k
[dotnet] Simplify nuget package reference in Bazel #16630
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
[dotnet] Simplify nuget package reference in Bazel #16630
Conversation
|
Thank you, @RenderMichael for this code suggestion. The support packages contain example code that many users find helpful, but they do not necessarily represent After reviewing the change, unless it is a critical fix or a feature that is needed for Selenium We actively encourage people to add the wrapper and helper code that makes sense for them to their own frameworks. |
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
All references to
frameworkpass in"nuget"as its first argument. We can simplify and self-document what the method means.🔗 Related Issues
💥 What does this PR do?
🔧 Implementation Notes
💡 Additional Considerations
🔄 Types of changes
PR Type
Other
Description
Rename
framework()function tonuget_package()for clarityRemove hardcoded "nuget" parameter from function signature
Update all call sites across dotnet build files
Delete old
framework.bzlfile and create newnuget_package.bzlDiagram Walkthrough
File Walkthrough
9 files
Update imports from framework to nuget_packageReplace framework calls with nuget_package callsUpdate all NuGet package references to use nuget_packageReplace framework function with nuget_package throughoutUpdate NuGet package references in firefox testsReplace framework calls with nuget_package in events testsUpdate NuGet references in extensions test suiteReplace framework function with nuget_package in UI testsUpdate devtools generator NuGet package references1 files
Delete deprecated framework function definition1 files
Create new nuget_package function with simplified signature