C# Extern Aliases with 2 packages only working with 1 package
I have a simple setup where I have 2 nuget packges that share the same namespace. I’m trying to use aliases
to reference both packages in 1 console app, but ensure I alias them so that I can use both.