Base:
6 references to Message
dotnet (2)
Commands\Solution\Add\SolutionAddCommand.cs (1)
175
Reporter.Error.WriteLine(string.Format(CliStrings.InvalidProjectWithExceptionMessage, fullProjectPath, ex.
Message
));
MsbuildProject.cs (1)
221
ProjectRootElement.FullPath, e.
Message
));
dotnet-aot (1)
src\sdk\src\Cli\dotnet\MsbuildProject.cs (1)
221
ProjectRootElement.FullPath, e.
Message
));
Microsoft.Build (1)
BackEnd\Components\RequestBuilder\TaskBuilder.cs (1)
929
throw new InvalidProjectFileException(ipex.
Message
, ipex);
MSBuild (1)
XMake.cs (1)
1098
Console.WriteLine($"MSBUILD : error {ex.ErrorCode}: {ex.
Message
}");
NuGet.Build.Tasks.Console (1)
MSBuildStaticGraphRestore.cs (1)
1454
invalidProjectFileException.
Message
);