Base:
4 references to Message
dotnet (2)
Commands\Solution\Add\SolutionAddCommand.cs (1)
173Reporter.Error.WriteLine(string.Format(CliStrings.InvalidProjectWithExceptionMessage, fullProjectPath, ex.Message));
MsbuildProject.cs (1)
209ProjectRootElement.FullPath, e.Message));
Microsoft.Build (1)
BackEnd\Components\RequestBuilder\TaskBuilder.cs (1)
933throw new InvalidProjectFileException(ipex.Message, ipex);
NuGet.Build.Tasks.Console (1)
MSBuildStaticGraphRestore.cs (1)
1424invalidProjectFileException.Message);