-
Notifications
You must be signed in to change notification settings - Fork 54
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
Visual Studio MSBuild process freezes after update to v.3 #371
Comments
Same experience when upgrading it to v3. It never finish building my Maui project. It is the same when I trying to build on the commandline. |
A minimum repro project might help. Also take a look at |
I have the same problem.
|
@Grzesik Plugin.FirebasePushNotifications is a completely different project. You might be in the wrong place. |
@AdamEssenmacher When I create an demo project and add the Nuget |
Windows/Visual Studio is known to hang sometimes when using XamarinBuildDownload: dotnet/android-libraries#1047 As discussed in the issue, you can work around it by manually extracting needed files into your XamarinBuildDownload cache. |
Hello!
After two days spent searching and solving the problem, I decided to share the solution with you.
The other day, I updated the Plugin version.Firebase.Cloud Messaging to 3.1.1. At that time, I was making improvements on the .NET MAUI project in VS Code on Mac. But when I forgot about it and returned to Visual Studio on Windows, I found that the application was not randomly built. I found that the studio runs a lot of MSBuild processes and they just hang. Stopping one of the processes starts a further build, which does not always end successfully. Since my solution consists of more than 130 projects, it was extremely difficult to detect the problem. As a result, it turned out that the whole problem was updating this plugin.
The text was updated successfully, but these errors were encountered: