Closed labtox closed 3 years ago
Hello @labtox! 👋🏻
Pushed v2.1.4 with a fix to NuGet 😄
I wonder why I haven't seen this before? Do you have an AppCore.System
namespace?
Actually, we do have that namespace 😅 that's probably the case here
Thanks a lot for the quick response and fix 👍
One minor question... Is there a reason it's pushed to 2.1.4, while there is also a 2.2.0 version available?
Ummm. That's weird. I might've pushed a version 2.2.0 earlier, but somehow forgotten to push the tag and version bump commit? 🤔 I'll push a v2.2.1 as well, so it's the latest 😅
Hello,
I try to use this package in Xamarin.Android, but I get build errors because of namespace issues.
If I edit the code file manually like this. it works: I just prepended all the using statements at the top with "global::"
Another fix which works for me is moving the using statements out of the namespace declaration, like so:
If you could fix this one way or another, that would be awesome!
Regards, labtox