2 references to StaticGraphRestoreNotSupported
dotnet (1)
Commands\Run\VirtualProjectBuildingCommand.cs (1)
1820
context.Diagnostics.AddError(context.SourceFile, context.Info.Span, CliCommandStrings.
StaticGraphRestoreNotSupported
);
dotnet.Tests (1)
CommandTests\Run\RunFileTests.cs (1)
1402
.And.HaveStdErr(DirectiveError(programFile, 1, CliCommandStrings.
StaticGraphRestoreNotSupported
));