Contributors: Extension Methods #1126
paulushub
started this conversation in
Contributors
Replies: 2 comments
-
You may want to use discussions instead of issues for this kind of questions (maybe also for other discussion related stuff). |
Beta Was this translation helpful? Give feedback.
0 replies
-
@mrbean-bremen Got it, just trying to draw a quick attention 😄 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Description
Now, currently
Svg/Extensions,cs
, which defines a number of extension classes.Svg/ExtensionMethods
, which contains an extension class (with public access),UriExtensions.cs
.Question
Why is there a need to have this folder
Svg/ExtensionMethods
?NOTE Please there is no plan to remove this, as it may result in breaking change (just a wish to understand the thought process here)
Svg.ExtensionMethods
UriExtensions
is public,.Beta Was this translation helpful? Give feedback.
All reactions