A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
I found there were a few older 3rd party libraries that were causing the issue and they do not have newer versions.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
I am trying to move my xamarin.ios project to the new SDK style as MS is no longer supporting the previous methods.
I am following the steps at
https://learn.microsoft.com/en-us/dotnet/maui/migration/?view=net-maui-8.0
But I get multiple errors:
Error CS0012 The type 'UIScrollView' is defined in an assembly that is not referenced. You must add a reference to assembly 'Xamarin.iOS, Version=0.0.0.0,
and the errors are highlighted on random things that have nothing to do with it, like this will have the red underline with the error: Dictionary<nint, string>()
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
An object-oriented and type-safe programming language that has its roots in the C family of languages and includes support for component-oriented programming.
I found there were a few older 3rd party libraries that were causing the issue and they do not have newer versions.