Daddoon / BlazorMobile

Create full C# driven hybrid-apps for iOS, Android, UWP & Desktop with Blazor!
MIT License
413 stars 55 forks source link

Low Priority: Fix android warning Xamarin.Android.Support.v7.Palette (>= 27.0.0) but Xamarin.Android.Support.v7.Palette 27.0.0 was not found. #208

Open arivera12 opened 4 years ago

arivera12 commented 4 years ago

Hi again hope you are ok!

I found this warning little warning on the solution and I will left it here for reference and fix it after a new release.

This may have no priority but it should be fixed at anytime when its possible.

Severity    Code    Description Project File    Line    Suppression State
Warning NU1603  Xamarin.Android.GeckoView 0.1.1 depends on Xamarin.Android.Support.v7.Palette (>= 27.0.0) but Xamarin.Android.Support.v7.Palette 27.0.0 was not found. An approximate best match of Xamarin.Android.Support.v7.Palette 27.0.2 was resolved.
Daddoon commented 4 years ago

This message is not harmful, as the package is only looking for a base version of a Android package that does not exist exactly.

This is only one line to update in the nuspec references to update on this package instead: https://github.com/Daddoon/Xamarin.Android.GeckoView

As the build is able to resolve the 27.0.2 reference by itself, this does not affect your builds.

arivera12 commented 4 years ago

@Daddoon it just a warning and yes it's still works. I just personally hate warnings haha.