-
-
Notifications
You must be signed in to change notification settings - Fork 8.6k
[dotnet] Replace lazy caching mechanism in BiDi's constructor with simple initialization #16399
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
Conversation
…mple initialization
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
🔄 Types of changes
PR Type
Other
Description
Replace lazy caching mechanism with direct initialization
Remove ConcurrentDictionary and AsModule method
Convert module properties to auto-properties
Reorganize using statements for better readability
Diagram Walkthrough
File Walkthrough
BiDi.cs
Simplify module initialization pattern
dotnet/src/webdriver/BiDi/BiDi.cs
constructor