-
Notifications
You must be signed in to change notification settings - Fork 337
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
XamlC error XFC0000: Cannot resolve type #738
Comments
I believe it is being worked on (?) as indicated from the branch: But it has been a while and now MAUI is just about ready for release, then it is more relevant to get the compatible version out? If it is required to be added fast, then I suggest taking a look at the branch and including it in your project, at the same time this might help out finding any issues that might be between now and the preview release the branch was made for. |
Upon further inspection, the compatibility branch is not even close to finished and multiple things had changed from the preview version it was made for and now. I would suggest looking for alternatives till further updates are made. |
Maui Support is android only right now |
🔙 Regression
I had a project in Xamarin Forms working perfectly. Now I'm trying to migrate it to .Net Maui, but when I download Rg.Plugins.Popup in NuGet Packages and compile my project, I get the error:
Notice that, for example, I don't use any Popup in App.xaml:
Old (and correct) behavior
Working when I download and use it.
Current behavior
Gets
XamlC error XFC0000: Cannot resolve type
error.Reproduction steps
Clean and rebuild the solution;
Reinstall Rg.Plugins.Popup;
Add this to my .csproj:
None of that steps solved the problem.
The text was updated successfully, but these errors were encountered: