Consider renaming Extensions class to something more specific · Issue #194 · oras-project/oras-dotnet · GitHub
More Web Proxy on the site http://driver.im/
You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Should we rename the extension class to something like
GraphExtensions
Primarily follow patterns like https://source.dot.net/#System.Private.CoreLib/src/libraries/System.Private.CoreLib/src/System/[MemoryExtensions.cs](https://source.dot.net/#System.Private.CoreLib/src/libraries/System.Private.CoreLib/src/System/MemoryExtensions.cs,a17a0e90616225db),a17a0e90616225db
The class names are closer to the meaning even when at a global namespace like system.
Also avoids expanding the Extension class to generic methods going forward.
The text was updated successfully, but these errors were encountered: