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