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