Tri Nguyen's Blog
Mobile app development, Kotlin, Swift, Xamarin, KMM


Migrate Xamarin Components

Posted on

New release of Visual Studio 4 Mac 7.4 on March 2018 has introduced new changes on C# editing which bring the significant improvement on typing responsiveness but forces old Xamarin projects to remove the Xamarin Components.

The message:

“We’ve detected that your solution is currently using Xamarin Components, which is no longer supported. Please remove the used Components manually and reopen the solution.”

We can Fix it by removing the Xamarin Component and replaced by the Nuget package or another library/DLL

Remove the Component

VS4Mac 7.4 removes the Components section of the Solution Pad so we have to work manually with the .csproj file to remove the Component, for example, CorePlot Component

Adding the library back: