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