Method |
Description |
|
CreateSlnDotSettingsFileContent ( IEnumerable, codeInspectionExcludeProjects, IEnumerable, codeInspectionExcludeProjectsFolders ) : string |
|
|
CreateSlnFileContent ( FileInfo, slnFile, string projectName, DirectoryInfo? domainTestPath, DirectoryInfo? hostTestPath, string apiPrefixPath, Guid, apiId, string domainPrefixPath, Guid, domainId, string hostPrefixPath, Guid, hostId, Guid, hostTestId, Guid, domainTestId, Guid, slnId ) : string |
|
|
GetPackageReferencesThatNeedsToBeUpdated ( ILogger, logger, string fileContent ) : List |
|
|
GetProjectReference ( FileInfo, source, FileInfo, destination ) : string |
|
|
GetProjectReference ( FileSystemInfo, source, FileSystemInfo, destination, string projectName ) : string |
|
|
ReSharperFormatGuid ( Guid, projectId ) : string |
|
|
ReSharperFormatGuidAndPath ( Tuple, data ) : string |
|
|
ScaffoldProjFile ( ILogger, logger, FileInfo, projectCsProjFile, string fileDisplayLocation, ProjectType, projectType, bool createAsWeb, bool createAsTestProject, string projectName, string targetFramework, IList? frameworkReferences, IList>? packageReferences, IList? projectReferences, bool includeApiSpecification, bool usingCodingRules ) : void |
|
|
TryGetGuidByProject ( IEnumerable, lines, string csProjectEndPart, Guid, &id ) : bool |
|
|