Xamarin update
See original GitHub issueSo i updated the Xamarin.Forms nuget from 5.0.0.1931 to 5.0.0.2012 which resulted in a bunch of svgs not loading correctly anymore (Just shows nothing). Do you guys know why that happens and if i can do anything to fix that?
Repo: https://github.com/AlexGipp/Nindo.Mobile/tree/feature/Viral
(Afte downgrading the nuget to 5.0.0.1931 it worked again)
Issue Analytics
- State:
- Created 3 years ago
- Comments:9
Top Results From Across the Web
Updating Existing Xamarin.Forms Apps
Update Xamarin.Forms to 1.3.1 pre-release using the NuGet Package Manager for all projects in the solution: PCL (if present), iOS, Android, ...
Read more >How to update Xamarin.Forms to latest version?
From menu click Project->Update Nuget Packages then it will check updates(can be check from status bar at top side of editor).
Read more >Managing & Updating Xamarin NuGet Packages Efficiently
You just created your first Xamarin project and the next thing you should do is check for NuGet updates for both Xamarin.Forms and...
Read more >Updating Xamarin in Visual Studio - Alteridem - Rob Prouse
The solution to get the update is to go to Tools | Options | Xamarin | Other. In this dialog, there is a...
Read more >Updating Old Xamarin Forms Projects
Here the step by step: · 1. Make a backup of your package.config file (that way you will know which packages you...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

@onlyargon @AlexGipp rename your files so that they match the android resources naming conventions. So for example if u have a file someFile.svg rename it to some_file.svg
Same issue here. After update to the Xamarin forms
5.0.0.2012png files are not loading 😭