2 references to DirectiveError
dotnet (1)
Commands\Run\VirtualProjectBuildingCommand.cs (1)
1972
throw new GracefulException($"{sourceFile.GetLocationString(span)}: {CliCommandStrings.
DirectiveError
}: {message}", inner);
dotnet.Tests (1)
CommandTests\Run\RunFileTests.cs (1)
138
return $"{path}({line}): {CliCommandStrings.
DirectiveError
}: {string.Format(messageFormat, args)}";