Results 23 comments of Eric Brunner

> `Resources` aren't set to BuildAction `AndroidResource`. @jfversluis You comment your own comment. Pretty awesome ;-) Ok, let's get more serious. I had success with the AndroidResources in a Multi-Project...

@Alvin-2101 `Multi-Project` was cancelled on my side due to the Microsoft advice to work with a `Single-Project` structure

@Alvin-2101 I added a Migration Guide [here](https://github.com/ericbrunner/TaskyApp.XamarinForms/wiki/Migration-Guide), maybe helpful.

Hey @jfversluis, that Bug still exists afer **10 month** since it was reported by @jonakirke94 . Well done!

@bijington Be kind! I dont bother someone. It was a promise to all Xamarin.Forms devs to have a smooth migration over to MAUI. Keep that promise!

Hey @pictos, when OSS like `Xamarin.CommunityToolkit` nuget is mentioned in the official [Microsoft Migration Guide] (https://learn.microsoft.com/en-us/dotnet/maui/migration/upgrade-assistant#get-started), every developer must expect that all features of Xamarin.CommunityToolkit are working after migration to...

@fvermeulen Yes Visual Studio 2015 Enterprise including latest stable Nuget Package Manager, Xamarin SDK and SP. I guess the PCL profile has to be changes on my side. But to...

I digged through the source code and saw that your PCL is configured for that profile > TargetFrameworkProfile>Profile78 I will try to change my project, if no side effects popup!

@ I develop an Azure Mobile Apps Xamarin.Forms PCL App for Droid + iOS . The initial version was scaffolded by the Azure Portal with Profile=259.

@fvermeulen Well I tried to switch to `Profile7` but I get several compiler errors which is clear, because the nugets are not compatible anymore. Ok I understand that your nuget...