maddymontaquila / maui-migration-samples

Help the .NET MAUI team make robust tooling to get folks updated to .NET MAUI!
16 stars 0 forks source link

[MIGRATION] Severity Code Description Project File Line Suppression State Error APT2000 expected reference but got (raw string) #000000. #20

Open umakant-prismhr opened 1 year ago

umakant-prismhr commented 1 year ago

Environment

Are you on Windows or Mac: Windows Visual Studio Version: 17.4.4 .NET version dotnet --version: .NET 7 Runtime MAUI version installed: .NET MAUI Sdk for Android and iOS

Your code

My project is application. What platforms does it target? Android and iOS Is it Xamarin.Forms? What version? (PS we recommend only migrating XF 5+) Xamarin.Forms with 5.0 + version Do you use Xamarin.Essentials? Yes Is your app/library open source? Share the link! Its not open source If it isn't OSS, would you be willing to show someone on our team some code in a video call? yes we can show**

Migration

Did you follow the steps on the migration wiki Was it successful? Yes What went wrong? Details please! [ ] I couldn't finish the steps [ ] It didn't build after I finished migrating [ ] I need NuGets that aren't compatible with MAUI yet [ ] It built, but the layout/UI is all messed up [ ] I have no idea what happened, please help!!!

Share some details on your migration. Feel free to add screenshots/before + afters, video walkthroughs, blogs, or angry rants. Particularly - what .csproj properties did you get rid of and what could you keep? What code changes did you have to make in your C# and XAML?

What NuGets do you have that don't work for MAUI yet? Xamarin.Forms.Visual.Material

Custom Renderers (optional)

Do you have custom renderers in your app? Did you use the MAUI compat package with them, and did it worK? Yes i have used custom renderers Did you try to rewrite your renderers to the handler architecture? How did that go?

Upgrade Assistant (optional)

Did you use the upgrade assistant to try to upgrade? Did it work? I have used upgrade assistant , migration was successful but getting compile time error