Error MSB4018: The "Message" task failed unexpectedly
When building my asp.net app via a gitlab runner, I get the error
error MSB4018: The "Message" task failed unexpectedly.
This seems to be connected to some nuget packages, but I disabled every package except Microsoft.AspNetCore.OpenApi
and Swashbuckle.AspNetCore
. What else do I need to change that this error stops popping up? It seems to happen during the restore process.0 Replies