├── .config └── dotnet-tools.json ├── .gitattributes ├── .github ├── ISSUE_TEMPLATE │ ├── bug_report.md │ └── feature_request.md └── workflows │ └── build.yml ├── .gitignore ├── CODE_OF_CONDUCT.md ├── CONTRIBUTING.md ├── LICENSE.md ├── README.md ├── SECURITY.md ├── azure-pipelines.yml ├── global.json ├── icon └── WCOM128x128_squares.png ├── nuget.config ├── renovate.json └── src ├── .editorconfig ├── .idea └── .idea.AZDOI │ └── .idea │ └── projectSettingsUpdater.xml ├── AZDOI.Tests ├── AZDOI.Tests.csproj ├── Constants.cs ├── Extensions │ └── MarkdownServiceTestExtensions.cs ├── Fixture │ └── ServiceProviderFixture.cs ├── Resources │ ├── Authorized │ │ ├── AnnotatedTags.json │ │ ├── Branches.json │ │ ├── Pipelines.json │ │ ├── Projects.json │ │ ├── README.md │ │ ├── Releases.json │ │ ├── Repositories.json │ │ └── Tags.json │ └── Routes.json ├── Services │ ├── FakeStopwatch.cs │ └── TestMarkdownService.cs ├── Unit │ ├── Clients │ │ ├── AzureDevOpsClientTests.FilterPipelines.GetPipelines_organization=test-org_project=123.verified.txt │ │ ├── AzureDevOpsClientTests.FilterPipelines.GetPipelines_organization=test-org_project=888.verified.txt │ │ ├── AzureDevOpsClientTests.FilterProjects.GetProjects_organization=test-org_includeNames=123,321,999_excludeNames=321.verified.txt │ │ ├── AzureDevOpsClientTests.FilterProjects.GetProjects_organization=test-org_includeNames=123_excludeNames=[].verified.txt │ │ ├── AzureDevOpsClientTests.FilterProjects.GetProjects_organization=test-org_includeNames=[]_excludeNames=999.verified.txt │ │ ├── AzureDevOpsClientTests.FilterProjects.GetProjects_organization=test-org_includeNames=[]_excludeNames=[].verified.txt │ │ ├── AzureDevOpsClientTests.FilterReleases.GetReleases_organization=test-org_project=123.verified.txt │ │ ├── AzureDevOpsClientTests.FilterRepositories.GetRepositories_organization=test-org_project=123_includeNames=456,654,666_excludeNames=654.verified.txt │ │ ├── AzureDevOpsClientTests.FilterRepositories.GetRepositories_organization=test-org_project=123_includeNames=456_excludeNames=[].verified.txt │ │ ├── AzureDevOpsClientTests.FilterRepositories.GetRepositories_organization=test-org_project=123_includeNames=[]_excludeNames=666.verified.txt │ │ ├── AzureDevOpsClientTests.FilterRepositories.GetRepositories_organization=test-org_project=123_includeNames=[]_excludeNames=[].verified.txt │ │ ├── AzureDevOpsClientTests.GetRepositoryAnnotatedTags_organization=test-org_projectId=123_repositoryId=456_objectId=jdaosyn3u23jas82jssa8.verified.txt │ │ ├── AzureDevOpsClientTests.GetRepositoryBranches_organization=test-org_projectId=123_repositoryId=456.verified.txt │ │ ├── AzureDevOpsClientTests.GetRepositoryReadme_organization=test-org_projectId=123_repositoryId=456.verified.txt │ │ ├── AzureDevOpsClientTests.GetRepositoryTags_organization=test-org_projectId=123_repositoryId=456.verified.txt │ │ └── AzureDevOpsClientTests.cs │ ├── Commands │ │ ├── InventoryAllCommandTests.RunAsync_outputPathExists=False_args=inventory,all,test-org,-output,--pat=test-pat.verified.txt │ │ ├── InventoryAllCommandTests.RunAsync_outputPathExists=True_args=inventory,all,test-entraid-org,-output,--entra-id-auth.verified.txt │ │ ├── InventoryAllCommandTests.RunAsync_outputPathExists=True_args=inventory,all,test-org,-output,--pat=test-pat,--exclude-pipeline=123.verified.txt │ │ ├── InventoryAllCommandTests.RunAsync_outputPathExists=True_args=inventory,all,test-org,-output,--pat=test-pat,--exclude-project=123.verified.txt │ │ ├── InventoryAllCommandTests.RunAsync_outputPathExists=True_args=inventory,all,test-org,-output,--pat=test-pat,--exclude-release=123.verified.txt │ │ ├── InventoryAllCommandTests.RunAsync_outputPathExists=True_args=inventory,all,test-org,-output,--pat=test-pat,--exclude-repository-readme=Test Repository.verified.txt │ │ ├── InventoryAllCommandTests.RunAsync_outputPathExists=True_args=inventory,all,test-org,-output,--pat=test-pat,--exclude-repository=123.verified.txt │ │ ├── InventoryAllCommandTests.RunAsync_outputPathExists=True_args=inventory,all,test-org,-output,--pat=test-pat,--exclude-repository=456.verified.txt │ │ ├── InventoryAllCommandTests.RunAsync_outputPathExists=True_args=inventory,all,test-org,-output,--pat=test-pat,--include-pipeline=123.verified.txt │ │ ├── InventoryAllCommandTests.RunAsync_outputPathExists=True_args=inventory,all,test-org,-output,--pat=test-pat,--include-project=123.verified.txt │ │ ├── InventoryAllCommandTests.RunAsync_outputPathExists=True_args=inventory,all,test-org,-output,--pat=test-pat,--include-release=123.verified.txt │ │ ├── InventoryAllCommandTests.RunAsync_outputPathExists=True_args=inventory,all,test-org,-output,--pat=test-pat,--include-repository-readme=Test Repository.verified.txt │ │ ├── InventoryAllCommandTests.RunAsync_outputPathExists=True_args=inventory,all,test-org,-output,--pat=test-pat,--include-repository=123.verified.txt │ │ ├── InventoryAllCommandTests.RunAsync_outputPathExists=True_args=inventory,all,test-org,-output,--pat=test-pat,--include-repository=456.verified.txt │ │ ├── InventoryAllCommandTests.RunAsync_outputPathExists=True_args=inventory,all,test-org,-output,--pat=test-pat.verified.txt │ │ ├── InventoryAllCommandTests.cs │ │ ├── InventoryPipelinesCommandTests.RunAsync_outputPathExists=False_args=--help.verified.txt │ │ ├── InventoryPipelinesCommandTests.RunAsync_outputPathExists=False_args=[].verified.txt │ │ ├── InventoryPipelinesCommandTests.RunAsync_outputPathExists=False_args=inventory,pipelines,--help.verified.txt │ │ ├── InventoryPipelinesCommandTests.RunAsync_outputPathExists=False_args=inventory,pipelines,test-org,-output,--pat=test-pat,--exclude-pipeline=123.verified.txt │ │ ├── InventoryPipelinesCommandTests.RunAsync_outputPathExists=False_args=inventory,pipelines,test-org,-output,--pat=test-pat,--include-pipeline=123.verified.txt │ │ ├── InventoryPipelinesCommandTests.RunAsync_outputPathExists=False_args=inventory,pipelines,test-org,-output,--pat=test-pat,--include-project=123.verified.txt │ │ ├── InventoryPipelinesCommandTests.RunAsync_outputPathExists=False_args=inventory,pipelines,test-org,-output,--pat=test-pat.verified.txt │ │ ├── InventoryPipelinesCommandTests.RunAsync_outputPathExists=False_args=inventory,pipelines,test-org,-output.verified.txt │ │ ├── InventoryPipelinesCommandTests.RunAsync_outputPathExists=False_args=inventory,pipelines,test-org.verified.txt │ │ ├── InventoryPipelinesCommandTests.RunAsync_outputPathExists=False_args=inventory,pipelines.verified.txt │ │ ├── InventoryPipelinesCommandTests.RunAsync_outputPathExists=True_args=inventory,pipelines,--help.verified.txt │ │ ├── InventoryPipelinesCommandTests.RunAsync_outputPathExists=True_args=inventory,pipelines,test-entraid-org,-output,--entra-id-auth,--include-project=123.verified.txt │ │ ├── InventoryPipelinesCommandTests.RunAsync_outputPathExists=True_args=inventory,pipelines,test-org,-output,--pat=test-pat,--exclude-pipeline=123.verified.txt │ │ ├── InventoryPipelinesCommandTests.RunAsync_outputPathExists=True_args=inventory,pipelines,test-org,-output,--pat=test-pat,--exclude-release=123.verified.txt │ │ ├── InventoryPipelinesCommandTests.RunAsync_outputPathExists=True_args=inventory,pipelines,test-org,-output,--pat=test-pat,--include-pipeline=123.verified.txt │ │ ├── InventoryPipelinesCommandTests.RunAsync_outputPathExists=True_args=inventory,pipelines,test-org,-output,--pat=test-pat,--include-project=123.verified.txt │ │ ├── InventoryPipelinesCommandTests.RunAsync_outputPathExists=True_args=inventory,pipelines,test-org,-output,--pat=test-pat,--include-release=123.verified.txt │ │ ├── InventoryPipelinesCommandTests.RunAsync_outputPathExists=True_args=inventory,pipelines,test-org,-output,--pat=test-pat.verified.txt │ │ ├── InventoryPipelinesCommandTests.RunAsync_outputPathExists=True_args=inventory,pipelines,test-org,-output.verified.txt │ │ ├── InventoryPipelinesCommandTests.RunAsync_outputPathExists=True_args=inventory,pipelines,test-org.verified.txt │ │ ├── InventoryPipelinesCommandTests.RunAsync_outputPathExists=True_args=inventory,pipelines.verified.txt │ │ ├── InventoryPipelinesCommandTests.cs │ │ ├── InventoryRepositoriesCommandTests.RunAsync_outputPathExists=False_args=--help.verified.txt │ │ ├── InventoryRepositoriesCommandTests.RunAsync_outputPathExists=False_args=[].verified.txt │ │ ├── InventoryRepositoriesCommandTests.RunAsync_outputPathExists=False_args=inventory,repositories,--help.verified.txt │ │ ├── InventoryRepositoriesCommandTests.RunAsync_outputPathExists=False_args=inventory,repositories,test-org,-output,--pat=test-pat,--include-project=123,--exclude-repository-readme=Test Repository.verified.txt │ │ ├── InventoryRepositoriesCommandTests.RunAsync_outputPathExists=False_args=inventory,repositories,test-org,-output,--pat=test-pat,--include-project=123,--include-repository-readme=Test Repository.verified.txt │ │ ├── InventoryRepositoriesCommandTests.RunAsync_outputPathExists=False_args=inventory,repositories,test-org,-output,--pat=test-pat,--include-project=123.verified.txt │ │ ├── InventoryRepositoriesCommandTests.RunAsync_outputPathExists=False_args=inventory,repositories,test-org,-output,--pat=test-pat,--skip - org - graph.verified.txt │ │ ├── InventoryRepositoriesCommandTests.RunAsync_outputPathExists=False_args=inventory,repositories,test-org,-output,--pat=test-pat,--skip-org-graph.verified.txt │ │ ├── InventoryRepositoriesCommandTests.RunAsync_outputPathExists=False_args=inventory,repositories,test-org,-output,--pat=test-pat.verified.txt │ │ ├── InventoryRepositoriesCommandTests.RunAsync_outputPathExists=False_args=inventory,repositories,test-org,-output.verified.txt │ │ ├── InventoryRepositoriesCommandTests.RunAsync_outputPathExists=False_args=inventory,repositories,test-org.verified.txt │ │ ├── InventoryRepositoriesCommandTests.RunAsync_outputPathExists=False_args=inventory,repositories.verified.txt │ │ ├── InventoryRepositoriesCommandTests.RunAsync_outputPathExists=True_args=inventory,repositories,--help.verified.txt │ │ ├── InventoryRepositoriesCommandTests.RunAsync_outputPathExists=True_args=inventory,repositories,test-entraid-org,-output,--entra-id-auth,--include-project=123,--exclude-repository-readme=Test Repository.verified.txt │ │ ├── InventoryRepositoriesCommandTests.RunAsync_outputPathExists=True_args=inventory,repositories,test-entraid-org,-output,--entra-id-auth,--include-project=123,--include-repository-readme=Test Repository.verified.txt │ │ ├── InventoryRepositoriesCommandTests.RunAsync_outputPathExists=True_args=inventory,repositories,test-entraid-org,-output,--entra-id-auth,--include-project=123.verified.txt │ │ ├── InventoryRepositoriesCommandTests.RunAsync_outputPathExists=True_args=inventory,repositories,test-org,-output,--pat=test-pat,--include-project=123,--exclude-repository-readme=Test Repository.verified.txt │ │ ├── InventoryRepositoriesCommandTests.RunAsync_outputPathExists=True_args=inventory,repositories,test-org,-output,--pat=test-pat,--include-project=123,--include-repository-readme=Test Repository.verified.txt │ │ ├── InventoryRepositoriesCommandTests.RunAsync_outputPathExists=True_args=inventory,repositories,test-org,-output,--pat=test-pat,--include-project=123.verified.txt │ │ ├── InventoryRepositoriesCommandTests.RunAsync_outputPathExists=True_args=inventory,repositories,test-org,-output,--pat=test-pat,--skip-org-graph.verified.txt │ │ ├── InventoryRepositoriesCommandTests.RunAsync_outputPathExists=True_args=inventory,repositories,test-org,-output,--pat=test-pat.verified.txt │ │ ├── InventoryRepositoriesCommandTests.RunAsync_outputPathExists=True_args=inventory,repositories,test-org,-output.verified.txt │ │ ├── InventoryRepositoriesCommandTests.RunAsync_outputPathExists=True_args=inventory,repositories,test-org.verified.txt │ │ ├── InventoryRepositoriesCommandTests.RunAsync_outputPathExists=True_args=inventory,repositories.verified.txt │ │ ├── InventoryRepositoriesCommandTests.cs │ │ ├── ValidateOrgAttributeTest.RunAsync_args=inventory,repositories,!test-org,-output.verified.txt │ │ ├── ValidateOrgAttributeTest.RunAsync_args=inventory,repositories,test-org!,-output.verified.txt │ │ ├── ValidateOrgAttributeTest.RunAsync_args=inventory,repositories,test-org,-output.verified.txt │ │ ├── ValidateOrgAttributeTest.RunAsync_args=inventory,repositories,test-orggggggggggggggggggggggggggggggggggggggggggggg,-output.verified.txt │ │ ├── ValidateOrgAttributeTest.RunAsync_args=inventory,repositories,한자-org,-output.verified.txt │ │ └── ValidateOrgAttributeTest.cs │ └── Markdown │ │ ├── Builds │ │ ├── BuildsMarkdownServiceTests.WriteIndex_ShouldWriteExpectedMarkdownContent.verified.txt │ │ ├── BuildsMarkdownServiceTests.cs │ │ ├── Pipelines │ │ │ ├── PipelineMarkdownServiceTests.WriteIndex_ShouldWriteExpectedMarkdownContent.verified.txt │ │ │ ├── PipelineMarkdownServiceTests.cs │ │ │ ├── PipelinesMarkdownServiceTests.WriteIndex_ShouldWriteExpectedMarkdownContent.verified.txt │ │ │ └── PipelinesMarkdownServiceTests.cs │ │ └── Releases │ │ │ ├── ReleaseMarkdownServiceTests.WriteIndex_ShouldWriteExpectedMarkdownContent.verified.txt │ │ │ ├── ReleaseMarkdownServiceTests.cs │ │ │ ├── ReleasesMarkdownServiceTests.WriteIndex_ShouldWriteExpectedMarkdownContent.verified.txt │ │ │ └── ReleasesMarkdownServiceTests.cs │ │ ├── Organization │ │ ├── OrganizationMarkdownServiceTests.OrgMarkdownChildTypes.WriteIndex_ShouldWriteExpectedMarkdownContent_childTypes=All.verified.txt │ │ ├── OrganizationMarkdownServiceTests.OrgMarkdownChildTypes.WriteIndex_ShouldWriteExpectedMarkdownContent_childTypes=None.verified.txt │ │ ├── OrganizationMarkdownServiceTests.OrgMarkdownChildTypes.WriteIndex_ShouldWriteExpectedMarkdownContent_childTypes=Pipelines.verified.txt │ │ ├── OrganizationMarkdownServiceTests.OrgMarkdownChildTypes.WriteIndex_ShouldWriteExpectedMarkdownContent_childTypes=Repositories.verified.txt │ │ ├── OrganizationMarkdownServiceTests.WriteIndex_ShouldWriteExpectedMarkdownContent.verified.txt │ │ └── OrganizationMarkdownServiceTests.cs │ │ ├── Projects │ │ ├── ProjectMarkdownServiceTests.ChildTypes.WriteIndex_ShouldWriteExpectedMarkdownContent_childTypes=All.verified.txt │ │ ├── ProjectMarkdownServiceTests.ChildTypes.WriteIndex_ShouldWriteExpectedMarkdownContent_childTypes=None.verified.txt │ │ ├── ProjectMarkdownServiceTests.ChildTypes.WriteIndex_ShouldWriteExpectedMarkdownContent_childTypes=Pipelines.verified.txt │ │ ├── ProjectMarkdownServiceTests.ChildTypes.WriteIndex_ShouldWriteExpectedMarkdownContent_childTypes=Repositories.verified.txt │ │ ├── ProjectMarkdownServiceTests.WriteIndex_ShouldWriteExpectedMarkdownContent.verified.txt │ │ └── ProjectMarkdownServiceTests.cs │ │ ├── Repositories │ │ ├── RepositoriesMarkdownServiceTests.WriteIndex_ShouldWriteExpectedMarkdownContent.verified.txt │ │ ├── RepositoriesMarkdownServiceTests.cs │ │ ├── RepositoryMarkdownServiceTests.WriteIndex_ShouldWriteCorrectReadmeMarkdown_readmeContent=.verified.txt │ │ ├── RepositoryMarkdownServiceTests.WriteIndex_ShouldWriteCorrectReadmeMarkdown_readmeContent=Readme Content.verified.txt │ │ ├── RepositoryMarkdownServiceTests.WriteIndex_ShouldWriteCorrectReadmeMarkdown_readmeContent=null.verified.txt │ │ ├── RepositoryMarkdownServiceTests.WriteIndex_ShouldWriteExpectedMarkdownContent.verified.txt │ │ └── RepositoryMarkdownServiceTests.cs │ │ ├── TestMarkdownServiceTests.WriteIndex_ShouldWriteExpectedMarkdownContent.verified.txt │ │ └── TestMarkdownServiceTests.cs ├── VerifyChecksTests.cs ├── VerifyConfig.cs └── xunit.runner.json ├── AZDOI.slnx ├── AZDOI ├── AZDOI.csproj ├── Commands │ ├── InventoryAllCommand.cs │ ├── InventoryCommand.Pipelines.cs │ ├── InventoryCommand.Projects.cs │ ├── InventoryCommand.Releases.cs │ ├── InventoryCommand.Repositories.cs │ ├── InventoryCommand.cs │ ├── InventoryContext.cs │ ├── InventoryPipelinesCommand.cs │ ├── InventoryRepositoriesCommand.cs │ ├── Settings │ │ ├── AZDOIAllSettings.cs │ │ ├── AZDOIPipelinesSettings.cs │ │ ├── AZDOIRepositorySettings.cs │ │ └── AZDOISettings.cs │ └── Validation │ │ ├── ValidateOrgAttribute.cs │ │ └── ValidatePathAttribute.cs ├── Extensions │ ├── DirectoryPathExtensions.cs │ ├── EnumerableExtensions.cs │ ├── FileTextWriterExtensions.cs │ ├── InventoryContextExtensions.cs │ ├── MarkdownExtensions.cs │ ├── ServiceCollectionExtensions.cs │ └── StringExtensions.cs ├── Models │ ├── AzureDevOpsBase.cs │ ├── AzureDevOpsOrganization.cs │ ├── AzureDevOpsPipeline.cs │ ├── AzureDevOpsProject.cs │ ├── AzureDevOpsProjectChildTypes.cs │ ├── AzureDevOpsRelease.cs │ ├── AzureDevOpsRepository.cs │ ├── AzureDevOpsRepositoryAnnotatedTag.cs │ ├── AzureDevOpsRepositoryBranch.cs │ ├── AzureDevOpsRepositoryTag.cs │ ├── AzureDevOpsResponse.cs │ └── IAzureDevOpsBase.cs ├── Program.cs ├── Properties │ └── launchSettings.json └── Services │ ├── AzureDevOps │ ├── AZureDevOpsClient.Releases.cs │ ├── AzureDevOpsClient.Pipelines.cs │ ├── AzureDevOpsClient.Projects.cs │ ├── AzureDevOpsClient.Readme.cs │ ├── AzureDevOpsClient.Repositories.cs │ ├── AzureDevOpsClient.Repository.AnnotatedTags.cs │ ├── AzureDevOpsClient.Repository.Branches.cs │ ├── AzureDevOpsClient.Repository.Tags.cs │ ├── AzureDevOpsClient.cs │ └── IAzureDevOpsClientSettings.cs │ ├── FileTextWriter.cs │ ├── InventoryCommandServices.cs │ ├── Markdown │ ├── Builds │ │ ├── BuildsMarkdownService.cs │ │ ├── Pipelines │ │ │ ├── PipelineMarkdownService.cs │ │ │ └── PipelinesMarkdownService.cs │ │ └── Releases │ │ │ ├── ReleaseMarkdownService.cs │ │ │ └── ReleasesMarkdownService.cs │ ├── MarkdownServiceBase.Children.cs │ ├── MarkdownServiceBase.Frontmatter.cs │ ├── MarkdownServiceBase.Index.cs │ ├── MarkdownServiceBase.Table.cs │ ├── MarkdownServiceBase.cs │ ├── Organization │ │ └── OrganizationMarkdownService.cs │ ├── Projects │ │ └── ProjectMarkdownService.cs │ └── Repositories │ │ ├── RepositoriesMarkdownService.cs │ │ └── RepositoryMarkdownService.cs │ └── StopwatchProvider.cs ├── Directory.Packages.props └── site ├── AZDOI ├── Getting-Started.md └── Index.md └── theme ├── assets ├── css │ ├── site.css │ ├── style.css │ ├── style.css.map │ └── vendor.css ├── fonts │ ├── icomoon.eot │ ├── icomoon.svg │ ├── icomoon.ttf │ └── icomoon.woff ├── images │ ├── logo-black.png │ └── logo-white.png └── js │ ├── app.js │ ├── modernizr.js │ ├── vendor.js │ ├── vendor.js.map │ ├── vendor.min.js │ └── vendor.min.js.map ├── navigation.partial.hbs └── template.hbs /.config/dotnet-tools.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WCOMAB/AZDOI/HEAD/.config/dotnet-tools.json -------------------------------------------------------------------------------- /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WCOMAB/AZDOI/HEAD/.gitattributes -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/bug_report.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WCOMAB/AZDOI/HEAD/.github/ISSUE_TEMPLATE/bug_report.md -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/feature_request.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WCOMAB/AZDOI/HEAD/.github/ISSUE_TEMPLATE/feature_request.md -------------------------------------------------------------------------------- /.github/workflows/build.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WCOMAB/AZDOI/HEAD/.github/workflows/build.yml -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WCOMAB/AZDOI/HEAD/.gitignore -------------------------------------------------------------------------------- /CODE_OF_CONDUCT.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WCOMAB/AZDOI/HEAD/CODE_OF_CONDUCT.md -------------------------------------------------------------------------------- /CONTRIBUTING.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WCOMAB/AZDOI/HEAD/CONTRIBUTING.md -------------------------------------------------------------------------------- /LICENSE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WCOMAB/AZDOI/HEAD/LICENSE.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WCOMAB/AZDOI/HEAD/README.md -------------------------------------------------------------------------------- /SECURITY.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WCOMAB/AZDOI/HEAD/SECURITY.md -------------------------------------------------------------------------------- /azure-pipelines.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WCOMAB/AZDOI/HEAD/azure-pipelines.yml -------------------------------------------------------------------------------- /global.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WCOMAB/AZDOI/HEAD/global.json -------------------------------------------------------------------------------- /icon/WCOM128x128_squares.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WCOMAB/AZDOI/HEAD/icon/WCOM128x128_squares.png -------------------------------------------------------------------------------- /nuget.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WCOMAB/AZDOI/HEAD/nuget.config -------------------------------------------------------------------------------- /renovate.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WCOMAB/AZDOI/HEAD/renovate.json -------------------------------------------------------------------------------- /src/.editorconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WCOMAB/AZDOI/HEAD/src/.editorconfig -------------------------------------------------------------------------------- /src/.idea/.idea.AZDOI/.idea/projectSettingsUpdater.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WCOMAB/AZDOI/HEAD/src/.idea/.idea.AZDOI/.idea/projectSettingsUpdater.xml -------------------------------------------------------------------------------- /src/AZDOI.Tests/AZDOI.Tests.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WCOMAB/AZDOI/HEAD/src/AZDOI.Tests/AZDOI.Tests.csproj -------------------------------------------------------------------------------- /src/AZDOI.Tests/Constants.cs: -------------------------------------------------------------------------------- 1 | namespace AZDOI.Tests; 2 | 3 | public class Constants 4 | { 5 | } 6 | -------------------------------------------------------------------------------- /src/AZDOI.Tests/Extensions/MarkdownServiceTestExtensions.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WCOMAB/AZDOI/HEAD/src/AZDOI.Tests/Extensions/MarkdownServiceTestExtensions.cs -------------------------------------------------------------------------------- /src/AZDOI.Tests/Fixture/ServiceProviderFixture.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WCOMAB/AZDOI/HEAD/src/AZDOI.Tests/Fixture/ServiceProviderFixture.cs -------------------------------------------------------------------------------- /src/AZDOI.Tests/Resources/Authorized/AnnotatedTags.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WCOMAB/AZDOI/HEAD/src/AZDOI.Tests/Resources/Authorized/AnnotatedTags.json -------------------------------------------------------------------------------- /src/AZDOI.Tests/Resources/Authorized/Branches.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WCOMAB/AZDOI/HEAD/src/AZDOI.Tests/Resources/Authorized/Branches.json -------------------------------------------------------------------------------- /src/AZDOI.Tests/Resources/Authorized/Pipelines.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WCOMAB/AZDOI/HEAD/src/AZDOI.Tests/Resources/Authorized/Pipelines.json -------------------------------------------------------------------------------- /src/AZDOI.Tests/Resources/Authorized/Projects.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WCOMAB/AZDOI/HEAD/src/AZDOI.Tests/Resources/Authorized/Projects.json -------------------------------------------------------------------------------- /src/AZDOI.Tests/Resources/Authorized/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WCOMAB/AZDOI/HEAD/src/AZDOI.Tests/Resources/Authorized/README.md -------------------------------------------------------------------------------- /src/AZDOI.Tests/Resources/Authorized/Releases.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WCOMAB/AZDOI/HEAD/src/AZDOI.Tests/Resources/Authorized/Releases.json -------------------------------------------------------------------------------- /src/AZDOI.Tests/Resources/Authorized/Repositories.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WCOMAB/AZDOI/HEAD/src/AZDOI.Tests/Resources/Authorized/Repositories.json -------------------------------------------------------------------------------- /src/AZDOI.Tests/Resources/Authorized/Tags.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WCOMAB/AZDOI/HEAD/src/AZDOI.Tests/Resources/Authorized/Tags.json -------------------------------------------------------------------------------- /src/AZDOI.Tests/Resources/Routes.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WCOMAB/AZDOI/HEAD/src/AZDOI.Tests/Resources/Routes.json -------------------------------------------------------------------------------- /src/AZDOI.Tests/Services/FakeStopwatch.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WCOMAB/AZDOI/HEAD/src/AZDOI.Tests/Services/FakeStopwatch.cs -------------------------------------------------------------------------------- /src/AZDOI.Tests/Services/TestMarkdownService.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WCOMAB/AZDOI/HEAD/src/AZDOI.Tests/Services/TestMarkdownService.cs -------------------------------------------------------------------------------- /src/AZDOI.Tests/Unit/Clients/AzureDevOpsClientTests.FilterPipelines.GetPipelines_organization=test-org_project=123.verified.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WCOMAB/AZDOI/HEAD/src/AZDOI.Tests/Unit/Clients/AzureDevOpsClientTests.FilterPipelines.GetPipelines_organization=test-org_project=123.verified.txt -------------------------------------------------------------------------------- /src/AZDOI.Tests/Unit/Clients/AzureDevOpsClientTests.FilterPipelines.GetPipelines_organization=test-org_project=888.verified.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/AZDOI.Tests/Unit/Clients/AzureDevOpsClientTests.FilterProjects.GetProjects_organization=test-org_includeNames=123,321,999_excludeNames=321.verified.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WCOMAB/AZDOI/HEAD/src/AZDOI.Tests/Unit/Clients/AzureDevOpsClientTests.FilterProjects.GetProjects_organization=test-org_includeNames=123,321,999_excludeNames=321.verified.txt -------------------------------------------------------------------------------- /src/AZDOI.Tests/Unit/Clients/AzureDevOpsClientTests.FilterProjects.GetProjects_organization=test-org_includeNames=123_excludeNames=[].verified.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WCOMAB/AZDOI/HEAD/src/AZDOI.Tests/Unit/Clients/AzureDevOpsClientTests.FilterProjects.GetProjects_organization=test-org_includeNames=123_excludeNames=[].verified.txt -------------------------------------------------------------------------------- /src/AZDOI.Tests/Unit/Clients/AzureDevOpsClientTests.FilterProjects.GetProjects_organization=test-org_includeNames=[]_excludeNames=999.verified.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WCOMAB/AZDOI/HEAD/src/AZDOI.Tests/Unit/Clients/AzureDevOpsClientTests.FilterProjects.GetProjects_organization=test-org_includeNames=[]_excludeNames=999.verified.txt -------------------------------------------------------------------------------- /src/AZDOI.Tests/Unit/Clients/AzureDevOpsClientTests.FilterProjects.GetProjects_organization=test-org_includeNames=[]_excludeNames=[].verified.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WCOMAB/AZDOI/HEAD/src/AZDOI.Tests/Unit/Clients/AzureDevOpsClientTests.FilterProjects.GetProjects_organization=test-org_includeNames=[]_excludeNames=[].verified.txt -------------------------------------------------------------------------------- /src/AZDOI.Tests/Unit/Clients/AzureDevOpsClientTests.FilterReleases.GetReleases_organization=test-org_project=123.verified.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WCOMAB/AZDOI/HEAD/src/AZDOI.Tests/Unit/Clients/AzureDevOpsClientTests.FilterReleases.GetReleases_organization=test-org_project=123.verified.txt -------------------------------------------------------------------------------- /src/AZDOI.Tests/Unit/Clients/AzureDevOpsClientTests.FilterRepositories.GetRepositories_organization=test-org_project=123_includeNames=456,654,666_excludeNames=654.verified.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WCOMAB/AZDOI/HEAD/src/AZDOI.Tests/Unit/Clients/AzureDevOpsClientTests.FilterRepositories.GetRepositories_organization=test-org_project=123_includeNames=456,654,666_excludeNames=654.verified.txt -------------------------------------------------------------------------------- /src/AZDOI.Tests/Unit/Clients/AzureDevOpsClientTests.FilterRepositories.GetRepositories_organization=test-org_project=123_includeNames=456_excludeNames=[].verified.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WCOMAB/AZDOI/HEAD/src/AZDOI.Tests/Unit/Clients/AzureDevOpsClientTests.FilterRepositories.GetRepositories_organization=test-org_project=123_includeNames=456_excludeNames=[].verified.txt -------------------------------------------------------------------------------- /src/AZDOI.Tests/Unit/Clients/AzureDevOpsClientTests.FilterRepositories.GetRepositories_organization=test-org_project=123_includeNames=[]_excludeNames=666.verified.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WCOMAB/AZDOI/HEAD/src/AZDOI.Tests/Unit/Clients/AzureDevOpsClientTests.FilterRepositories.GetRepositories_organization=test-org_project=123_includeNames=[]_excludeNames=666.verified.txt -------------------------------------------------------------------------------- /src/AZDOI.Tests/Unit/Clients/AzureDevOpsClientTests.FilterRepositories.GetRepositories_organization=test-org_project=123_includeNames=[]_excludeNames=[].verified.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WCOMAB/AZDOI/HEAD/src/AZDOI.Tests/Unit/Clients/AzureDevOpsClientTests.FilterRepositories.GetRepositories_organization=test-org_project=123_includeNames=[]_excludeNames=[].verified.txt -------------------------------------------------------------------------------- /src/AZDOI.Tests/Unit/Clients/AzureDevOpsClientTests.GetRepositoryAnnotatedTags_organization=test-org_projectId=123_repositoryId=456_objectId=jdaosyn3u23jas82jssa8.verified.txt: -------------------------------------------------------------------------------- 1 | { 2 | Message: Initial commit, 3 | ObjectId: 384123 4 | } -------------------------------------------------------------------------------- /src/AZDOI.Tests/Unit/Clients/AzureDevOpsClientTests.GetRepositoryBranches_organization=test-org_projectId=123_repositoryId=456.verified.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WCOMAB/AZDOI/HEAD/src/AZDOI.Tests/Unit/Clients/AzureDevOpsClientTests.GetRepositoryBranches_organization=test-org_projectId=123_repositoryId=456.verified.txt -------------------------------------------------------------------------------- /src/AZDOI.Tests/Unit/Clients/AzureDevOpsClientTests.GetRepositoryReadme_organization=test-org_projectId=123_repositoryId=456.verified.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WCOMAB/AZDOI/HEAD/src/AZDOI.Tests/Unit/Clients/AzureDevOpsClientTests.GetRepositoryReadme_organization=test-org_projectId=123_repositoryId=456.verified.txt -------------------------------------------------------------------------------- /src/AZDOI.Tests/Unit/Clients/AzureDevOpsClientTests.GetRepositoryTags_organization=test-org_projectId=123_repositoryId=456.verified.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WCOMAB/AZDOI/HEAD/src/AZDOI.Tests/Unit/Clients/AzureDevOpsClientTests.GetRepositoryTags_organization=test-org_projectId=123_repositoryId=456.verified.txt -------------------------------------------------------------------------------- /src/AZDOI.Tests/Unit/Clients/AzureDevOpsClientTests.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WCOMAB/AZDOI/HEAD/src/AZDOI.Tests/Unit/Clients/AzureDevOpsClientTests.cs -------------------------------------------------------------------------------- /src/AZDOI.Tests/Unit/Commands/InventoryAllCommandTests.RunAsync_outputPathExists=False_args=inventory,all,test-org,-output,--pat=test-pat.verified.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WCOMAB/AZDOI/HEAD/src/AZDOI.Tests/Unit/Commands/InventoryAllCommandTests.RunAsync_outputPathExists=False_args=inventory,all,test-org,-output,--pat=test-pat.verified.txt -------------------------------------------------------------------------------- /src/AZDOI.Tests/Unit/Commands/InventoryAllCommandTests.RunAsync_outputPathExists=True_args=inventory,all,test-entraid-org,-output,--entra-id-auth.verified.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WCOMAB/AZDOI/HEAD/src/AZDOI.Tests/Unit/Commands/InventoryAllCommandTests.RunAsync_outputPathExists=True_args=inventory,all,test-entraid-org,-output,--entra-id-auth.verified.txt -------------------------------------------------------------------------------- /src/AZDOI.Tests/Unit/Commands/InventoryAllCommandTests.RunAsync_outputPathExists=True_args=inventory,all,test-org,-output,--pat=test-pat,--exclude-pipeline=123.verified.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WCOMAB/AZDOI/HEAD/src/AZDOI.Tests/Unit/Commands/InventoryAllCommandTests.RunAsync_outputPathExists=True_args=inventory,all,test-org,-output,--pat=test-pat,--exclude-pipeline=123.verified.txt -------------------------------------------------------------------------------- /src/AZDOI.Tests/Unit/Commands/InventoryAllCommandTests.RunAsync_outputPathExists=True_args=inventory,all,test-org,-output,--pat=test-pat,--exclude-project=123.verified.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WCOMAB/AZDOI/HEAD/src/AZDOI.Tests/Unit/Commands/InventoryAllCommandTests.RunAsync_outputPathExists=True_args=inventory,all,test-org,-output,--pat=test-pat,--exclude-project=123.verified.txt -------------------------------------------------------------------------------- /src/AZDOI.Tests/Unit/Commands/InventoryAllCommandTests.RunAsync_outputPathExists=True_args=inventory,all,test-org,-output,--pat=test-pat,--exclude-release=123.verified.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WCOMAB/AZDOI/HEAD/src/AZDOI.Tests/Unit/Commands/InventoryAllCommandTests.RunAsync_outputPathExists=True_args=inventory,all,test-org,-output,--pat=test-pat,--exclude-release=123.verified.txt -------------------------------------------------------------------------------- /src/AZDOI.Tests/Unit/Commands/InventoryAllCommandTests.RunAsync_outputPathExists=True_args=inventory,all,test-org,-output,--pat=test-pat,--exclude-repository-readme=Test Repository.verified.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WCOMAB/AZDOI/HEAD/src/AZDOI.Tests/Unit/Commands/InventoryAllCommandTests.RunAsync_outputPathExists=True_args=inventory,all,test-org,-output,--pat=test-pat,--exclude-repository-readme=Test Repository.verified.txt -------------------------------------------------------------------------------- /src/AZDOI.Tests/Unit/Commands/InventoryAllCommandTests.RunAsync_outputPathExists=True_args=inventory,all,test-org,-output,--pat=test-pat,--exclude-repository=123.verified.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/AZDOI.Tests/Unit/Commands/InventoryAllCommandTests.RunAsync_outputPathExists=True_args=inventory,all,test-org,-output,--pat=test-pat,--exclude-repository=456.verified.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WCOMAB/AZDOI/HEAD/src/AZDOI.Tests/Unit/Commands/InventoryAllCommandTests.RunAsync_outputPathExists=True_args=inventory,all,test-org,-output,--pat=test-pat,--exclude-repository=456.verified.txt -------------------------------------------------------------------------------- /src/AZDOI.Tests/Unit/Commands/InventoryAllCommandTests.RunAsync_outputPathExists=True_args=inventory,all,test-org,-output,--pat=test-pat,--include-pipeline=123.verified.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WCOMAB/AZDOI/HEAD/src/AZDOI.Tests/Unit/Commands/InventoryAllCommandTests.RunAsync_outputPathExists=True_args=inventory,all,test-org,-output,--pat=test-pat,--include-pipeline=123.verified.txt -------------------------------------------------------------------------------- /src/AZDOI.Tests/Unit/Commands/InventoryAllCommandTests.RunAsync_outputPathExists=True_args=inventory,all,test-org,-output,--pat=test-pat,--include-project=123.verified.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WCOMAB/AZDOI/HEAD/src/AZDOI.Tests/Unit/Commands/InventoryAllCommandTests.RunAsync_outputPathExists=True_args=inventory,all,test-org,-output,--pat=test-pat,--include-project=123.verified.txt -------------------------------------------------------------------------------- /src/AZDOI.Tests/Unit/Commands/InventoryAllCommandTests.RunAsync_outputPathExists=True_args=inventory,all,test-org,-output,--pat=test-pat,--include-release=123.verified.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WCOMAB/AZDOI/HEAD/src/AZDOI.Tests/Unit/Commands/InventoryAllCommandTests.RunAsync_outputPathExists=True_args=inventory,all,test-org,-output,--pat=test-pat,--include-release=123.verified.txt -------------------------------------------------------------------------------- /src/AZDOI.Tests/Unit/Commands/InventoryAllCommandTests.RunAsync_outputPathExists=True_args=inventory,all,test-org,-output,--pat=test-pat,--include-repository-readme=Test Repository.verified.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WCOMAB/AZDOI/HEAD/src/AZDOI.Tests/Unit/Commands/InventoryAllCommandTests.RunAsync_outputPathExists=True_args=inventory,all,test-org,-output,--pat=test-pat,--include-repository-readme=Test Repository.verified.txt -------------------------------------------------------------------------------- /src/AZDOI.Tests/Unit/Commands/InventoryAllCommandTests.RunAsync_outputPathExists=True_args=inventory,all,test-org,-output,--pat=test-pat,--include-repository=123.verified.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/AZDOI.Tests/Unit/Commands/InventoryAllCommandTests.RunAsync_outputPathExists=True_args=inventory,all,test-org,-output,--pat=test-pat,--include-repository=456.verified.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WCOMAB/AZDOI/HEAD/src/AZDOI.Tests/Unit/Commands/InventoryAllCommandTests.RunAsync_outputPathExists=True_args=inventory,all,test-org,-output,--pat=test-pat,--include-repository=456.verified.txt -------------------------------------------------------------------------------- /src/AZDOI.Tests/Unit/Commands/InventoryAllCommandTests.RunAsync_outputPathExists=True_args=inventory,all,test-org,-output,--pat=test-pat.verified.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WCOMAB/AZDOI/HEAD/src/AZDOI.Tests/Unit/Commands/InventoryAllCommandTests.RunAsync_outputPathExists=True_args=inventory,all,test-org,-output,--pat=test-pat.verified.txt -------------------------------------------------------------------------------- /src/AZDOI.Tests/Unit/Commands/InventoryAllCommandTests.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WCOMAB/AZDOI/HEAD/src/AZDOI.Tests/Unit/Commands/InventoryAllCommandTests.cs -------------------------------------------------------------------------------- /src/AZDOI.Tests/Unit/Commands/InventoryPipelinesCommandTests.RunAsync_outputPathExists=False_args=--help.verified.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WCOMAB/AZDOI/HEAD/src/AZDOI.Tests/Unit/Commands/InventoryPipelinesCommandTests.RunAsync_outputPathExists=False_args=--help.verified.txt -------------------------------------------------------------------------------- /src/AZDOI.Tests/Unit/Commands/InventoryPipelinesCommandTests.RunAsync_outputPathExists=False_args=[].verified.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WCOMAB/AZDOI/HEAD/src/AZDOI.Tests/Unit/Commands/InventoryPipelinesCommandTests.RunAsync_outputPathExists=False_args=[].verified.txt -------------------------------------------------------------------------------- /src/AZDOI.Tests/Unit/Commands/InventoryPipelinesCommandTests.RunAsync_outputPathExists=False_args=inventory,pipelines,--help.verified.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WCOMAB/AZDOI/HEAD/src/AZDOI.Tests/Unit/Commands/InventoryPipelinesCommandTests.RunAsync_outputPathExists=False_args=inventory,pipelines,--help.verified.txt -------------------------------------------------------------------------------- /src/AZDOI.Tests/Unit/Commands/InventoryPipelinesCommandTests.RunAsync_outputPathExists=False_args=inventory,pipelines,test-org,-output,--pat=test-pat,--exclude-pipeline=123.verified.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WCOMAB/AZDOI/HEAD/src/AZDOI.Tests/Unit/Commands/InventoryPipelinesCommandTests.RunAsync_outputPathExists=False_args=inventory,pipelines,test-org,-output,--pat=test-pat,--exclude-pipeline=123.verified.txt -------------------------------------------------------------------------------- /src/AZDOI.Tests/Unit/Commands/InventoryPipelinesCommandTests.RunAsync_outputPathExists=False_args=inventory,pipelines,test-org,-output,--pat=test-pat,--include-pipeline=123.verified.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WCOMAB/AZDOI/HEAD/src/AZDOI.Tests/Unit/Commands/InventoryPipelinesCommandTests.RunAsync_outputPathExists=False_args=inventory,pipelines,test-org,-output,--pat=test-pat,--include-pipeline=123.verified.txt -------------------------------------------------------------------------------- /src/AZDOI.Tests/Unit/Commands/InventoryPipelinesCommandTests.RunAsync_outputPathExists=False_args=inventory,pipelines,test-org,-output,--pat=test-pat,--include-project=123.verified.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WCOMAB/AZDOI/HEAD/src/AZDOI.Tests/Unit/Commands/InventoryPipelinesCommandTests.RunAsync_outputPathExists=False_args=inventory,pipelines,test-org,-output,--pat=test-pat,--include-project=123.verified.txt -------------------------------------------------------------------------------- /src/AZDOI.Tests/Unit/Commands/InventoryPipelinesCommandTests.RunAsync_outputPathExists=False_args=inventory,pipelines,test-org,-output,--pat=test-pat.verified.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WCOMAB/AZDOI/HEAD/src/AZDOI.Tests/Unit/Commands/InventoryPipelinesCommandTests.RunAsync_outputPathExists=False_args=inventory,pipelines,test-org,-output,--pat=test-pat.verified.txt -------------------------------------------------------------------------------- /src/AZDOI.Tests/Unit/Commands/InventoryPipelinesCommandTests.RunAsync_outputPathExists=False_args=inventory,pipelines,test-org,-output.verified.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WCOMAB/AZDOI/HEAD/src/AZDOI.Tests/Unit/Commands/InventoryPipelinesCommandTests.RunAsync_outputPathExists=False_args=inventory,pipelines,test-org,-output.verified.txt -------------------------------------------------------------------------------- /src/AZDOI.Tests/Unit/Commands/InventoryPipelinesCommandTests.RunAsync_outputPathExists=False_args=inventory,pipelines,test-org.verified.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WCOMAB/AZDOI/HEAD/src/AZDOI.Tests/Unit/Commands/InventoryPipelinesCommandTests.RunAsync_outputPathExists=False_args=inventory,pipelines,test-org.verified.txt -------------------------------------------------------------------------------- /src/AZDOI.Tests/Unit/Commands/InventoryPipelinesCommandTests.RunAsync_outputPathExists=False_args=inventory,pipelines.verified.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WCOMAB/AZDOI/HEAD/src/AZDOI.Tests/Unit/Commands/InventoryPipelinesCommandTests.RunAsync_outputPathExists=False_args=inventory,pipelines.verified.txt -------------------------------------------------------------------------------- /src/AZDOI.Tests/Unit/Commands/InventoryPipelinesCommandTests.RunAsync_outputPathExists=True_args=inventory,pipelines,--help.verified.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WCOMAB/AZDOI/HEAD/src/AZDOI.Tests/Unit/Commands/InventoryPipelinesCommandTests.RunAsync_outputPathExists=True_args=inventory,pipelines,--help.verified.txt -------------------------------------------------------------------------------- /src/AZDOI.Tests/Unit/Commands/InventoryPipelinesCommandTests.RunAsync_outputPathExists=True_args=inventory,pipelines,test-entraid-org,-output,--entra-id-auth,--include-project=123.verified.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WCOMAB/AZDOI/HEAD/src/AZDOI.Tests/Unit/Commands/InventoryPipelinesCommandTests.RunAsync_outputPathExists=True_args=inventory,pipelines,test-entraid-org,-output,--entra-id-auth,--include-project=123.verified.txt -------------------------------------------------------------------------------- /src/AZDOI.Tests/Unit/Commands/InventoryPipelinesCommandTests.RunAsync_outputPathExists=True_args=inventory,pipelines,test-org,-output,--pat=test-pat,--exclude-pipeline=123.verified.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WCOMAB/AZDOI/HEAD/src/AZDOI.Tests/Unit/Commands/InventoryPipelinesCommandTests.RunAsync_outputPathExists=True_args=inventory,pipelines,test-org,-output,--pat=test-pat,--exclude-pipeline=123.verified.txt -------------------------------------------------------------------------------- /src/AZDOI.Tests/Unit/Commands/InventoryPipelinesCommandTests.RunAsync_outputPathExists=True_args=inventory,pipelines,test-org,-output,--pat=test-pat,--exclude-release=123.verified.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WCOMAB/AZDOI/HEAD/src/AZDOI.Tests/Unit/Commands/InventoryPipelinesCommandTests.RunAsync_outputPathExists=True_args=inventory,pipelines,test-org,-output,--pat=test-pat,--exclude-release=123.verified.txt -------------------------------------------------------------------------------- /src/AZDOI.Tests/Unit/Commands/InventoryPipelinesCommandTests.RunAsync_outputPathExists=True_args=inventory,pipelines,test-org,-output,--pat=test-pat,--include-pipeline=123.verified.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WCOMAB/AZDOI/HEAD/src/AZDOI.Tests/Unit/Commands/InventoryPipelinesCommandTests.RunAsync_outputPathExists=True_args=inventory,pipelines,test-org,-output,--pat=test-pat,--include-pipeline=123.verified.txt -------------------------------------------------------------------------------- /src/AZDOI.Tests/Unit/Commands/InventoryPipelinesCommandTests.RunAsync_outputPathExists=True_args=inventory,pipelines,test-org,-output,--pat=test-pat,--include-project=123.verified.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WCOMAB/AZDOI/HEAD/src/AZDOI.Tests/Unit/Commands/InventoryPipelinesCommandTests.RunAsync_outputPathExists=True_args=inventory,pipelines,test-org,-output,--pat=test-pat,--include-project=123.verified.txt -------------------------------------------------------------------------------- /src/AZDOI.Tests/Unit/Commands/InventoryPipelinesCommandTests.RunAsync_outputPathExists=True_args=inventory,pipelines,test-org,-output,--pat=test-pat,--include-release=123.verified.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WCOMAB/AZDOI/HEAD/src/AZDOI.Tests/Unit/Commands/InventoryPipelinesCommandTests.RunAsync_outputPathExists=True_args=inventory,pipelines,test-org,-output,--pat=test-pat,--include-release=123.verified.txt -------------------------------------------------------------------------------- /src/AZDOI.Tests/Unit/Commands/InventoryPipelinesCommandTests.RunAsync_outputPathExists=True_args=inventory,pipelines,test-org,-output,--pat=test-pat.verified.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WCOMAB/AZDOI/HEAD/src/AZDOI.Tests/Unit/Commands/InventoryPipelinesCommandTests.RunAsync_outputPathExists=True_args=inventory,pipelines,test-org,-output,--pat=test-pat.verified.txt -------------------------------------------------------------------------------- /src/AZDOI.Tests/Unit/Commands/InventoryPipelinesCommandTests.RunAsync_outputPathExists=True_args=inventory,pipelines,test-org,-output.verified.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WCOMAB/AZDOI/HEAD/src/AZDOI.Tests/Unit/Commands/InventoryPipelinesCommandTests.RunAsync_outputPathExists=True_args=inventory,pipelines,test-org,-output.verified.txt -------------------------------------------------------------------------------- /src/AZDOI.Tests/Unit/Commands/InventoryPipelinesCommandTests.RunAsync_outputPathExists=True_args=inventory,pipelines,test-org.verified.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WCOMAB/AZDOI/HEAD/src/AZDOI.Tests/Unit/Commands/InventoryPipelinesCommandTests.RunAsync_outputPathExists=True_args=inventory,pipelines,test-org.verified.txt -------------------------------------------------------------------------------- /src/AZDOI.Tests/Unit/Commands/InventoryPipelinesCommandTests.RunAsync_outputPathExists=True_args=inventory,pipelines.verified.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WCOMAB/AZDOI/HEAD/src/AZDOI.Tests/Unit/Commands/InventoryPipelinesCommandTests.RunAsync_outputPathExists=True_args=inventory,pipelines.verified.txt -------------------------------------------------------------------------------- /src/AZDOI.Tests/Unit/Commands/InventoryPipelinesCommandTests.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WCOMAB/AZDOI/HEAD/src/AZDOI.Tests/Unit/Commands/InventoryPipelinesCommandTests.cs -------------------------------------------------------------------------------- /src/AZDOI.Tests/Unit/Commands/InventoryRepositoriesCommandTests.RunAsync_outputPathExists=False_args=--help.verified.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WCOMAB/AZDOI/HEAD/src/AZDOI.Tests/Unit/Commands/InventoryRepositoriesCommandTests.RunAsync_outputPathExists=False_args=--help.verified.txt -------------------------------------------------------------------------------- /src/AZDOI.Tests/Unit/Commands/InventoryRepositoriesCommandTests.RunAsync_outputPathExists=False_args=[].verified.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WCOMAB/AZDOI/HEAD/src/AZDOI.Tests/Unit/Commands/InventoryRepositoriesCommandTests.RunAsync_outputPathExists=False_args=[].verified.txt -------------------------------------------------------------------------------- /src/AZDOI.Tests/Unit/Commands/InventoryRepositoriesCommandTests.RunAsync_outputPathExists=False_args=inventory,repositories,--help.verified.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WCOMAB/AZDOI/HEAD/src/AZDOI.Tests/Unit/Commands/InventoryRepositoriesCommandTests.RunAsync_outputPathExists=False_args=inventory,repositories,--help.verified.txt -------------------------------------------------------------------------------- /src/AZDOI.Tests/Unit/Commands/InventoryRepositoriesCommandTests.RunAsync_outputPathExists=False_args=inventory,repositories,test-org,-output,--pat=test-pat,--include-project=123,--exclude-repository-readme=Test Repository.verified.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WCOMAB/AZDOI/HEAD/src/AZDOI.Tests/Unit/Commands/InventoryRepositoriesCommandTests.RunAsync_outputPathExists=False_args=inventory,repositories,test-org,-output,--pat=test-pat,--include-project=123,--exclude-repository-readme=Test Repository.verified.txt -------------------------------------------------------------------------------- /src/AZDOI.Tests/Unit/Commands/InventoryRepositoriesCommandTests.RunAsync_outputPathExists=False_args=inventory,repositories,test-org,-output,--pat=test-pat,--include-project=123,--include-repository-readme=Test Repository.verified.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WCOMAB/AZDOI/HEAD/src/AZDOI.Tests/Unit/Commands/InventoryRepositoriesCommandTests.RunAsync_outputPathExists=False_args=inventory,repositories,test-org,-output,--pat=test-pat,--include-project=123,--include-repository-readme=Test Repository.verified.txt -------------------------------------------------------------------------------- /src/AZDOI.Tests/Unit/Commands/InventoryRepositoriesCommandTests.RunAsync_outputPathExists=False_args=inventory,repositories,test-org,-output,--pat=test-pat,--include-project=123.verified.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WCOMAB/AZDOI/HEAD/src/AZDOI.Tests/Unit/Commands/InventoryRepositoriesCommandTests.RunAsync_outputPathExists=False_args=inventory,repositories,test-org,-output,--pat=test-pat,--include-project=123.verified.txt -------------------------------------------------------------------------------- /src/AZDOI.Tests/Unit/Commands/InventoryRepositoriesCommandTests.RunAsync_outputPathExists=False_args=inventory,repositories,test-org,-output,--pat=test-pat,--skip - org - graph.verified.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/AZDOI.Tests/Unit/Commands/InventoryRepositoriesCommandTests.RunAsync_outputPathExists=False_args=inventory,repositories,test-org,-output,--pat=test-pat,--skip-org-graph.verified.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WCOMAB/AZDOI/HEAD/src/AZDOI.Tests/Unit/Commands/InventoryRepositoriesCommandTests.RunAsync_outputPathExists=False_args=inventory,repositories,test-org,-output,--pat=test-pat,--skip-org-graph.verified.txt -------------------------------------------------------------------------------- /src/AZDOI.Tests/Unit/Commands/InventoryRepositoriesCommandTests.RunAsync_outputPathExists=False_args=inventory,repositories,test-org,-output,--pat=test-pat.verified.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WCOMAB/AZDOI/HEAD/src/AZDOI.Tests/Unit/Commands/InventoryRepositoriesCommandTests.RunAsync_outputPathExists=False_args=inventory,repositories,test-org,-output,--pat=test-pat.verified.txt -------------------------------------------------------------------------------- /src/AZDOI.Tests/Unit/Commands/InventoryRepositoriesCommandTests.RunAsync_outputPathExists=False_args=inventory,repositories,test-org,-output.verified.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WCOMAB/AZDOI/HEAD/src/AZDOI.Tests/Unit/Commands/InventoryRepositoriesCommandTests.RunAsync_outputPathExists=False_args=inventory,repositories,test-org,-output.verified.txt -------------------------------------------------------------------------------- /src/AZDOI.Tests/Unit/Commands/InventoryRepositoriesCommandTests.RunAsync_outputPathExists=False_args=inventory,repositories,test-org.verified.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WCOMAB/AZDOI/HEAD/src/AZDOI.Tests/Unit/Commands/InventoryRepositoriesCommandTests.RunAsync_outputPathExists=False_args=inventory,repositories,test-org.verified.txt -------------------------------------------------------------------------------- /src/AZDOI.Tests/Unit/Commands/InventoryRepositoriesCommandTests.RunAsync_outputPathExists=False_args=inventory,repositories.verified.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WCOMAB/AZDOI/HEAD/src/AZDOI.Tests/Unit/Commands/InventoryRepositoriesCommandTests.RunAsync_outputPathExists=False_args=inventory,repositories.verified.txt -------------------------------------------------------------------------------- /src/AZDOI.Tests/Unit/Commands/InventoryRepositoriesCommandTests.RunAsync_outputPathExists=True_args=inventory,repositories,--help.verified.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WCOMAB/AZDOI/HEAD/src/AZDOI.Tests/Unit/Commands/InventoryRepositoriesCommandTests.RunAsync_outputPathExists=True_args=inventory,repositories,--help.verified.txt -------------------------------------------------------------------------------- /src/AZDOI.Tests/Unit/Commands/InventoryRepositoriesCommandTests.RunAsync_outputPathExists=True_args=inventory,repositories,test-entraid-org,-output,--entra-id-auth,--include-project=123,--exclude-repository-readme=Test Repository.verified.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WCOMAB/AZDOI/HEAD/src/AZDOI.Tests/Unit/Commands/InventoryRepositoriesCommandTests.RunAsync_outputPathExists=True_args=inventory,repositories,test-entraid-org,-output,--entra-id-auth,--include-project=123,--exclude-repository-readme=Test Repository.verified.txt -------------------------------------------------------------------------------- /src/AZDOI.Tests/Unit/Commands/InventoryRepositoriesCommandTests.RunAsync_outputPathExists=True_args=inventory,repositories,test-entraid-org,-output,--entra-id-auth,--include-project=123,--include-repository-readme=Test Repository.verified.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WCOMAB/AZDOI/HEAD/src/AZDOI.Tests/Unit/Commands/InventoryRepositoriesCommandTests.RunAsync_outputPathExists=True_args=inventory,repositories,test-entraid-org,-output,--entra-id-auth,--include-project=123,--include-repository-readme=Test Repository.verified.txt -------------------------------------------------------------------------------- /src/AZDOI.Tests/Unit/Commands/InventoryRepositoriesCommandTests.RunAsync_outputPathExists=True_args=inventory,repositories,test-entraid-org,-output,--entra-id-auth,--include-project=123.verified.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WCOMAB/AZDOI/HEAD/src/AZDOI.Tests/Unit/Commands/InventoryRepositoriesCommandTests.RunAsync_outputPathExists=True_args=inventory,repositories,test-entraid-org,-output,--entra-id-auth,--include-project=123.verified.txt -------------------------------------------------------------------------------- /src/AZDOI.Tests/Unit/Commands/InventoryRepositoriesCommandTests.RunAsync_outputPathExists=True_args=inventory,repositories,test-org,-output,--pat=test-pat,--include-project=123,--exclude-repository-readme=Test Repository.verified.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WCOMAB/AZDOI/HEAD/src/AZDOI.Tests/Unit/Commands/InventoryRepositoriesCommandTests.RunAsync_outputPathExists=True_args=inventory,repositories,test-org,-output,--pat=test-pat,--include-project=123,--exclude-repository-readme=Test Repository.verified.txt -------------------------------------------------------------------------------- /src/AZDOI.Tests/Unit/Commands/InventoryRepositoriesCommandTests.RunAsync_outputPathExists=True_args=inventory,repositories,test-org,-output,--pat=test-pat,--include-project=123,--include-repository-readme=Test Repository.verified.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WCOMAB/AZDOI/HEAD/src/AZDOI.Tests/Unit/Commands/InventoryRepositoriesCommandTests.RunAsync_outputPathExists=True_args=inventory,repositories,test-org,-output,--pat=test-pat,--include-project=123,--include-repository-readme=Test Repository.verified.txt -------------------------------------------------------------------------------- /src/AZDOI.Tests/Unit/Commands/InventoryRepositoriesCommandTests.RunAsync_outputPathExists=True_args=inventory,repositories,test-org,-output,--pat=test-pat,--include-project=123.verified.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WCOMAB/AZDOI/HEAD/src/AZDOI.Tests/Unit/Commands/InventoryRepositoriesCommandTests.RunAsync_outputPathExists=True_args=inventory,repositories,test-org,-output,--pat=test-pat,--include-project=123.verified.txt -------------------------------------------------------------------------------- /src/AZDOI.Tests/Unit/Commands/InventoryRepositoriesCommandTests.RunAsync_outputPathExists=True_args=inventory,repositories,test-org,-output,--pat=test-pat,--skip-org-graph.verified.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WCOMAB/AZDOI/HEAD/src/AZDOI.Tests/Unit/Commands/InventoryRepositoriesCommandTests.RunAsync_outputPathExists=True_args=inventory,repositories,test-org,-output,--pat=test-pat,--skip-org-graph.verified.txt -------------------------------------------------------------------------------- /src/AZDOI.Tests/Unit/Commands/InventoryRepositoriesCommandTests.RunAsync_outputPathExists=True_args=inventory,repositories,test-org,-output,--pat=test-pat.verified.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WCOMAB/AZDOI/HEAD/src/AZDOI.Tests/Unit/Commands/InventoryRepositoriesCommandTests.RunAsync_outputPathExists=True_args=inventory,repositories,test-org,-output,--pat=test-pat.verified.txt -------------------------------------------------------------------------------- /src/AZDOI.Tests/Unit/Commands/InventoryRepositoriesCommandTests.RunAsync_outputPathExists=True_args=inventory,repositories,test-org,-output.verified.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WCOMAB/AZDOI/HEAD/src/AZDOI.Tests/Unit/Commands/InventoryRepositoriesCommandTests.RunAsync_outputPathExists=True_args=inventory,repositories,test-org,-output.verified.txt -------------------------------------------------------------------------------- /src/AZDOI.Tests/Unit/Commands/InventoryRepositoriesCommandTests.RunAsync_outputPathExists=True_args=inventory,repositories,test-org.verified.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WCOMAB/AZDOI/HEAD/src/AZDOI.Tests/Unit/Commands/InventoryRepositoriesCommandTests.RunAsync_outputPathExists=True_args=inventory,repositories,test-org.verified.txt -------------------------------------------------------------------------------- /src/AZDOI.Tests/Unit/Commands/InventoryRepositoriesCommandTests.RunAsync_outputPathExists=True_args=inventory,repositories.verified.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WCOMAB/AZDOI/HEAD/src/AZDOI.Tests/Unit/Commands/InventoryRepositoriesCommandTests.RunAsync_outputPathExists=True_args=inventory,repositories.verified.txt -------------------------------------------------------------------------------- /src/AZDOI.Tests/Unit/Commands/InventoryRepositoriesCommandTests.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WCOMAB/AZDOI/HEAD/src/AZDOI.Tests/Unit/Commands/InventoryRepositoriesCommandTests.cs -------------------------------------------------------------------------------- /src/AZDOI.Tests/Unit/Commands/ValidateOrgAttributeTest.RunAsync_args=inventory,repositories,!test-org,-output.verified.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WCOMAB/AZDOI/HEAD/src/AZDOI.Tests/Unit/Commands/ValidateOrgAttributeTest.RunAsync_args=inventory,repositories,!test-org,-output.verified.txt -------------------------------------------------------------------------------- /src/AZDOI.Tests/Unit/Commands/ValidateOrgAttributeTest.RunAsync_args=inventory,repositories,test-org!,-output.verified.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WCOMAB/AZDOI/HEAD/src/AZDOI.Tests/Unit/Commands/ValidateOrgAttributeTest.RunAsync_args=inventory,repositories,test-org!,-output.verified.txt -------------------------------------------------------------------------------- /src/AZDOI.Tests/Unit/Commands/ValidateOrgAttributeTest.RunAsync_args=inventory,repositories,test-org,-output.verified.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WCOMAB/AZDOI/HEAD/src/AZDOI.Tests/Unit/Commands/ValidateOrgAttributeTest.RunAsync_args=inventory,repositories,test-org,-output.verified.txt -------------------------------------------------------------------------------- /src/AZDOI.Tests/Unit/Commands/ValidateOrgAttributeTest.RunAsync_args=inventory,repositories,test-orggggggggggggggggggggggggggggggggggggggggggggg,-output.verified.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WCOMAB/AZDOI/HEAD/src/AZDOI.Tests/Unit/Commands/ValidateOrgAttributeTest.RunAsync_args=inventory,repositories,test-orggggggggggggggggggggggggggggggggggggggggggggg,-output.verified.txt -------------------------------------------------------------------------------- /src/AZDOI.Tests/Unit/Commands/ValidateOrgAttributeTest.RunAsync_args=inventory,repositories,한자-org,-output.verified.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WCOMAB/AZDOI/HEAD/src/AZDOI.Tests/Unit/Commands/ValidateOrgAttributeTest.RunAsync_args=inventory,repositories,한자-org,-output.verified.txt -------------------------------------------------------------------------------- /src/AZDOI.Tests/Unit/Commands/ValidateOrgAttributeTest.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WCOMAB/AZDOI/HEAD/src/AZDOI.Tests/Unit/Commands/ValidateOrgAttributeTest.cs -------------------------------------------------------------------------------- /src/AZDOI.Tests/Unit/Markdown/Builds/BuildsMarkdownServiceTests.WriteIndex_ShouldWriteExpectedMarkdownContent.verified.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WCOMAB/AZDOI/HEAD/src/AZDOI.Tests/Unit/Markdown/Builds/BuildsMarkdownServiceTests.WriteIndex_ShouldWriteExpectedMarkdownContent.verified.txt -------------------------------------------------------------------------------- /src/AZDOI.Tests/Unit/Markdown/Builds/BuildsMarkdownServiceTests.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WCOMAB/AZDOI/HEAD/src/AZDOI.Tests/Unit/Markdown/Builds/BuildsMarkdownServiceTests.cs -------------------------------------------------------------------------------- /src/AZDOI.Tests/Unit/Markdown/Builds/Pipelines/PipelineMarkdownServiceTests.WriteIndex_ShouldWriteExpectedMarkdownContent.verified.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WCOMAB/AZDOI/HEAD/src/AZDOI.Tests/Unit/Markdown/Builds/Pipelines/PipelineMarkdownServiceTests.WriteIndex_ShouldWriteExpectedMarkdownContent.verified.txt -------------------------------------------------------------------------------- /src/AZDOI.Tests/Unit/Markdown/Builds/Pipelines/PipelineMarkdownServiceTests.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WCOMAB/AZDOI/HEAD/src/AZDOI.Tests/Unit/Markdown/Builds/Pipelines/PipelineMarkdownServiceTests.cs -------------------------------------------------------------------------------- /src/AZDOI.Tests/Unit/Markdown/Builds/Pipelines/PipelinesMarkdownServiceTests.WriteIndex_ShouldWriteExpectedMarkdownContent.verified.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WCOMAB/AZDOI/HEAD/src/AZDOI.Tests/Unit/Markdown/Builds/Pipelines/PipelinesMarkdownServiceTests.WriteIndex_ShouldWriteExpectedMarkdownContent.verified.txt -------------------------------------------------------------------------------- /src/AZDOI.Tests/Unit/Markdown/Builds/Pipelines/PipelinesMarkdownServiceTests.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WCOMAB/AZDOI/HEAD/src/AZDOI.Tests/Unit/Markdown/Builds/Pipelines/PipelinesMarkdownServiceTests.cs -------------------------------------------------------------------------------- /src/AZDOI.Tests/Unit/Markdown/Builds/Releases/ReleaseMarkdownServiceTests.WriteIndex_ShouldWriteExpectedMarkdownContent.verified.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WCOMAB/AZDOI/HEAD/src/AZDOI.Tests/Unit/Markdown/Builds/Releases/ReleaseMarkdownServiceTests.WriteIndex_ShouldWriteExpectedMarkdownContent.verified.txt -------------------------------------------------------------------------------- /src/AZDOI.Tests/Unit/Markdown/Builds/Releases/ReleaseMarkdownServiceTests.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WCOMAB/AZDOI/HEAD/src/AZDOI.Tests/Unit/Markdown/Builds/Releases/ReleaseMarkdownServiceTests.cs -------------------------------------------------------------------------------- /src/AZDOI.Tests/Unit/Markdown/Builds/Releases/ReleasesMarkdownServiceTests.WriteIndex_ShouldWriteExpectedMarkdownContent.verified.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WCOMAB/AZDOI/HEAD/src/AZDOI.Tests/Unit/Markdown/Builds/Releases/ReleasesMarkdownServiceTests.WriteIndex_ShouldWriteExpectedMarkdownContent.verified.txt -------------------------------------------------------------------------------- /src/AZDOI.Tests/Unit/Markdown/Builds/Releases/ReleasesMarkdownServiceTests.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WCOMAB/AZDOI/HEAD/src/AZDOI.Tests/Unit/Markdown/Builds/Releases/ReleasesMarkdownServiceTests.cs -------------------------------------------------------------------------------- /src/AZDOI.Tests/Unit/Markdown/Organization/OrganizationMarkdownServiceTests.OrgMarkdownChildTypes.WriteIndex_ShouldWriteExpectedMarkdownContent_childTypes=All.verified.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WCOMAB/AZDOI/HEAD/src/AZDOI.Tests/Unit/Markdown/Organization/OrganizationMarkdownServiceTests.OrgMarkdownChildTypes.WriteIndex_ShouldWriteExpectedMarkdownContent_childTypes=All.verified.txt -------------------------------------------------------------------------------- /src/AZDOI.Tests/Unit/Markdown/Organization/OrganizationMarkdownServiceTests.OrgMarkdownChildTypes.WriteIndex_ShouldWriteExpectedMarkdownContent_childTypes=None.verified.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WCOMAB/AZDOI/HEAD/src/AZDOI.Tests/Unit/Markdown/Organization/OrganizationMarkdownServiceTests.OrgMarkdownChildTypes.WriteIndex_ShouldWriteExpectedMarkdownContent_childTypes=None.verified.txt -------------------------------------------------------------------------------- /src/AZDOI.Tests/Unit/Markdown/Organization/OrganizationMarkdownServiceTests.OrgMarkdownChildTypes.WriteIndex_ShouldWriteExpectedMarkdownContent_childTypes=Pipelines.verified.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WCOMAB/AZDOI/HEAD/src/AZDOI.Tests/Unit/Markdown/Organization/OrganizationMarkdownServiceTests.OrgMarkdownChildTypes.WriteIndex_ShouldWriteExpectedMarkdownContent_childTypes=Pipelines.verified.txt -------------------------------------------------------------------------------- /src/AZDOI.Tests/Unit/Markdown/Organization/OrganizationMarkdownServiceTests.OrgMarkdownChildTypes.WriteIndex_ShouldWriteExpectedMarkdownContent_childTypes=Repositories.verified.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WCOMAB/AZDOI/HEAD/src/AZDOI.Tests/Unit/Markdown/Organization/OrganizationMarkdownServiceTests.OrgMarkdownChildTypes.WriteIndex_ShouldWriteExpectedMarkdownContent_childTypes=Repositories.verified.txt -------------------------------------------------------------------------------- /src/AZDOI.Tests/Unit/Markdown/Organization/OrganizationMarkdownServiceTests.WriteIndex_ShouldWriteExpectedMarkdownContent.verified.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WCOMAB/AZDOI/HEAD/src/AZDOI.Tests/Unit/Markdown/Organization/OrganizationMarkdownServiceTests.WriteIndex_ShouldWriteExpectedMarkdownContent.verified.txt -------------------------------------------------------------------------------- /src/AZDOI.Tests/Unit/Markdown/Organization/OrganizationMarkdownServiceTests.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WCOMAB/AZDOI/HEAD/src/AZDOI.Tests/Unit/Markdown/Organization/OrganizationMarkdownServiceTests.cs -------------------------------------------------------------------------------- /src/AZDOI.Tests/Unit/Markdown/Projects/ProjectMarkdownServiceTests.ChildTypes.WriteIndex_ShouldWriteExpectedMarkdownContent_childTypes=All.verified.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WCOMAB/AZDOI/HEAD/src/AZDOI.Tests/Unit/Markdown/Projects/ProjectMarkdownServiceTests.ChildTypes.WriteIndex_ShouldWriteExpectedMarkdownContent_childTypes=All.verified.txt -------------------------------------------------------------------------------- /src/AZDOI.Tests/Unit/Markdown/Projects/ProjectMarkdownServiceTests.ChildTypes.WriteIndex_ShouldWriteExpectedMarkdownContent_childTypes=None.verified.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WCOMAB/AZDOI/HEAD/src/AZDOI.Tests/Unit/Markdown/Projects/ProjectMarkdownServiceTests.ChildTypes.WriteIndex_ShouldWriteExpectedMarkdownContent_childTypes=None.verified.txt -------------------------------------------------------------------------------- /src/AZDOI.Tests/Unit/Markdown/Projects/ProjectMarkdownServiceTests.ChildTypes.WriteIndex_ShouldWriteExpectedMarkdownContent_childTypes=Pipelines.verified.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WCOMAB/AZDOI/HEAD/src/AZDOI.Tests/Unit/Markdown/Projects/ProjectMarkdownServiceTests.ChildTypes.WriteIndex_ShouldWriteExpectedMarkdownContent_childTypes=Pipelines.verified.txt -------------------------------------------------------------------------------- /src/AZDOI.Tests/Unit/Markdown/Projects/ProjectMarkdownServiceTests.ChildTypes.WriteIndex_ShouldWriteExpectedMarkdownContent_childTypes=Repositories.verified.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WCOMAB/AZDOI/HEAD/src/AZDOI.Tests/Unit/Markdown/Projects/ProjectMarkdownServiceTests.ChildTypes.WriteIndex_ShouldWriteExpectedMarkdownContent_childTypes=Repositories.verified.txt -------------------------------------------------------------------------------- /src/AZDOI.Tests/Unit/Markdown/Projects/ProjectMarkdownServiceTests.WriteIndex_ShouldWriteExpectedMarkdownContent.verified.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WCOMAB/AZDOI/HEAD/src/AZDOI.Tests/Unit/Markdown/Projects/ProjectMarkdownServiceTests.WriteIndex_ShouldWriteExpectedMarkdownContent.verified.txt -------------------------------------------------------------------------------- /src/AZDOI.Tests/Unit/Markdown/Projects/ProjectMarkdownServiceTests.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WCOMAB/AZDOI/HEAD/src/AZDOI.Tests/Unit/Markdown/Projects/ProjectMarkdownServiceTests.cs -------------------------------------------------------------------------------- /src/AZDOI.Tests/Unit/Markdown/Repositories/RepositoriesMarkdownServiceTests.WriteIndex_ShouldWriteExpectedMarkdownContent.verified.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WCOMAB/AZDOI/HEAD/src/AZDOI.Tests/Unit/Markdown/Repositories/RepositoriesMarkdownServiceTests.WriteIndex_ShouldWriteExpectedMarkdownContent.verified.txt -------------------------------------------------------------------------------- /src/AZDOI.Tests/Unit/Markdown/Repositories/RepositoriesMarkdownServiceTests.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WCOMAB/AZDOI/HEAD/src/AZDOI.Tests/Unit/Markdown/Repositories/RepositoriesMarkdownServiceTests.cs -------------------------------------------------------------------------------- /src/AZDOI.Tests/Unit/Markdown/Repositories/RepositoryMarkdownServiceTests.WriteIndex_ShouldWriteCorrectReadmeMarkdown_readmeContent=.verified.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WCOMAB/AZDOI/HEAD/src/AZDOI.Tests/Unit/Markdown/Repositories/RepositoryMarkdownServiceTests.WriteIndex_ShouldWriteCorrectReadmeMarkdown_readmeContent=.verified.txt -------------------------------------------------------------------------------- /src/AZDOI.Tests/Unit/Markdown/Repositories/RepositoryMarkdownServiceTests.WriteIndex_ShouldWriteCorrectReadmeMarkdown_readmeContent=Readme Content.verified.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WCOMAB/AZDOI/HEAD/src/AZDOI.Tests/Unit/Markdown/Repositories/RepositoryMarkdownServiceTests.WriteIndex_ShouldWriteCorrectReadmeMarkdown_readmeContent=Readme Content.verified.txt -------------------------------------------------------------------------------- /src/AZDOI.Tests/Unit/Markdown/Repositories/RepositoryMarkdownServiceTests.WriteIndex_ShouldWriteCorrectReadmeMarkdown_readmeContent=null.verified.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WCOMAB/AZDOI/HEAD/src/AZDOI.Tests/Unit/Markdown/Repositories/RepositoryMarkdownServiceTests.WriteIndex_ShouldWriteCorrectReadmeMarkdown_readmeContent=null.verified.txt -------------------------------------------------------------------------------- /src/AZDOI.Tests/Unit/Markdown/Repositories/RepositoryMarkdownServiceTests.WriteIndex_ShouldWriteExpectedMarkdownContent.verified.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WCOMAB/AZDOI/HEAD/src/AZDOI.Tests/Unit/Markdown/Repositories/RepositoryMarkdownServiceTests.WriteIndex_ShouldWriteExpectedMarkdownContent.verified.txt -------------------------------------------------------------------------------- /src/AZDOI.Tests/Unit/Markdown/Repositories/RepositoryMarkdownServiceTests.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WCOMAB/AZDOI/HEAD/src/AZDOI.Tests/Unit/Markdown/Repositories/RepositoryMarkdownServiceTests.cs -------------------------------------------------------------------------------- /src/AZDOI.Tests/Unit/Markdown/TestMarkdownServiceTests.WriteIndex_ShouldWriteExpectedMarkdownContent.verified.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WCOMAB/AZDOI/HEAD/src/AZDOI.Tests/Unit/Markdown/TestMarkdownServiceTests.WriteIndex_ShouldWriteExpectedMarkdownContent.verified.txt -------------------------------------------------------------------------------- /src/AZDOI.Tests/Unit/Markdown/TestMarkdownServiceTests.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WCOMAB/AZDOI/HEAD/src/AZDOI.Tests/Unit/Markdown/TestMarkdownServiceTests.cs -------------------------------------------------------------------------------- /src/AZDOI.Tests/VerifyChecksTests.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WCOMAB/AZDOI/HEAD/src/AZDOI.Tests/VerifyChecksTests.cs -------------------------------------------------------------------------------- /src/AZDOI.Tests/VerifyConfig.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WCOMAB/AZDOI/HEAD/src/AZDOI.Tests/VerifyConfig.cs -------------------------------------------------------------------------------- /src/AZDOI.Tests/xunit.runner.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WCOMAB/AZDOI/HEAD/src/AZDOI.Tests/xunit.runner.json -------------------------------------------------------------------------------- /src/AZDOI.slnx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WCOMAB/AZDOI/HEAD/src/AZDOI.slnx -------------------------------------------------------------------------------- /src/AZDOI/AZDOI.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WCOMAB/AZDOI/HEAD/src/AZDOI/AZDOI.csproj -------------------------------------------------------------------------------- /src/AZDOI/Commands/InventoryAllCommand.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WCOMAB/AZDOI/HEAD/src/AZDOI/Commands/InventoryAllCommand.cs -------------------------------------------------------------------------------- /src/AZDOI/Commands/InventoryCommand.Pipelines.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WCOMAB/AZDOI/HEAD/src/AZDOI/Commands/InventoryCommand.Pipelines.cs -------------------------------------------------------------------------------- /src/AZDOI/Commands/InventoryCommand.Projects.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WCOMAB/AZDOI/HEAD/src/AZDOI/Commands/InventoryCommand.Projects.cs -------------------------------------------------------------------------------- /src/AZDOI/Commands/InventoryCommand.Releases.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WCOMAB/AZDOI/HEAD/src/AZDOI/Commands/InventoryCommand.Releases.cs -------------------------------------------------------------------------------- /src/AZDOI/Commands/InventoryCommand.Repositories.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WCOMAB/AZDOI/HEAD/src/AZDOI/Commands/InventoryCommand.Repositories.cs -------------------------------------------------------------------------------- /src/AZDOI/Commands/InventoryCommand.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WCOMAB/AZDOI/HEAD/src/AZDOI/Commands/InventoryCommand.cs -------------------------------------------------------------------------------- /src/AZDOI/Commands/InventoryContext.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WCOMAB/AZDOI/HEAD/src/AZDOI/Commands/InventoryContext.cs -------------------------------------------------------------------------------- /src/AZDOI/Commands/InventoryPipelinesCommand.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WCOMAB/AZDOI/HEAD/src/AZDOI/Commands/InventoryPipelinesCommand.cs -------------------------------------------------------------------------------- /src/AZDOI/Commands/InventoryRepositoriesCommand.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WCOMAB/AZDOI/HEAD/src/AZDOI/Commands/InventoryRepositoriesCommand.cs -------------------------------------------------------------------------------- /src/AZDOI/Commands/Settings/AZDOIAllSettings.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WCOMAB/AZDOI/HEAD/src/AZDOI/Commands/Settings/AZDOIAllSettings.cs -------------------------------------------------------------------------------- /src/AZDOI/Commands/Settings/AZDOIPipelinesSettings.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WCOMAB/AZDOI/HEAD/src/AZDOI/Commands/Settings/AZDOIPipelinesSettings.cs -------------------------------------------------------------------------------- /src/AZDOI/Commands/Settings/AZDOIRepositorySettings.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WCOMAB/AZDOI/HEAD/src/AZDOI/Commands/Settings/AZDOIRepositorySettings.cs -------------------------------------------------------------------------------- /src/AZDOI/Commands/Settings/AZDOISettings.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WCOMAB/AZDOI/HEAD/src/AZDOI/Commands/Settings/AZDOISettings.cs -------------------------------------------------------------------------------- /src/AZDOI/Commands/Validation/ValidateOrgAttribute.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WCOMAB/AZDOI/HEAD/src/AZDOI/Commands/Validation/ValidateOrgAttribute.cs -------------------------------------------------------------------------------- /src/AZDOI/Commands/Validation/ValidatePathAttribute.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WCOMAB/AZDOI/HEAD/src/AZDOI/Commands/Validation/ValidatePathAttribute.cs -------------------------------------------------------------------------------- /src/AZDOI/Extensions/DirectoryPathExtensions.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WCOMAB/AZDOI/HEAD/src/AZDOI/Extensions/DirectoryPathExtensions.cs -------------------------------------------------------------------------------- /src/AZDOI/Extensions/EnumerableExtensions.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WCOMAB/AZDOI/HEAD/src/AZDOI/Extensions/EnumerableExtensions.cs -------------------------------------------------------------------------------- /src/AZDOI/Extensions/FileTextWriterExtensions.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WCOMAB/AZDOI/HEAD/src/AZDOI/Extensions/FileTextWriterExtensions.cs -------------------------------------------------------------------------------- /src/AZDOI/Extensions/InventoryContextExtensions.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WCOMAB/AZDOI/HEAD/src/AZDOI/Extensions/InventoryContextExtensions.cs -------------------------------------------------------------------------------- /src/AZDOI/Extensions/MarkdownExtensions.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WCOMAB/AZDOI/HEAD/src/AZDOI/Extensions/MarkdownExtensions.cs -------------------------------------------------------------------------------- /src/AZDOI/Extensions/ServiceCollectionExtensions.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WCOMAB/AZDOI/HEAD/src/AZDOI/Extensions/ServiceCollectionExtensions.cs -------------------------------------------------------------------------------- /src/AZDOI/Extensions/StringExtensions.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WCOMAB/AZDOI/HEAD/src/AZDOI/Extensions/StringExtensions.cs -------------------------------------------------------------------------------- /src/AZDOI/Models/AzureDevOpsBase.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WCOMAB/AZDOI/HEAD/src/AZDOI/Models/AzureDevOpsBase.cs -------------------------------------------------------------------------------- /src/AZDOI/Models/AzureDevOpsOrganization.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WCOMAB/AZDOI/HEAD/src/AZDOI/Models/AzureDevOpsOrganization.cs -------------------------------------------------------------------------------- /src/AZDOI/Models/AzureDevOpsPipeline.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WCOMAB/AZDOI/HEAD/src/AZDOI/Models/AzureDevOpsPipeline.cs -------------------------------------------------------------------------------- /src/AZDOI/Models/AzureDevOpsProject.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WCOMAB/AZDOI/HEAD/src/AZDOI/Models/AzureDevOpsProject.cs -------------------------------------------------------------------------------- /src/AZDOI/Models/AzureDevOpsProjectChildTypes.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WCOMAB/AZDOI/HEAD/src/AZDOI/Models/AzureDevOpsProjectChildTypes.cs -------------------------------------------------------------------------------- /src/AZDOI/Models/AzureDevOpsRelease.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WCOMAB/AZDOI/HEAD/src/AZDOI/Models/AzureDevOpsRelease.cs -------------------------------------------------------------------------------- /src/AZDOI/Models/AzureDevOpsRepository.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WCOMAB/AZDOI/HEAD/src/AZDOI/Models/AzureDevOpsRepository.cs -------------------------------------------------------------------------------- /src/AZDOI/Models/AzureDevOpsRepositoryAnnotatedTag.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WCOMAB/AZDOI/HEAD/src/AZDOI/Models/AzureDevOpsRepositoryAnnotatedTag.cs -------------------------------------------------------------------------------- /src/AZDOI/Models/AzureDevOpsRepositoryBranch.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WCOMAB/AZDOI/HEAD/src/AZDOI/Models/AzureDevOpsRepositoryBranch.cs -------------------------------------------------------------------------------- /src/AZDOI/Models/AzureDevOpsRepositoryTag.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WCOMAB/AZDOI/HEAD/src/AZDOI/Models/AzureDevOpsRepositoryTag.cs -------------------------------------------------------------------------------- /src/AZDOI/Models/AzureDevOpsResponse.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WCOMAB/AZDOI/HEAD/src/AZDOI/Models/AzureDevOpsResponse.cs -------------------------------------------------------------------------------- /src/AZDOI/Models/IAzureDevOpsBase.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WCOMAB/AZDOI/HEAD/src/AZDOI/Models/IAzureDevOpsBase.cs -------------------------------------------------------------------------------- /src/AZDOI/Program.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WCOMAB/AZDOI/HEAD/src/AZDOI/Program.cs -------------------------------------------------------------------------------- /src/AZDOI/Properties/launchSettings.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WCOMAB/AZDOI/HEAD/src/AZDOI/Properties/launchSettings.json -------------------------------------------------------------------------------- /src/AZDOI/Services/AzureDevOps/AZureDevOpsClient.Releases.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WCOMAB/AZDOI/HEAD/src/AZDOI/Services/AzureDevOps/AZureDevOpsClient.Releases.cs -------------------------------------------------------------------------------- /src/AZDOI/Services/AzureDevOps/AzureDevOpsClient.Pipelines.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WCOMAB/AZDOI/HEAD/src/AZDOI/Services/AzureDevOps/AzureDevOpsClient.Pipelines.cs -------------------------------------------------------------------------------- /src/AZDOI/Services/AzureDevOps/AzureDevOpsClient.Projects.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WCOMAB/AZDOI/HEAD/src/AZDOI/Services/AzureDevOps/AzureDevOpsClient.Projects.cs -------------------------------------------------------------------------------- /src/AZDOI/Services/AzureDevOps/AzureDevOpsClient.Readme.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WCOMAB/AZDOI/HEAD/src/AZDOI/Services/AzureDevOps/AzureDevOpsClient.Readme.cs -------------------------------------------------------------------------------- /src/AZDOI/Services/AzureDevOps/AzureDevOpsClient.Repositories.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WCOMAB/AZDOI/HEAD/src/AZDOI/Services/AzureDevOps/AzureDevOpsClient.Repositories.cs -------------------------------------------------------------------------------- /src/AZDOI/Services/AzureDevOps/AzureDevOpsClient.Repository.AnnotatedTags.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WCOMAB/AZDOI/HEAD/src/AZDOI/Services/AzureDevOps/AzureDevOpsClient.Repository.AnnotatedTags.cs -------------------------------------------------------------------------------- /src/AZDOI/Services/AzureDevOps/AzureDevOpsClient.Repository.Branches.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WCOMAB/AZDOI/HEAD/src/AZDOI/Services/AzureDevOps/AzureDevOpsClient.Repository.Branches.cs -------------------------------------------------------------------------------- /src/AZDOI/Services/AzureDevOps/AzureDevOpsClient.Repository.Tags.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WCOMAB/AZDOI/HEAD/src/AZDOI/Services/AzureDevOps/AzureDevOpsClient.Repository.Tags.cs -------------------------------------------------------------------------------- /src/AZDOI/Services/AzureDevOps/AzureDevOpsClient.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WCOMAB/AZDOI/HEAD/src/AZDOI/Services/AzureDevOps/AzureDevOpsClient.cs -------------------------------------------------------------------------------- /src/AZDOI/Services/AzureDevOps/IAzureDevOpsClientSettings.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WCOMAB/AZDOI/HEAD/src/AZDOI/Services/AzureDevOps/IAzureDevOpsClientSettings.cs -------------------------------------------------------------------------------- /src/AZDOI/Services/FileTextWriter.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WCOMAB/AZDOI/HEAD/src/AZDOI/Services/FileTextWriter.cs -------------------------------------------------------------------------------- /src/AZDOI/Services/InventoryCommandServices.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WCOMAB/AZDOI/HEAD/src/AZDOI/Services/InventoryCommandServices.cs -------------------------------------------------------------------------------- /src/AZDOI/Services/Markdown/Builds/BuildsMarkdownService.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WCOMAB/AZDOI/HEAD/src/AZDOI/Services/Markdown/Builds/BuildsMarkdownService.cs -------------------------------------------------------------------------------- /src/AZDOI/Services/Markdown/Builds/Pipelines/PipelineMarkdownService.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WCOMAB/AZDOI/HEAD/src/AZDOI/Services/Markdown/Builds/Pipelines/PipelineMarkdownService.cs -------------------------------------------------------------------------------- /src/AZDOI/Services/Markdown/Builds/Pipelines/PipelinesMarkdownService.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WCOMAB/AZDOI/HEAD/src/AZDOI/Services/Markdown/Builds/Pipelines/PipelinesMarkdownService.cs -------------------------------------------------------------------------------- /src/AZDOI/Services/Markdown/Builds/Releases/ReleaseMarkdownService.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WCOMAB/AZDOI/HEAD/src/AZDOI/Services/Markdown/Builds/Releases/ReleaseMarkdownService.cs -------------------------------------------------------------------------------- /src/AZDOI/Services/Markdown/Builds/Releases/ReleasesMarkdownService.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WCOMAB/AZDOI/HEAD/src/AZDOI/Services/Markdown/Builds/Releases/ReleasesMarkdownService.cs -------------------------------------------------------------------------------- /src/AZDOI/Services/Markdown/MarkdownServiceBase.Children.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WCOMAB/AZDOI/HEAD/src/AZDOI/Services/Markdown/MarkdownServiceBase.Children.cs -------------------------------------------------------------------------------- /src/AZDOI/Services/Markdown/MarkdownServiceBase.Frontmatter.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WCOMAB/AZDOI/HEAD/src/AZDOI/Services/Markdown/MarkdownServiceBase.Frontmatter.cs -------------------------------------------------------------------------------- /src/AZDOI/Services/Markdown/MarkdownServiceBase.Index.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WCOMAB/AZDOI/HEAD/src/AZDOI/Services/Markdown/MarkdownServiceBase.Index.cs -------------------------------------------------------------------------------- /src/AZDOI/Services/Markdown/MarkdownServiceBase.Table.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WCOMAB/AZDOI/HEAD/src/AZDOI/Services/Markdown/MarkdownServiceBase.Table.cs -------------------------------------------------------------------------------- /src/AZDOI/Services/Markdown/MarkdownServiceBase.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WCOMAB/AZDOI/HEAD/src/AZDOI/Services/Markdown/MarkdownServiceBase.cs -------------------------------------------------------------------------------- /src/AZDOI/Services/Markdown/Organization/OrganizationMarkdownService.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WCOMAB/AZDOI/HEAD/src/AZDOI/Services/Markdown/Organization/OrganizationMarkdownService.cs -------------------------------------------------------------------------------- /src/AZDOI/Services/Markdown/Projects/ProjectMarkdownService.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WCOMAB/AZDOI/HEAD/src/AZDOI/Services/Markdown/Projects/ProjectMarkdownService.cs -------------------------------------------------------------------------------- /src/AZDOI/Services/Markdown/Repositories/RepositoriesMarkdownService.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WCOMAB/AZDOI/HEAD/src/AZDOI/Services/Markdown/Repositories/RepositoriesMarkdownService.cs -------------------------------------------------------------------------------- /src/AZDOI/Services/Markdown/Repositories/RepositoryMarkdownService.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WCOMAB/AZDOI/HEAD/src/AZDOI/Services/Markdown/Repositories/RepositoryMarkdownService.cs -------------------------------------------------------------------------------- /src/AZDOI/Services/StopwatchProvider.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WCOMAB/AZDOI/HEAD/src/AZDOI/Services/StopwatchProvider.cs -------------------------------------------------------------------------------- /src/Directory.Packages.props: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WCOMAB/AZDOI/HEAD/src/Directory.Packages.props -------------------------------------------------------------------------------- /src/site/AZDOI/Getting-Started.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WCOMAB/AZDOI/HEAD/src/site/AZDOI/Getting-Started.md -------------------------------------------------------------------------------- /src/site/AZDOI/Index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WCOMAB/AZDOI/HEAD/src/site/AZDOI/Index.md -------------------------------------------------------------------------------- /src/site/theme/assets/css/site.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WCOMAB/AZDOI/HEAD/src/site/theme/assets/css/site.css -------------------------------------------------------------------------------- /src/site/theme/assets/css/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WCOMAB/AZDOI/HEAD/src/site/theme/assets/css/style.css -------------------------------------------------------------------------------- /src/site/theme/assets/css/style.css.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WCOMAB/AZDOI/HEAD/src/site/theme/assets/css/style.css.map -------------------------------------------------------------------------------- /src/site/theme/assets/css/vendor.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WCOMAB/AZDOI/HEAD/src/site/theme/assets/css/vendor.css -------------------------------------------------------------------------------- /src/site/theme/assets/fonts/icomoon.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WCOMAB/AZDOI/HEAD/src/site/theme/assets/fonts/icomoon.eot -------------------------------------------------------------------------------- /src/site/theme/assets/fonts/icomoon.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WCOMAB/AZDOI/HEAD/src/site/theme/assets/fonts/icomoon.svg -------------------------------------------------------------------------------- /src/site/theme/assets/fonts/icomoon.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WCOMAB/AZDOI/HEAD/src/site/theme/assets/fonts/icomoon.ttf -------------------------------------------------------------------------------- /src/site/theme/assets/fonts/icomoon.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WCOMAB/AZDOI/HEAD/src/site/theme/assets/fonts/icomoon.woff -------------------------------------------------------------------------------- /src/site/theme/assets/images/logo-black.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WCOMAB/AZDOI/HEAD/src/site/theme/assets/images/logo-black.png -------------------------------------------------------------------------------- /src/site/theme/assets/images/logo-white.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WCOMAB/AZDOI/HEAD/src/site/theme/assets/images/logo-white.png -------------------------------------------------------------------------------- /src/site/theme/assets/js/app.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WCOMAB/AZDOI/HEAD/src/site/theme/assets/js/app.js -------------------------------------------------------------------------------- /src/site/theme/assets/js/modernizr.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WCOMAB/AZDOI/HEAD/src/site/theme/assets/js/modernizr.js -------------------------------------------------------------------------------- /src/site/theme/assets/js/vendor.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WCOMAB/AZDOI/HEAD/src/site/theme/assets/js/vendor.js -------------------------------------------------------------------------------- /src/site/theme/assets/js/vendor.js.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WCOMAB/AZDOI/HEAD/src/site/theme/assets/js/vendor.js.map -------------------------------------------------------------------------------- /src/site/theme/assets/js/vendor.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WCOMAB/AZDOI/HEAD/src/site/theme/assets/js/vendor.min.js -------------------------------------------------------------------------------- /src/site/theme/assets/js/vendor.min.js.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WCOMAB/AZDOI/HEAD/src/site/theme/assets/js/vendor.min.js.map -------------------------------------------------------------------------------- /src/site/theme/navigation.partial.hbs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WCOMAB/AZDOI/HEAD/src/site/theme/navigation.partial.hbs -------------------------------------------------------------------------------- /src/site/theme/template.hbs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WCOMAB/AZDOI/HEAD/src/site/theme/template.hbs --------------------------------------------------------------------------------