2 references to PropertyDirectiveMissingParts
dotnet (1)
Commands\Run\VirtualProjectBuildingCommand.cs (1)
1805
return context.Diagnostics.AddError<Property?>(context.SourceFile, context.Info.Span, CliCommandStrings.
PropertyDirectiveMissingParts
);
dotnet.Tests (1)
CommandTests\Project\Convert\DotnetProjectConvertTests.cs (1)
899
expectedWildcardPattern: RunFileTests.DirectiveError("/app/Program.cs", 1, CliCommandStrings.
PropertyDirectiveMissingParts
));