How to avoid Namespace Confilct with regular SVG.Net #187
-
I want to also use the regular SVG.NET library in my project but the Svg.Custom version that Svg.Skia depends on causes conflicts. Example error: How do I work around this? |
Beta Was this translation helpful? Give feedback.
Answered by
DevSelchow
Oct 19, 2023
Replies: 1 comment
-
Could get it to work with Aliases:
and in ur using like
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
DevSelchow
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Could get it to work with Aliases:
in you csproj:
and in ur using like