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