The "GetMGCBTask" task failed unexpectedly.
See original GitHub issue- Following the tutorial Create a new SadConsole .NET Core project
- Installed MonoGame 3.7.1
- Created a new directory for a game
- Ran
dotnet new --install MonoGame.Template.CSharp
- Ran
dotnet new mgdesktopgl
- Ran
dotnet run
Expected: A MonoGame window with the default background
Actual:
error MSB4018: The "GetMGCBTask" task failed unexpectedly.
I know this isn’t strictly a SadConsole issue, but I’m following the tutorial on the SadConsole website
Issue Analytics
- State:
- Created 3 years ago
- Comments:7
Top Results From Across the Web
The "GetMGCBTask" task failed unexpectedly · Issue #7189
The "GetMGCBTask " task failed unexpectedly. What version of MonoGame does the bug occur on: MonoGame 3.7.1. What operating system are you using:....
Read more >The CreateAppHost task failed unexpectedly. MSB4018
I was running the code inside shared directory, moving the folder out of shared directory and running the dotnet again solved the error....
Read more >MSB4018: The task failed unexpectedly - Microsoft Q&A
Hello I have a problem in VS 2022 .net 6. The problem is: MSB4018: The task failed unexpectedly in Microsoft.Net.Sdk.targets line 554
Read more >MSB4018 The "XamlCTask" task failed unexpectedly
VS2019 latest version crashes the XamlCTask when defining somewhere in a XAML file the following glyph icon within a Xamarin.Froms 4.1 App.xaml file:...
Read more >MSB4018: The task failed unexpectedly
Hi, after reinstalling Visual Studio, I get the error in question by recompiling a program that I had previously written and that worked ......
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Also love your console, I’m writing something similar myself, for my own game.
~2 weeks.