2 references to ErrInvalidOperationNoProjectFileFoundUnderFolderFormat
dotnet-svcutil-lib (2)
CommandProcessorOptions.cs (2)
353
throw new ToolArgumentException(string.Format(CultureInfo.CurrentCulture, SR.
ErrInvalidOperationNoProjectFileFoundUnderFolderFormat
, workingDirectory));
480
throw new ToolArgumentException(string.Format(CultureInfo.CurrentCulture, SR.
ErrInvalidOperationNoProjectFileFoundUnderFolderFormat
, Directory.GetCurrentDirectory()));