├── .azuredevops └── dependabot.yml ├── .config ├── 1espt │ └── PipelineAutobaseliningConfig.yml ├── dotnet-tools.json ├── guardian │ └── .gdnbaselines └── tsaoptions.json ├── .editorconfig ├── .gitattributes ├── .github ├── CODEOWNERS ├── ISSUE_TEMPLATE │ ├── default-arcade-issue-template.md │ └── z-build-break-infrastructure-issue-template.yml ├── copilot-instructions.md ├── pull_request_template.md └── workflows │ ├── backport-base.yml │ ├── backport.yml │ ├── inter-branch-merge-base.yml │ ├── scheduled-action-cleanup-base.yml │ └── scripts │ ├── inter-branch-merge.ps1 │ └── read-configuration.ps1 ├── .gitignore ├── .vault-config ├── dnceng-partners-kv.yaml ├── product-builds-dnceng-pipeline-secrets.yaml ├── product-builds-engkeyvault.yaml └── product-builds-helixprodkv.yaml ├── Arcade.slnx ├── Build.cmd ├── CODE-OF-CONDUCT.md ├── CONTRIBUTING.md ├── Directory.Build.props ├── Directory.Build.targets ├── Directory.Packages.props ├── Documentation ├── 3xReleaseShutdownTasks.md ├── ArcadeConventions.md ├── ArcadeSdk.md ├── AzureDevOps │ ├── AzureDevOpsGuidance.md │ ├── AzureDevOpsOnboarding.md │ ├── MovingFromDevDivToDncEng.md │ ├── PhaseToJobSchemaChange.md │ ├── SendingJobsToHelix.md │ ├── TemplateSchema.md │ ├── TestReportingData.md │ ├── TestReportingQueries.md │ ├── WritingBuildDefinitions.md │ └── internal-mirror.md ├── BranchesChannelsAndSubscriptions.md ├── BuildRetentionExample.png ├── BuildingInternalBranches.md ├── ChannelsBranchesSubscriptionsFlow.png ├── ChecksMergePolicies.png ├── ChoosingAMachinePool.md ├── CodeQLGuidance.md ├── CoherentGraph.png ├── CoherentParent.png ├── CorePackages │ ├── PackagesRoadmap.md │ ├── Packaging.md │ ├── PostBuildSigning.md │ ├── Publishing.md │ ├── Signing.md │ ├── SigningPlan.md │ ├── Telemetry.md │ ├── Versioning.md │ └── images │ │ ├── BarBuildID.png │ │ ├── Publish-to-BAR.png │ │ ├── V2-publishing.PNG │ │ ├── V3-publishing.PNG │ │ └── build-with-post-build-stages.png ├── Darc.md ├── DependenciesFlowPlan.md ├── DependencyDescriptionFormat.md ├── DependencyFlowOnboarding.md ├── DependencyFlowOnboardingWithoutArcade.md ├── DevWorkflow │ ├── Design │ │ ├── Dev-Design-Infra-Known-Issues.md │ │ ├── Dev-Design-Test-Configuration-Json.md │ │ ├── Dev-Design-Test-Data-Storage.md │ │ ├── Dev-Design-Work-Item-Retry.md │ │ ├── GitHub-Check-Mockup │ │ │ ├── Build-Failure-In-Target-Branch.md │ │ │ ├── Build-Failure-Known-Issues.md │ │ │ ├── Build-Failure-Pass-On-Retry.md │ │ │ ├── Known-Issue.md │ │ │ ├── Test-Failure-In-Target-Branch.md │ │ │ ├── Test-Pass-On-Retry.md │ │ │ ├── Unique-Build-Failure.md │ │ │ └── Unique-Test-Failure.md │ │ └── assets │ │ │ ├── Known-Issue-Example.png │ │ │ ├── List-Known-Issues.png │ │ │ └── Reporting-Issue-WF.png │ └── Queue-Insights-Documentation.md ├── DocumentationPrinciples.md ├── Dumps │ ├── Dumps.md │ ├── DumpsAttachments.png │ └── DumpsTestTab2.png ├── FAQ.md ├── Helix.md ├── HowToAddPerfTestingToPipeline.md ├── HowToAddSDLRunToPipeline.md ├── HowToCreatePackages.md ├── HowToRenameARepo.md ├── IncoherentGraph.png ├── InfrastructureEcosystemOverview.md ├── Maestro.md ├── Mechanics │ └── MSBuildTaskDependencyInjection.md ├── MigrationPlan │ ├── CoreClrPlan.md │ ├── CoreFxPlan.md │ ├── MyGetFeeds.md │ ├── TemplatingAndWebSdkPlan.md │ ├── VisualFSharp.md │ └── roslyn.md ├── MirroringPackages.md ├── NativeToolBootstrapping.md ├── NativeToolsOnMachine.md ├── Net5BuildTImeReductionStatus.md ├── Net5Builds.md ├── Net5ServicingReadinessStatus.md ├── NetCore2122ServicingFlow.md ├── NetCore3EngineeringRepoStatus.md ├── NetCore3ReleasePipelinesMoveStatus.md ├── Onboarding.md ├── OneLocBuild.md ├── Overview.md ├── Policy │ ├── ArcadeCommunications.md │ ├── ArcadeContributorGuidance.md │ ├── ArcadeServicing.md │ ├── AskModeTellModeTemplate.md │ ├── AskTellMode.md │ ├── ChangeBar.md │ ├── ChangesPolicy.md │ ├── DefaultsGuidance.md │ ├── DeploymentPolicy.md │ ├── GrafanaAlertsPolicy.md │ ├── PowershellBestPractices.md │ ├── TestingMSBuildGuidance.md │ ├── ToolsetPolicy.md │ └── VS2019SupportPolicy.md ├── ProdconV1BuldFLow.png ├── ProductKPIs.md ├── Projects │ ├── Build Analysis │ │ ├── BuildRetryOnboard.md │ │ ├── EscapeMechanismforBuildAnalysis.md │ │ ├── FilteringPipelines.md │ │ ├── Introduction.md │ │ ├── KnownIssueJsonStepByStep.md │ │ ├── KnownIssues.md │ │ ├── LandingPage.md │ │ ├── Resources │ │ │ ├── ArtifactsTab.png │ │ │ ├── AzureDevOpsArtifactsTab.PNG │ │ │ ├── AzureDevOpsPassedOnRerun.PNG │ │ │ ├── BuildRetryWorkflow.png │ │ │ ├── EscapedText.png │ │ │ ├── JobNameErrorsExample.PNG │ │ │ ├── KnownIssueMatch.png │ │ │ ├── KnownIssuesBoard.png │ │ │ ├── KnownIssuesLinks.png │ │ │ ├── KnownIssuesListed.png │ │ │ ├── PipelineErrorsExample.PNG │ │ │ ├── StageNameExample.PNG │ │ │ ├── UnescapedText.png │ │ │ ├── build_analysis_check_on_pr.png │ │ │ ├── checks_tab.png │ │ │ ├── installed_github_apps.png │ │ │ ├── invalid_json_blob.png │ │ │ ├── shared_test_failures.png │ │ │ ├── test_failures.png │ │ │ └── unique_build_failures.png │ │ ├── Specifics.md │ │ └── Test Retry Documentation.md │ ├── DevOps │ │ ├── CI │ │ │ ├── Category-sample.png │ │ │ ├── NET-Core-Telemetry-Reports.md │ │ │ ├── Roadmap.md │ │ │ ├── Telemetry-Guidance.md │ │ │ ├── definition-passing-rate-over-time.PNG │ │ │ ├── failure-breakdown.PNG │ │ │ ├── failure-categories.PNG │ │ │ ├── repo-passing-rate.PNG │ │ │ └── telemetry-message-filtering.PNG │ │ └── Tasks │ │ │ └── OnePager.md │ ├── M2MRenaming │ │ ├── Master-to-Main-renaming-guide.md │ │ └── images │ │ │ ├── arcadified.png │ │ │ ├── azdo-default-branch.png │ │ │ ├── azdo-mirrored.png │ │ │ ├── component-governance-1.png │ │ │ ├── component-governance-2.png │ │ │ ├── darc-pat-sso.png │ │ │ ├── default-branch.png │ │ │ ├── delete-azdo-master.png │ │ │ ├── edit-pipeline.png │ │ │ ├── edit-pr-1.png │ │ │ ├── edit-pr-2.png │ │ │ ├── github-branch-rename-tool.png │ │ │ ├── github-ui-notification.png │ │ │ ├── maestro-enabled.png │ │ │ ├── pipeline-default-branch.png │ │ │ ├── pipeline-triggers.png │ │ │ └── save-pipeline.png │ ├── NativeDependencies │ │ └── NativeDependencyBootstrappingPhase1.md │ ├── PKPIs │ │ ├── LongestBuildPath.md │ │ ├── Roadmap.md │ │ ├── Triage-Design.md │ │ ├── Triage-Design.png │ │ ├── flowgraph.png │ │ ├── lbp-breakdown.png │ │ ├── lbp-ot.png │ │ └── lbp-stacked.png │ └── Signing │ │ └── SigningPlan.md ├── PublishConsumeContract.md ├── ReleaseRingsPlan.md ├── RepoToolset │ ├── MigrationToArcade.md │ ├── PipelineVariables.png │ ├── SignToolLog.png │ └── VariableGroups.png ├── RestoreSourcesUpdateStatus.md ├── Roadmap.md ├── SBOMGenerationGuidance.md ├── SbomArtifactExample.png ├── SeePackagesLatestVersion.md ├── ServiceKPIs.md ├── Servicing.md ├── StartHere.md ├── TaskPackages.md ├── Temporary-Quarantine.md ├── Toolsets.md ├── V3StatusUpdate.md ├── Validation.md ├── VersionQueryingAndUpdating.md ├── VersionQueryingAndUpdating.png ├── VmrValidation.md ├── YamlStagesRepoStatus.md ├── update-xunit.md └── versionFlow.jpg ├── LICENSE.TXT ├── NuGet.config ├── README.md ├── Restore.cmd ├── SECURITY.md ├── THIRD-PARTY-NOTICES.TXT ├── Test.cmd ├── azure-pipelines-codeql.yml ├── azure-pipelines-daily.yaml ├── azure-pipelines-pr.yml ├── azure-pipelines-unofficial.yml ├── azure-pipelines.yml ├── eng ├── BuildTask.Packages.props ├── BuildTask.targets ├── GoalTimePerDefinition.json ├── Microsoft.DotNet.SwaggerGenerator.MSBuild.InTree.targets ├── PoliCheckExclusions.xml ├── Publishing.props ├── Signing.props ├── SymbolPublishingExclusionsFile.txt ├── Version.Details.props ├── Version.Details.xml ├── Versions.props ├── build.yml ├── common-variables.yml ├── common │ ├── BuildConfiguration │ │ └── build-configuration.json │ ├── CIBuild.cmd │ ├── PSScriptAnalyzerSettings.psd1 │ ├── README.md │ ├── SetupNugetSources.ps1 │ ├── SetupNugetSources.sh │ ├── build.cmd │ ├── build.ps1 │ ├── build.sh │ ├── cibuild.sh │ ├── core-templates │ │ ├── job │ │ │ ├── job.yml │ │ │ ├── onelocbuild.yml │ │ │ ├── publish-build-assets.yml │ │ │ ├── source-build.yml │ │ │ └── source-index-stage1.yml │ │ ├── jobs │ │ │ ├── codeql-build.yml │ │ │ ├── jobs.yml │ │ │ └── source-build.yml │ │ ├── post-build │ │ │ ├── common-variables.yml │ │ │ ├── post-build.yml │ │ │ └── setup-maestro-vars.yml │ │ ├── steps │ │ │ ├── cleanup-microbuild.yml │ │ │ ├── component-governance.yml │ │ │ ├── enable-internal-runtimes.yml │ │ │ ├── enable-internal-sources.yml │ │ │ ├── generate-sbom.yml │ │ │ ├── get-delegation-sas.yml │ │ │ ├── get-federated-access-token.yml │ │ │ ├── install-microbuild-impl.yml │ │ │ ├── install-microbuild.yml │ │ │ ├── publish-build-artifacts.yml │ │ │ ├── publish-logs.yml │ │ │ ├── publish-pipeline-artifacts.yml │ │ │ ├── retain-build.yml │ │ │ ├── send-to-helix.yml │ │ │ ├── source-build.yml │ │ │ └── source-index-stage1-publish.yml │ │ └── variables │ │ │ └── pool-providers.yml │ ├── cross │ │ ├── arm │ │ │ └── tizen │ │ │ │ └── tizen.patch │ │ ├── arm64 │ │ │ └── tizen │ │ │ │ └── tizen.patch │ │ ├── armel │ │ │ └── tizen │ │ │ │ └── tizen.patch │ │ ├── build-android-rootfs.sh │ │ ├── build-rootfs.sh │ │ ├── install-debs.py │ │ ├── riscv64 │ │ │ └── tizen │ │ │ │ └── tizen.patch │ │ ├── tizen-build-rootfs.sh │ │ ├── tizen-fetch.sh │ │ ├── toolchain.cmake │ │ ├── x64 │ │ │ └── tizen │ │ │ │ └── tizen.patch │ │ └── x86 │ │ │ └── tizen │ │ │ └── tizen.patch │ ├── darc-init.ps1 │ ├── darc-init.sh │ ├── dotnet-install.cmd │ ├── dotnet-install.ps1 │ ├── dotnet-install.sh │ ├── dotnet.cmd │ ├── dotnet.ps1 │ ├── dotnet.sh │ ├── enable-cross-org-publishing.ps1 │ ├── generate-locproject.ps1 │ ├── generate-sbom-prep.ps1 │ ├── generate-sbom-prep.sh │ ├── helixpublish.proj │ ├── init-tools-native.cmd │ ├── init-tools-native.ps1 │ ├── init-tools-native.sh │ ├── internal-feed-operations.ps1 │ ├── internal-feed-operations.sh │ ├── internal │ │ ├── Directory.Build.props │ │ ├── NuGet.config │ │ └── Tools.csproj │ ├── loc │ │ └── P22DotNetHtmlLocalization.lss │ ├── msbuild.ps1 │ ├── msbuild.sh │ ├── native │ │ ├── CommonLibrary.psm1 │ │ ├── common-library.sh │ │ ├── init-compiler.sh │ │ ├── init-distro-rid.sh │ │ ├── init-os-and-arch.sh │ │ ├── install-cmake-test.sh │ │ ├── install-cmake.sh │ │ ├── install-dependencies.sh │ │ └── install-tool.ps1 │ ├── pipeline-logging-functions.ps1 │ ├── pipeline-logging-functions.sh │ ├── post-build │ │ ├── check-channel-consistency.ps1 │ │ ├── nuget-validation.ps1 │ │ ├── nuget-verification.ps1 │ │ ├── publish-using-darc.ps1 │ │ ├── redact-logs.ps1 │ │ ├── sourcelink-validation.ps1 │ │ └── symbols-validation.ps1 │ ├── retain-build.ps1 │ ├── sdk-task.ps1 │ ├── sdk-task.sh │ ├── sdl │ │ ├── NuGet.config │ │ ├── configure-sdl-tool.ps1 │ │ ├── execute-all-sdl-tools.ps1 │ │ ├── extract-artifact-archives.ps1 │ │ ├── extract-artifact-packages.ps1 │ │ ├── init-sdl.ps1 │ │ ├── packages.config │ │ ├── run-sdl.ps1 │ │ ├── sdl.ps1 │ │ └── trim-assets-version.ps1 │ ├── template-guidance.md │ ├── templates-official │ │ ├── job │ │ │ ├── job.yml │ │ │ ├── onelocbuild.yml │ │ │ ├── publish-build-assets.yml │ │ │ ├── source-build.yml │ │ │ └── source-index-stage1.yml │ │ ├── jobs │ │ │ ├── codeql-build.yml │ │ │ ├── jobs.yml │ │ │ └── source-build.yml │ │ ├── post-build │ │ │ ├── common-variables.yml │ │ │ ├── post-build.yml │ │ │ └── setup-maestro-vars.yml │ │ ├── steps │ │ │ ├── component-governance.yml │ │ │ ├── enable-internal-runtimes.yml │ │ │ ├── enable-internal-sources.yml │ │ │ ├── generate-sbom.yml │ │ │ ├── get-delegation-sas.yml │ │ │ ├── get-federated-access-token.yml │ │ │ ├── publish-build-artifacts.yml │ │ │ ├── publish-logs.yml │ │ │ ├── publish-pipeline-artifacts.yml │ │ │ ├── retain-build.yml │ │ │ ├── send-to-helix.yml │ │ │ ├── source-build.yml │ │ │ └── source-index-stage1-publish.yml │ │ └── variables │ │ │ ├── pool-providers.yml │ │ │ └── sdl-variables.yml │ ├── templates │ │ ├── job │ │ │ ├── job.yml │ │ │ ├── onelocbuild.yml │ │ │ ├── publish-build-assets.yml │ │ │ ├── source-build.yml │ │ │ └── source-index-stage1.yml │ │ ├── jobs │ │ │ ├── codeql-build.yml │ │ │ ├── jobs.yml │ │ │ └── source-build.yml │ │ ├── post-build │ │ │ ├── common-variables.yml │ │ │ ├── post-build.yml │ │ │ └── setup-maestro-vars.yml │ │ ├── steps │ │ │ ├── component-governance.yml │ │ │ ├── enable-internal-runtimes.yml │ │ │ ├── enable-internal-sources.yml │ │ │ ├── generate-sbom.yml │ │ │ ├── get-delegation-sas.yml │ │ │ ├── get-federated-access-token.yml │ │ │ ├── publish-build-artifacts.yml │ │ │ ├── publish-logs.yml │ │ │ ├── publish-pipeline-artifacts.yml │ │ │ ├── retain-build.yml │ │ │ ├── send-to-helix.yml │ │ │ ├── source-build.yml │ │ │ ├── source-index-stage1-publish.yml │ │ │ └── vmr-sync.yml │ │ ├── variables │ │ │ └── pool-providers.yml │ │ └── vmr-build-pr.yml │ ├── tools.ps1 │ ├── tools.sh │ ├── vmr-sync.ps1 │ └── vmr-sync.sh ├── configure-toolset.ps1 ├── configure-toolset.sh ├── promote-build.yml ├── publishing │ └── v3 │ │ ├── publish.yml │ │ └── validate-and-locate-build.ps1 ├── test-configuration.json ├── update-packagesource.ps1 ├── validate-sdk.yml └── xcopy-msbuild │ ├── azure-pipelines-xcopy-msbuild.yml │ ├── build-msbuild-package.ps1 │ ├── install-visualstudiobuildtools.ps1 │ └── msbuild.nuspec ├── es-metadata.yml ├── global.json ├── restore.sh ├── scripts ├── GitHubMergeBranches.ps1 ├── README.md ├── add-build-variables.ps1 ├── check-mirrors.ps1 ├── cqb-utilities.ps1 ├── create-preview-flow.ps1 ├── duplicate-feed.ps1 ├── flip-preview-flow.ps1 ├── launch-mirrors.ps1 ├── list-dotnet-install-versions.ps1 ├── list-repo-pipelines.ps1 ├── mirror-branches-3.1.json ├── pause-all-pipelines.ps1 └── set-duplicate-secret.ps1 ├── src ├── Common │ ├── Internal │ │ ├── AssemblyResolution.cs │ │ ├── AssemblyResolver.cs │ │ ├── BuildTask.Desktop.cs │ │ ├── BuildTask.cs │ │ ├── DisposeAction.cs │ │ ├── EnumExtensions.cs │ │ └── EnumerableExtensions.cs │ ├── Microsoft.Arcade.Common.Tests │ │ ├── ArgumentEscaperTests.cs │ │ └── Microsoft.Arcade.Common.Tests.csproj │ ├── Microsoft.Arcade.Common │ │ ├── ArcadeHttpMessageHandler.cs │ │ ├── ArgumentEscaper.cs │ │ ├── Command.cs │ │ ├── CommandFactory.cs │ │ ├── CommandResult.cs │ │ ├── CompactConsoleLoggerFormatter.cs │ │ ├── ExponentialRetry.cs │ │ ├── FileSystem.cs │ │ ├── Helpers.cs │ │ ├── ICommand.cs │ │ ├── ICommandFactory.cs │ │ ├── IFileSystem.cs │ │ ├── IHelpers.cs │ │ ├── INupkgInfoFactory.cs │ │ ├── IPackageArchiveReaderFactory.cs │ │ ├── IRetryHandler.cs │ │ ├── IZipArchiveManager.cs │ │ ├── MSBuildTaskBase.Desktop.cs │ │ ├── MSBuildTaskBase.cs │ │ ├── Microsoft.Arcade.Common.csproj │ │ ├── NupkgInfo.cs │ │ ├── NupkgInfoFactory.cs │ │ ├── PackageArchiveReaderFactory.cs │ │ ├── RequestResponseHelper.cs │ │ └── ZipArchiveManager.cs │ ├── Microsoft.Arcade.Test.Common │ │ ├── AssertEx.cs │ │ ├── DiffUtil.cs │ │ ├── FakeHttpClient.cs │ │ ├── Microsoft.Arcade.Test.Common.csproj │ │ ├── MockBuildEngine.cs │ │ ├── MockEngine.cs │ │ ├── MockFileSystem.cs │ │ └── StubTask.cs │ ├── wix │ │ └── dotnethome_x64.wxs │ └── wix5 │ │ └── dotnethome_x64.wxs ├── Microsoft.Cci.Extensions │ ├── Comparers │ │ ├── ApiComparer.cs │ │ ├── AttributeComparer.cs │ │ ├── CciComparers.cs │ │ ├── ICciComparers.cs │ │ ├── StringKeyComparer.cs │ │ └── TypeDefinitionComparer.cs │ ├── Dgml │ │ └── DgmlExtensions.cs │ ├── Differs │ │ ├── DifferenceRule.cs │ │ ├── DifferenceType.cs │ │ ├── Differences.cs │ │ ├── ElementDiffer.cs │ │ ├── ElementDifferenceFactory.cs │ │ ├── ExportDifferenceRuleAttribute.cs │ │ ├── IDifferenceRule.cs │ │ ├── IDifferences.cs │ │ ├── IDiffingService.cs │ │ ├── IElementDifferenceFactory.cs │ │ ├── ListMerger.cs │ │ └── Rules │ │ │ └── TokenListDiffer.cs │ ├── Experimental │ │ ├── APIClosureTypeReferenceVisitor.cs │ │ ├── APIEmitter.cs │ │ ├── FilteredAssembly.cs │ │ ├── TypeReferenceSearcher.cs │ │ └── TypeReferenceVisitor.cs │ ├── Extensions │ │ ├── AccessorType.cs │ │ ├── ApiKind.cs │ │ ├── ApiKindExtensions.cs │ │ ├── AssemblyIdentityHelpers.cs │ │ ├── CSharp │ │ │ └── CSharpCciExtensions.cs │ │ ├── CustomAttributeProvider.cs │ │ ├── DocIdExtensions.cs │ │ ├── FakeCustomAttribute.cs │ │ ├── MemberExtensions.cs │ │ └── TypeExtensions.cs │ ├── Filters │ │ ├── AttributeMarkedFilter.cs │ │ ├── AttributesFilter.cs │ │ ├── BaselineDifferenceFilter.cs │ │ ├── CciFilterExtensions.AndFilter.cs │ │ ├── CciFilterExtensions.NegatedFilter.cs │ │ ├── CciFilterExtensions.OrFilter.cs │ │ ├── CciFilterExtensions.cs │ │ ├── CommonTypesMappingDifferenceFilter.cs │ │ ├── DifferenceFilter.cs │ │ ├── DocIdExcludeListFilter.cs │ │ ├── DocIdIncludeListFilter.cs │ │ ├── ExcludeAttributesFilter.cs │ │ ├── ExcludeCompilerGeneratedCciFilter.cs │ │ ├── ExcludeOverridesFilter.cs │ │ ├── ICciFilter.cs │ │ ├── IDifferenceFilter.cs │ │ ├── IMappingDifferenceFilter.cs │ │ ├── IncludeAllFilter.cs │ │ ├── InternalsAndPublicCciFilter.cs │ │ ├── IntersectionFilter.cs │ │ ├── MappingDifferenceFilter.cs │ │ ├── NotImplementedFilter.cs │ │ ├── PublicAndProtectedFilter.cs │ │ ├── PublicOnlyCciFilter.cs │ │ └── TypesOnlyMappingDifferenceFilter.cs │ ├── HostEnvironment.cs │ ├── Mappings │ │ ├── AssemblyMapping.cs │ │ ├── AssemblySetMapping.cs │ │ ├── AttributesMapping.cs │ │ ├── ElementMapping.cs │ │ ├── MappingSettings.cs │ │ ├── MemberMapping.cs │ │ ├── NamespaceMapping.cs │ │ ├── SimpleElementMapping.cs │ │ └── TypeMapping.cs │ ├── Microsoft.Cci.Extensions.csproj │ ├── PortingHelpers.cs │ ├── README.md │ ├── SRMetadataPEReaderCache.cs │ ├── Traversers │ │ ├── AssemblyReferenceTraverser.cs │ │ ├── DependencyTraverser.cs │ │ ├── DifferenceTraverser.cs │ │ ├── DocIdToTypeMappingTraverser.cs │ │ ├── FilteredMetadataTraverser.cs │ │ ├── MappingsTypeMemberTraverser.cs │ │ ├── ResolveAllReferencesTraverser.cs │ │ └── SimpleTypeMemberTraverser.cs │ ├── TypeDependencies.cs │ └── Writers │ │ ├── CSharp │ │ ├── CSDeclarationHelper.cs │ │ ├── CSDeclarationWriter.Attributes.cs │ │ ├── CSDeclarationWriter.Enums.cs │ │ ├── CSDeclarationWriter.Events.cs │ │ ├── CSDeclarationWriter.Fields.cs │ │ ├── CSDeclarationWriter.Generics.cs │ │ ├── CSDeclarationWriter.Methods.cs │ │ ├── CSDeclarationWriter.Namespaces.cs │ │ ├── CSDeclarationWriter.Properties.cs │ │ ├── CSDeclarationWriter.Types.cs │ │ ├── CSDeclarationWriter.cs │ │ └── CSharpWriter.cs │ │ ├── DocumentIdWriter.cs │ │ ├── ICciDeclarationWriter.cs │ │ ├── ICciDifferenceWriter.cs │ │ ├── ICciWriter.cs │ │ ├── IReviewCommentWriter.cs │ │ ├── Syntax │ │ ├── HtmlSyntaxWriter.cs │ │ ├── IStyleSyntaxWriter.cs │ │ ├── ISyntaxWriter.cs │ │ ├── IndentionSyntaxWriter.cs │ │ ├── OpenXmlSyntaxWriter.cs │ │ ├── StyleHelper.cs │ │ ├── SyntaxStyle.cs │ │ ├── SyntaxToken.cs │ │ ├── SyntaxTokenType.cs │ │ ├── TextSyntaxWriter.cs │ │ ├── TokenSyntaxWriter.cs │ │ └── UnifiedDiffSyntaxWriter.cs │ │ └── TypeForwardWriter.cs ├── Microsoft.DotNet.Arcade.Sdk.Tests │ ├── CalculateAssemblyAndFileVersionsTests.cs │ ├── GenerateResxSourceTests.cs │ ├── GenerateSourcePackageSourceLinkTargetsFileTests.cs │ ├── GetAssemblyFullNameTests.cs │ ├── GetLicenseFilePathTests.cs │ ├── GroupItemsByTests.cs │ ├── Microsoft.DotNet.Arcade.Sdk.Tests.csproj │ ├── MinimalRepoTests.cs │ ├── RepoWithConditionalProjectsToBuildTests.cs │ ├── Utilities │ │ ├── CollectionExtensions.cs │ │ ├── TestApp.cs │ │ └── TestProjectFixture.cs │ ├── ValidateLicenseTests.cs │ └── testassets │ │ ├── MinimalRepo │ │ ├── Directory.Build.props │ │ ├── Directory.Build.targets │ │ ├── MinimalRepo.sln │ │ ├── eng │ │ │ └── Versions.props │ │ └── src │ │ │ └── ClassLib1 │ │ │ ├── Class1.cs │ │ │ └── ClassLib1.csproj │ │ ├── RepoWithConditionalProjectsToBuild │ │ ├── Directory.Build.props │ │ ├── Directory.Build.targets │ │ ├── RepoWithConditionalProjectsToBuild.sln │ │ ├── eng │ │ │ ├── Build.props │ │ │ └── Versions.props │ │ └── src │ │ │ ├── Always │ │ │ ├── Always.csproj │ │ │ └── Class1.cs │ │ │ └── Maybe │ │ │ ├── Class1.cs │ │ │ └── Maybe.csproj │ │ └── Resources │ │ ├── TestStrings.AsConstants.cs.txt │ │ ├── TestStrings.Default.cs.txt │ │ ├── TestStrings.EmitFormatMethods.cs.txt │ │ ├── TestStrings.OmitGetResourceString.cs.txt │ │ └── TestStrings.resx ├── Microsoft.DotNet.Arcade.Sdk │ ├── Microsoft.DotNet.Arcade.Sdk.csproj │ ├── sdk │ │ ├── Sdk.props │ │ └── Sdk.targets │ ├── src │ │ ├── CalculateAssemblyAndFileVersions.cs │ │ ├── CheckRequiredDotNetVersion.cs │ │ ├── CompareVersions.cs │ │ ├── DownloadFile.cs │ │ ├── ExtractNgenMethodList.cs │ │ ├── GenerateChecksums.cs │ │ ├── GenerateResxSource.cs │ │ ├── GenerateSourcePackageSourceLinkTargetsFile.cs │ │ ├── GetAssemblyFullName.cs │ │ ├── GetLicenseFilePath.cs │ │ ├── GroupItemsBy.cs │ │ ├── InstallDotNetCore.cs │ │ ├── LocateDotNet.cs │ │ ├── SaveItems.cs │ │ ├── SetCorFlags.cs │ │ ├── SingleError.cs │ │ ├── Unsign.cs │ │ └── ValidateLicense.cs │ └── tools │ │ ├── AfterSigning.proj │ │ ├── AfterSolutionBuild.proj │ │ ├── Assets │ │ └── DotNetPackageIcon.png │ │ ├── BeforeCommonTargets.CrossTargeting.targets │ │ ├── BeforeCommonTargets.targets │ │ ├── BeforeNETSdkTargets.targets │ │ ├── Build.proj │ │ ├── BuildReleasePackages.targets │ │ ├── BuildStep.props │ │ ├── BuildTasks.props │ │ ├── Compiler.props │ │ ├── DefaultVersions.props │ │ ├── Directory.Build.props │ │ ├── Empty.targets │ │ ├── EmptyIsProjectRestoreSupportedTarget.targets │ │ ├── ExcludeFromBuild.BeforeCommonTargets.targets │ │ ├── GenerateChecksums.targets │ │ ├── GenerateInternalsVisibleTo.targets │ │ ├── GenerateResxSource.targets │ │ ├── Imports.targets │ │ ├── InstallDotNetCore.targets │ │ ├── Licenses │ │ ├── Apache-2.0.txt │ │ ├── MIT.txt │ │ ├── MicrosoftDotNetLibrary.txt │ │ └── VisualStudioExtensions.txt │ │ ├── Localization.targets │ │ ├── MSTest │ │ └── MSTest.targets │ │ ├── Microsoft.Testing.Platform │ │ └── Microsoft.Testing.Platform.targets │ │ ├── NUnit │ │ └── NUnit.targets │ │ ├── NativeVersion.rc │ │ ├── NoRestore.targets │ │ ├── OptimizationData.targets │ │ ├── Pack.targets │ │ ├── Performance.targets │ │ ├── ProjectDefaults.props │ │ ├── ProjectDefaults.targets │ │ ├── ProjectLayout.props │ │ ├── Publish.proj │ │ ├── RepoDefaults.props │ │ ├── RepoLayout.props │ │ ├── RepositoryInfo.targets │ │ ├── RepositoryValidation.proj │ │ ├── RuntimeIdentifierInference.BeforeNETSdkTargets.targets │ │ ├── SdkTasks │ │ ├── CreateBaselineUpdatePR.proj │ │ ├── Directory.Build.props │ │ ├── PublishArtifactsInManifest.proj │ │ ├── PublishBuildAssets.proj │ │ ├── PublishSignedAssets.proj │ │ ├── PublishToSymbolServers.proj │ │ ├── SigningValidation.proj │ │ ├── Versions.props │ │ ├── VisualStudio.BuildIbcTrainingSettings.proj │ │ └── VisualStudio.IbcTraining.runsettings │ │ ├── Settings.props │ │ ├── Sign.proj │ │ ├── Sign.props │ │ ├── StrongName.props │ │ ├── StrongName.targets │ │ ├── SymStore.targets │ │ ├── TargetFrameworkDefaults.props │ │ ├── TargetFrameworkFilters.BeforeCommonTargets.targets │ │ ├── Tests.props │ │ ├── Tests.targets │ │ ├── Tools.proj │ │ ├── TrackPrebuiltUsage.targets │ │ ├── VSTest.targets │ │ ├── Version.BeforeCommonTargets.targets │ │ ├── Version.targets │ │ ├── VisualStudio.AcquireOptimizationData.targets │ │ ├── VisualStudio.BuildIbcTrainingInputs.targets │ │ ├── VisualStudio.ImportSdk.targets │ │ ├── VisualStudio.InsertionManifests.targets │ │ ├── VisualStudio.SetupPackage.swixproj │ │ ├── VisualStudio.SetupPackage.vsmanproj │ │ ├── VisualStudio.VsixBuild.targets │ │ ├── VisualStudio.props │ │ ├── VisualStudio.targets │ │ ├── Workarounds.props │ │ ├── Workarounds.targets │ │ ├── XUnit │ │ ├── XUnit.Runner.targets │ │ ├── XUnit.targets │ │ └── xunit.runner.json │ │ ├── XUnitV3 │ │ ├── XUnitV3.Runner.targets │ │ ├── XUnitV3.targets │ │ └── xunit.runner.json │ │ └── snk │ │ ├── 35MSSharedLib1024.snk │ │ ├── AspNetCore.snk │ │ ├── ECMA.snk │ │ ├── MSFT.snk │ │ ├── Open.snk │ │ └── SilverlightPlatformPublicKey.snk ├── Microsoft.DotNet.ArcadeAzureIntegration │ ├── AzureCliCredentialWithAzNoUpdateWrapper.cs │ ├── DefaultIdentityTokenCredential.cs │ ├── DefaultIdentityTokenCredentialOptions.cs │ ├── Microsoft.DotNet.ArcadeAzureIntegration.csproj │ └── TokenCredentialShortCache.cs ├── Microsoft.DotNet.ArcadeLogging │ ├── MessageBuilder.cs │ ├── Microsoft.DotNet.ArcadeLogging.csproj │ └── PipelinesLogger.cs ├── Microsoft.DotNet.Baselines.Tasks │ ├── CreateUpdatePR.cs │ ├── Microsoft.DotNet.Baselines.Tasks.csproj │ ├── PRCreator.cs │ └── build │ │ └── Microsoft.DotNet.Baselines.Tasks.targets ├── Microsoft.DotNet.Build.Manifest.Tests │ ├── BuildModelFactoryTests.cs │ ├── Microsoft.DotNet.Build.Manifest.Tests.csproj │ ├── TestInputs │ │ ├── Manifests │ │ │ ├── SampleV2.xml │ │ │ ├── SampleV3.xml │ │ │ └── SampleV4.xml │ │ ├── Nupkgs │ │ │ ├── test-package-a.1.0.0.nupkg │ │ │ ├── test-package-a.zip │ │ │ └── test-package-b.zip │ │ ├── Symbols │ │ │ ├── SymbolPublishingExclusionsFile.txt │ │ │ ├── aztoken.dll │ │ │ ├── test-package-a.1.0.0.symbols.nupkg │ │ │ └── test.txt │ │ ├── TestInputs.cs │ │ └── Versions │ │ │ └── VersionIdentifierTestsAssets.csv │ ├── VersionIdentiferTests.cs │ └── VersionIdentifierTestAsset.cs ├── Microsoft.DotNet.Build.Manifest │ ├── ArtifactKind.cs │ ├── ArtifactModel.cs │ ├── ArtifactSet.cs │ ├── ArtifactVisibility.cs │ ├── AssetManifestModel.cs │ ├── BlobArtifactModel.cs │ ├── BlobArtifactModelFactory.cs │ ├── BuildIdentity.cs │ ├── BuildModel.cs │ ├── BuildModelFactory.cs │ ├── EnumerableExtensions.cs │ ├── MSBuildListSplitter.cs │ ├── Microsoft.DotNet.Build.Manifest.csproj │ ├── PackageArtifactModel.cs │ ├── PackageArtifactModelFactory.cs │ ├── PdbArtifactModel.cs │ ├── PdbArtifactModelFactory.cs │ ├── VersionIdentifier.cs │ └── XElementParsingExtensions.cs ├── Microsoft.DotNet.Build.Tasks.Archives │ ├── Microsoft.DotNet.Build.Tasks.Archives.csproj │ ├── README.md │ └── build │ │ ├── Microsoft.DotNet.Build.Tasks.Archives.props │ │ ├── Microsoft.DotNet.Build.Tasks.Archives.targets │ │ └── archives.targets ├── Microsoft.DotNet.Build.Tasks.Feed.Tests │ ├── ArtifactUrlHelperTests.cs │ ├── DownloadFileTests.cs │ ├── GeneralTests.cs │ ├── LatestLinksManagerTests.cs │ ├── Microsoft.DotNet.Build.Tasks.Feed.Tests.csproj │ ├── ProductionChannelValidatorTests.cs │ ├── PublishArtifactsInManifestTests.cs │ ├── PublishBuildToMaestroTests.cs │ ├── PublishToSymbolServerTest.cs │ ├── PushToBuildStorageTests.cs │ ├── SetupTargetFeedConfigV3Tests.cs │ ├── SetupTargetFeedConfigV4Tests.cs │ └── TestDoubles │ │ └── MockRetryHandler.cs ├── Microsoft.DotNet.Build.Tasks.Feed │ ├── Microsoft.DotNet.Build.Tasks.Feed.csproj │ ├── README.md │ ├── build │ │ └── Microsoft.DotNet.Build.Tasks.Feed.targets │ ├── sdk │ │ ├── Sdk.props │ │ └── Sdk.targets │ └── src │ │ ├── ArtifactUrlHelper.cs │ │ ├── AssetPublisherFactory.cs │ │ ├── AzureDevOpsArtifactFeed.cs │ │ ├── AzureDevOpsFeedPermission.cs │ │ ├── AzureDevOpsNugetFeedAssetPublisher.cs │ │ ├── AzureStorageAssetPublisher.cs │ │ ├── AzureStorageContainerAssetTokenCredentialPublisher.cs │ │ ├── AzureStorageExtensions.cs │ │ ├── BlobFeedAction.cs │ │ ├── BlobUrlInfo.cs │ │ ├── ConfigureInputFeed.cs │ │ ├── CreateAzureDevOpsFeed.cs │ │ ├── GetEnvProxy.cs │ │ ├── IAssetPublisher.cs │ │ ├── ITargetChannelValidator.cs │ │ ├── LaunchDebugger.cs │ │ ├── MSBuildLogger.cs │ │ ├── PATCredential.cs │ │ ├── ProductionChannelValidator.cs │ │ ├── PublishArtifactsInManifest.cs │ │ ├── PublishArtifactsInManifestBase.cs │ │ ├── PublishArtifactsInManifestV3.cs │ │ ├── PublishArtifactsInManifestV4.cs │ │ ├── PublishBuildToMaestro.cs │ │ ├── PublishSignedAssets.cs │ │ ├── PushOptions.cs │ │ ├── PushToBuildStorage.cs │ │ ├── SemaphoreLock.cs │ │ ├── TaskTracer.cs │ │ ├── VersionIdentifierProxy.cs │ │ ├── common │ │ ├── AssetComparer.cs │ │ ├── AzureConnectionStringBuildTask.cs │ │ ├── AzureStorageUtils.cs │ │ ├── CreateAzureContainer.cs │ │ ├── CreateAzureContainerIfNotExists.cs │ │ ├── CreateNewAzureContainer.cs │ │ ├── GeneralUtils.cs │ │ ├── LatestLinksManager.cs │ │ ├── NativeMethods.cs │ │ └── UploadToAzure.cs │ │ └── model │ │ ├── BuildArtifacts.cs │ │ ├── PublishingConstants.cs │ │ ├── SetupTargetFeedConfigBase.cs │ │ ├── SetupTargetFeedConfigV3.cs │ │ ├── SetupTargetFeedConfigV4.cs │ │ ├── TargetChannelConfig.cs │ │ └── TargetFeedConfig.cs ├── Microsoft.DotNet.Build.Tasks.Installers │ ├── Microsoft.DotNet.Build.Tasks.Installers.csproj │ ├── README.md │ ├── build │ │ ├── Microsoft.DotNet.Build.Tasks.Installers.props │ │ ├── Microsoft.DotNet.Build.Tasks.Installers.targets │ │ ├── acquisition │ │ │ ├── Directory.Build.props │ │ │ ├── Directory.Build.targets │ │ │ └── acquire-wix │ │ │ │ └── acquire-wix.proj │ │ ├── bundle.targets │ │ ├── deb-package-tool │ │ │ ├── package_files │ │ │ │ └── debian │ │ │ │ │ ├── compat │ │ │ │ │ └── source │ │ │ │ │ └── format │ │ │ ├── package_tool.sh │ │ │ ├── scripts │ │ │ │ ├── config_template_generator.py │ │ │ │ ├── debian_build_lib.sh │ │ │ │ ├── extract_json_value.py │ │ │ │ └── manpage_generator.py │ │ │ └── templates │ │ │ │ └── debian │ │ │ │ ├── changelog │ │ │ │ ├── control │ │ │ │ ├── copyright │ │ │ │ └── rules │ │ ├── installer.build.targets │ │ ├── installer.multirid.targets │ │ ├── installer.props │ │ ├── installer.singlerid.targets │ │ ├── installer.targetos.targets │ │ ├── installer.targets │ │ ├── resources │ │ │ ├── DotNetLogo_256x.png │ │ │ ├── dotnet.ico │ │ │ ├── dotnetbackground.png │ │ │ └── dotnetlogo.bmp │ │ ├── rpm_templates │ │ │ ├── changelog │ │ │ └── copyright │ │ ├── wix │ │ │ ├── bundle │ │ │ │ ├── bundle.wxs │ │ │ │ ├── dummyEula.rtf │ │ │ │ └── upgradePolicies.wxs │ │ │ ├── eula.rtf │ │ │ ├── product │ │ │ │ ├── breadcrumbstorefolder.wxs │ │ │ │ ├── product.common.wxi │ │ │ │ ├── product.wxs │ │ │ │ ├── provider.wxs │ │ │ │ ├── registrykeys.wxs │ │ │ │ └── werrelatedkeys.wxs │ │ │ ├── variables.wxi │ │ │ ├── vs │ │ │ │ └── VS.Redist.Common.Component.nuspec.txt │ │ │ └── wix.targets │ │ └── wix5 │ │ │ ├── bundle │ │ │ ├── bundle.wxs │ │ │ ├── dummyEula.rtf │ │ │ └── upgradePolicies.wxs │ │ │ ├── eula.rtf │ │ │ ├── product │ │ │ ├── breadcrumbstorefolder.wxs │ │ │ ├── product.common.wxi │ │ │ ├── product.wxs │ │ │ ├── provider.wxs │ │ │ ├── registrykeys.wxs │ │ │ └── werrelatedkeys.wxs │ │ │ ├── variables.wxi │ │ │ ├── vs │ │ │ └── VS.Redist.Common.Component.nuspec.txt │ │ │ └── wix.targets │ └── src │ │ ├── ArEntry.cs │ │ ├── ArReader.cs │ │ ├── ArWriter.cs │ │ ├── CpioEntry.cs │ │ ├── CpioReader.cs │ │ ├── CpioWriter.cs │ │ ├── CreateChangelogFile.cs │ │ ├── CreateControlFile.cs │ │ ├── CreateDebPackage.cs │ │ ├── CreateLightCommandPackageDrop.cs │ │ ├── CreateMD5SumsFile.cs │ │ ├── CreateRpmPackage.cs │ │ ├── CreateWixBuildWixpack.cs │ │ ├── CreateWixCommandPackageDropBase.cs │ │ ├── ExecWithRetries.cs │ │ ├── GenerateCurrentVersion.cs │ │ ├── GenerateGuidFromName.cs │ │ ├── GenerateMacOSDistributionFile.cs │ │ ├── GenerateMsiVersion.cs │ │ ├── HexConverter.cs │ │ ├── RpmBuilder.cs │ │ ├── RpmHeader.cs │ │ ├── RpmHeaderEntryType.cs │ │ ├── RpmHeaderTag.cs │ │ ├── RpmLead.cs │ │ ├── RpmPackage.cs │ │ ├── RpmSignatureTag.cs │ │ ├── StabilizeWixFileId.cs │ │ └── StreamHelpers.cs ├── Microsoft.DotNet.Build.Tasks.Packaging │ ├── README.md │ ├── src │ │ ├── ApplyBaseLine.cs │ │ ├── ApplyMetaPackages.cs │ │ ├── ApplyPreReleaseSuffix.cs │ │ ├── CreateTrimDependencyGroups.cs │ │ ├── Extensions.cs │ │ ├── FilterUnknownPackages.cs │ │ ├── FrameworkUtilities.cs │ │ ├── GenerateNuSpec.cs │ │ ├── GeneratePackageReport.cs │ │ ├── GenerateRuntimeDependencies.cs │ │ ├── GetApplicableAssetsFromPackageReports.cs │ │ ├── GetApplicableAssetsFromPackages.cs │ │ ├── GetAssemblyReferences.cs │ │ ├── GetInboxFrameworks.cs │ │ ├── GetLastStablePackage.cs │ │ ├── GetLayoutFiles.cs │ │ ├── GetMinimumNETStandard.cs │ │ ├── GetPackageDescription.cs │ │ ├── GetPackageDestination.cs │ │ ├── GetPackageFromModule.cs │ │ ├── GetPackageVersion.cs │ │ ├── GetRuntimeJsonValues.cs │ │ ├── GetRuntimeTargets.cs │ │ ├── GetSupportedPackagesFromPackageReports.cs │ │ ├── HarvestPackage.cs │ │ ├── Metadata.cs │ │ ├── Microsoft.DotNet.Build.Tasks.Packaging.csproj │ │ ├── NuGetAssetResolver.cs │ │ ├── NuGetPack.cs │ │ ├── NuGetUtility.cs │ │ ├── NugetPropertyStringProvider.cs │ │ ├── PackageDirectory.cs │ │ ├── PackageIndex.cs │ │ ├── PackageItem.cs │ │ ├── PackageMetadata.cs │ │ ├── PackageReport.cs │ │ ├── PromoteDependencies.cs │ │ ├── SplitDependenciesBySupport.cs │ │ ├── SplitReferences.cs │ │ ├── UpdatePackageIndex.cs │ │ ├── ValidateFrameworkPackage.cs │ │ ├── ValidateHarvestVersionIsLatestForRelease.cs │ │ ├── ValidatePackage.cs │ │ ├── ValidationTask.cs │ │ ├── VersionUtility.cs │ │ └── build │ │ │ ├── Microsoft.DotNet.Build.Tasks.Packaging.props │ │ │ ├── Microsoft.DotNet.Build.Tasks.Packaging.targets │ │ │ ├── PackageLibs.targets │ │ │ ├── Packaging.common.targets │ │ │ ├── Packaging.targets │ │ │ └── content │ │ │ └── _._ │ └── tests │ │ ├── ApplyBaseLineTests.cs │ │ ├── CreateTrimDependencyGroupsTests.cs │ │ ├── FrameworkLists │ │ ├── .NETCore,Version=v4.5.1 │ │ │ └── FrameworkList.xml │ │ ├── .NETCore,Version=v4.5 │ │ │ └── FrameworkList.xml │ │ ├── .NETFramework,Version=v4.5.1 │ │ │ └── FrameworkList.xml │ │ ├── .NETFramework,Version=v4.5 │ │ │ └── FrameworkList.xml │ │ ├── .NETFramework,Version=v4.6.1 │ │ │ └── FrameworkList.xml │ │ ├── .NETFramework,Version=v4.6.2 │ │ │ └── FrameworkList.xml │ │ ├── .NETFramework,Version=v4.6.3 │ │ │ └── FrameworkList.xml │ │ ├── .NETFramework,Version=v4.6 │ │ │ └── FrameworkList.xml │ │ ├── .NETPortable,Version=v4.5,Profile=Profile111 │ │ │ └── FrameworkList.xml │ │ ├── .NETPortable,Version=v4.5,Profile=Profile259 │ │ │ └── FrameworkList.xml │ │ ├── .NETPortable,Version=v4.5,Profile=Profile49 │ │ │ └── FrameworkList.xml │ │ ├── .NETPortable,Version=v4.5,Profile=Profile7 │ │ │ └── FrameworkList.xml │ │ ├── .NETPortable,Version=v4.5,Profile=Profile78 │ │ │ └── FrameworkList.xml │ │ ├── .NETPortable,Version=v4.6,Profile=Profile151 │ │ │ └── FrameworkList.xml │ │ ├── .NETPortable,Version=v4.6,Profile=Profile157 │ │ │ └── FrameworkList.xml │ │ ├── .NETPortable,Version=v4.6,Profile=Profile31 │ │ │ └── FrameworkList.xml │ │ ├── .NETPortable,Version=v4.6,Profile=Profile32 │ │ │ └── FrameworkList.xml │ │ ├── .NETPortable,Version=v4.6,Profile=Profile44 │ │ │ └── FrameworkList.xml │ │ ├── .NETPortable,Version=v4.6,Profile=Profile84 │ │ │ └── FrameworkList.xml │ │ ├── LastNonSemanticVersions.xml │ │ ├── MonoAndroid,Version=v1.0 │ │ │ └── FrameworkList.xml │ │ ├── MonoTouch,Version=v1.0 │ │ │ └── FrameworkList.xml │ │ ├── WindowsPhone,Version=v8.0 │ │ │ ├── FrameworkList.xml │ │ │ └── FrameworkList_Supplement.xml │ │ ├── WindowsPhoneApp,Version=v8.1 │ │ │ └── FrameworkList.xml │ │ ├── Xamarin.Mac,Version=v2.0 │ │ │ └── FrameworkList.xml │ │ ├── Xamarin.TVOS,Version=v1.0 │ │ │ └── FrameworkList.xml │ │ ├── Xamarin.WatchOS,Version=v1.0 │ │ │ └── FrameworkList.xml │ │ └── Xamarin.iOS,Version=v1.0 │ │ │ └── FrameworkList.xml │ │ ├── GenerateNuSpecAndPackTests.cs │ │ ├── GetLastStablePackageTests.cs │ │ ├── HarvestPackageTests.cs │ │ ├── Log.cs │ │ ├── Microsoft.DotNet.Build.Tasks.Packaging.Tests.csproj │ │ ├── NuGetAssetResolverTests.cs │ │ ├── NugetPropertyStringProviderTests.cs │ │ ├── PackageIndexTests.cs │ │ ├── RuntimeGraphTests.cs │ │ ├── TestBuildEngine.cs │ │ ├── ValidateHarvestVersionIsLatestForReleaseTests.cs │ │ ├── VersionUtilityTests.cs │ │ └── packageIndex.json ├── Microsoft.DotNet.Build.Tasks.TargetFramework │ ├── README.md │ └── src │ │ ├── ChooseBestP2PTargetFrameworkTask.cs │ │ ├── ChooseBestTargetFrameworksTask.cs │ │ ├── Microsoft.DotNet.Build.Tasks.TargetFramework.csproj │ │ ├── TargetFrameworkResolver.cs │ │ ├── build │ │ ├── BinPlace.targets │ │ ├── Microsoft.DotNet.Build.Tasks.TargetFramework.props │ │ └── Microsoft.DotNet.Build.Tasks.TargetFramework.targets │ │ └── buildMultiTargeting │ │ ├── Microsoft.DotNet.Build.Tasks.TargetFramework.props │ │ └── Microsoft.DotNet.Build.Tasks.TargetFramework.targets ├── Microsoft.DotNet.Build.Tasks.Templating │ ├── src │ │ ├── GenerateFileFromTemplate.cs │ │ ├── MSBuildListSplitter.cs │ │ ├── Microsoft.DotNet.Build.Tasks.Templating.csproj │ │ └── build │ │ │ └── Microsoft.DotNet.Build.Tasks.Templating.props │ └── test │ │ ├── GenerateFileFromTemplateTests.cs │ │ ├── Microsoft.DotNet.Build.Tasks.Templating.Tests.csproj │ │ └── testassets │ │ ├── Directory.Build.props.in │ │ ├── Directory.Build.props.malformedbraces.in │ │ └── Directory.Build.props.nobraces.in ├── Microsoft.DotNet.Build.Tasks.VisualStudio.Tests │ ├── Microsoft.DotNet.Build.Tasks.VisualStudio.Tests.csproj │ ├── OptProf │ │ ├── FindLatestDropTests.cs │ │ ├── GenerateTrainingInputFilesTests.cs │ │ ├── GenerateTrainingPropsFileTests.cs │ │ └── GetRunSettingsSessionConfigurationTests.cs │ └── Vsix │ │ ├── FinalizeInsertionVsixFile.cs │ │ └── GetPkgDefAssemblyDependencyGuidTests.cs ├── Microsoft.DotNet.Build.Tasks.VisualStudio │ ├── Microsoft.DotNet.Build.Tasks.VisualStudio.csproj │ ├── OptProf │ │ ├── FindLatestDrop.cs │ │ ├── GenerateTrainingInputFiles.cs │ │ ├── GenerateTrainingPropsFile.cs │ │ ├── GetRunSettingsSessionConfiguration.cs │ │ ├── IbcEntry.cs │ │ └── Json │ │ │ ├── AssemblyOptProfTraining.cs │ │ │ ├── JsonSerializerExtensions.cs │ │ │ ├── OptProfFileFilteredTest.cs │ │ │ ├── OptProfInstrumentationArgument.cs │ │ │ ├── OptProfTrainingConfiguration.cs │ │ │ ├── OptProfTrainingTest.cs │ │ │ └── ProductOptProfTraining.cs │ └── Vsix │ │ ├── FinalizeInsertionVsixFile.cs │ │ └── GetPkgDefAssemblyDependencyGuid.cs ├── Microsoft.DotNet.Build.Tasks.Workloads.Tests │ ├── CreateVisualStudioWorkloadSetTests.cs │ ├── CreateVisualStudioWorkloadTests.cs │ ├── Extensions.cs │ ├── Microsoft.DotNet.Build.Tasks.Workloads.Tests.csproj │ ├── MsiTests.cs │ ├── PackageTests.cs │ ├── SwixComponentTests.cs │ ├── SwixDependencyTests.cs │ ├── SwixPackageGroupTests.cs │ ├── SwixPackageTests.cs │ ├── TestBase.cs │ ├── WorkloadManifestTests.cs │ └── testassets │ │ ├── AbstractWorkloadsNonWindowsPacks.json │ │ ├── AliasedPacks.json │ │ ├── BlazorWorkloadManifest.json │ │ ├── MonoWorkloadManifest.json │ │ ├── WorkloadManifest.json │ │ ├── emsdkWorkloadManifest.json │ │ ├── emsdkWorkloadManifest2.json │ │ ├── mauiWorkloadManifest.json │ │ └── microsoft.net.sdk.blazorwebassembly.aot.6.0.0-preview.4.21209.5.nupkg ├── Microsoft.DotNet.Build.Tasks.Workloads │ └── src │ │ ├── BuildData.wix.cs │ │ ├── CreateVisualStudioWorkload.wix.cs │ │ ├── CreateVisualStudioWorkloadSet.wix.cs │ │ ├── DefaultValues.cs │ │ ├── EmbeddedTemplates.cs │ │ ├── Extensions.cs │ │ ├── FrameworkPackPackage.wix.cs │ │ ├── LibraryPackPackage.wix.cs │ │ ├── Metadata.cs │ │ ├── Microsoft.DotNet.Build.Tasks.Workloads.csproj │ │ ├── Misc │ │ ├── Icon.png │ │ ├── LICENSE.TXT │ │ └── msi.csproj │ │ ├── Msi │ │ ├── DirectoryRow.wix.cs │ │ ├── FileRow.wix.cs │ │ ├── MsiBase.wix.cs │ │ ├── MsiDirectories.wix.cs │ │ ├── MsiMetadata.wix.cs │ │ ├── MsiPayloadPackageProject.wix.cs │ │ ├── MsiProperties.wix.cs │ │ ├── MsiProperty.wix.cs │ │ ├── MsiUtils.wix.cs │ │ ├── PayloadPackageTokens.wix.cs │ │ ├── RegistryRow.wix.cs │ │ ├── RelatedProduct.wix.cs │ │ ├── WorkloadManifestMsi.wix.cs │ │ ├── WorkloadPackGroupMsi.wix.cs │ │ ├── WorkloadPackMsi.wix.cs │ │ └── WorkloadSetMsi.wix.cs │ │ ├── MsiTemplate │ │ ├── DependencyProvider.wxs │ │ ├── Directories.wxs │ │ ├── ManifestProduct.wxs │ │ ├── Product.wxs │ │ ├── Registry.wxs │ │ ├── Variables.wxi │ │ └── WorkloadSetProduct.wxs │ │ ├── PackageExtractionMethod.cs │ │ ├── ProjectTemplateBase.cs │ │ ├── SdkPackPackage.wix.cs │ │ ├── StringExtensions.cs │ │ ├── Strings.Designer.cs │ │ ├── Strings.resx │ │ ├── Swix │ │ ├── ComponentSwixProject.cs │ │ ├── MsiSwixProject.wix.cs │ │ ├── PackageGroupSwixProject.wix.cs │ │ ├── SwixComponent.cs │ │ ├── SwixDependency.cs │ │ ├── SwixPackageBase.cs │ │ ├── SwixPackageGroup.wix.cs │ │ ├── SwixProjectBase.cs │ │ └── SwixTokens.cs │ │ ├── SwixTemplate │ │ ├── component.res.swr │ │ ├── component.swixproj │ │ ├── component.swr │ │ ├── manifest.vsmanproj │ │ ├── msi.swixproj │ │ ├── msi.swr │ │ ├── packageGroup.swixproj │ │ └── packageGroup.swr │ │ ├── TemplatePackPackage.wix.cs │ │ ├── ToolsPackPackage.wix.cs │ │ ├── Utils.cs │ │ ├── VisualStudioWorkloadTaskBase.wix.cs │ │ ├── Wix │ │ ├── CommandLineBuilderExtensions.cs │ │ ├── CompilerToolTask.cs │ │ ├── GuidOptions.cs │ │ ├── HarvesterToolTask.cs │ │ ├── HeatSuppressions.cs │ │ ├── LinkerToolTask.cs │ │ ├── PreprocessorDefinitionNames.cs │ │ ├── WixExtensions.cs │ │ └── WixToolTaskBase.cs │ │ ├── WorkloadManifestPackage.wix.cs │ │ ├── WorkloadPackGroupPackage.wix.cs │ │ ├── WorkloadPackPackage.wix.cs │ │ ├── WorkloadPackageBase.cs │ │ ├── WorkloadSetPackage.wix.cs │ │ └── build │ │ └── Microsoft.DotNet.Build.Tasks.Workloads.props ├── Microsoft.DotNet.CMake.Sdk │ ├── Microsoft.DotNet.CMake.Sdk.csproj │ ├── README.md │ ├── build │ │ ├── Microsoft.DotNet.CMake.Sdk.props │ │ └── Microsoft.DotNet.CMake.Sdk.targets │ └── sdk │ │ ├── ProjectReference.targets │ │ ├── Sdk.props │ │ └── Sdk.targets ├── Microsoft.DotNet.CodeAnalysis │ ├── Analyzers │ │ ├── AppContextDefaultsAnalyzer.cs │ │ ├── BaseAnalyzer.cs │ │ ├── MembersMustExistAnalyzer.cs │ │ ├── PinvokeAnalyzer.cs │ │ └── ResourceUsageAnalyzer.cs │ ├── CodeAnalysis.ruleset │ ├── DiagnosticIds.cs │ ├── Helpers.cs │ ├── Microsoft.DotNet.CodeAnalysis.csproj │ ├── build │ │ └── Microsoft.DotNet.CodeAnalysis.targets │ └── content │ │ ├── Default.ruleset │ │ ├── PinvokeAnalyzer_Win32Apis.txt │ │ └── PinvokeAnalyzer_Win32UWPApis.txt ├── Microsoft.DotNet.Deployment.Tasks.Links │ ├── Microsoft.DotNet.Deployment.Tasks.Links.csproj │ ├── README.md │ ├── build │ │ └── Microsoft.DotNet.Deployment.Tasks.Links.props │ └── src │ │ ├── AkaMSLink.cs │ │ ├── AkaMSLinksBase.cs │ │ ├── AkaMSLinksManager.cs │ │ ├── CreateAkaMSLinks.cs │ │ └── DeleteAkaMSLinks.cs ├── Microsoft.DotNet.GenAPI │ ├── GenAPITask.cs │ ├── Microsoft.DotNet.GenAPI.csproj │ ├── README.md │ ├── SyntaxWriterType.cs │ ├── TypeListWriter.cs │ ├── WriterType.cs │ └── build │ │ └── Microsoft.DotNet.GenAPI.targets ├── Microsoft.DotNet.GenFacades │ ├── ClearAssemblyReferenceVersions.cs │ ├── GenPartialFacadeSource.cs │ ├── GenPartialFacadeSourceGenerator.cs │ ├── Microsoft.DotNet.GenFacades.csproj │ ├── NotSupportedAssemblyGenerator.cs │ ├── RoslynBuildTask.cs │ ├── SourceGenerator.cs │ ├── TypeParser.cs │ └── build │ │ ├── Microsoft.DotNet.GenFacades.ClearVersion.targets │ │ ├── Microsoft.DotNet.GenFacades.NotSupported.targets │ │ ├── Microsoft.DotNet.GenFacades.PartialFacadeSource.targets │ │ └── Microsoft.DotNet.GenFacades.targets ├── Microsoft.DotNet.Git.IssueManager │ └── src │ │ ├── Clients │ │ ├── AzureDevOpsClient.cs │ │ └── GitHubClient.cs │ │ ├── Helpers │ │ ├── CollectionExtensions.cs │ │ └── RepositoryHelper.cs │ │ ├── IssueManager.cs │ │ ├── Microsoft.DotNet.Git.IssueManager.csproj │ │ └── Models │ │ └── AzureDevOpsCommit.cs ├── Microsoft.DotNet.Helix │ ├── Client │ │ └── CSharp │ │ │ ├── ApiFactory.cs │ │ │ ├── HelixApi.cs │ │ │ ├── HelixApiOptions.cs │ │ │ ├── HelixApiTokenAuthenticationPolicy.cs │ │ │ ├── HelixApiTokenCredential.cs │ │ │ ├── IJob.cs │ │ │ ├── Job.cs │ │ │ ├── Microsoft.DotNet.Helix.Client.csproj │ │ │ └── generated-code │ │ │ ├── Aggregate.cs │ │ │ ├── Analysis.cs │ │ │ ├── HelixApi.cs │ │ │ ├── Information.cs │ │ │ ├── Job.cs │ │ │ ├── LogSearch.cs │ │ │ ├── Machine.cs │ │ │ ├── Models │ │ │ ├── AggregateAnalysisDetail.cs │ │ │ ├── AggregateAnalysisSummary.cs │ │ │ ├── AggregateAnalysisSummaryKeyedData.cs │ │ │ ├── AggregateWorkItemSummary.cs │ │ │ ├── AggregatedVMScalingHistory.cs │ │ │ ├── AggregatedWorkItemCounts.cs │ │ │ ├── AnalysisCount.cs │ │ │ ├── ApiError.cs │ │ │ ├── Artifact.cs │ │ │ ├── BuildAggregation.cs │ │ │ ├── BuildAggregationSource.cs │ │ │ ├── BuildHistoryItem.cs │ │ │ ├── ContainerCreationRequest.cs │ │ │ ├── ContainerExtensionRequest.cs │ │ │ ├── ContainerInformation.cs │ │ │ ├── CustomImagePreInstalled.cs │ │ │ ├── CustomImagePrepared.cs │ │ │ ├── Deploy1esImagesResult.cs │ │ │ ├── Deployed1esImage.cs │ │ │ ├── DetailedVMScalingHistory.cs │ │ │ ├── FailureReason.cs │ │ │ ├── FailureReasonPart.cs │ │ │ ├── HistoricalAnalysisItem.cs │ │ │ ├── ImageInfo.cs │ │ │ ├── InvestigationAnalysis.cs │ │ │ ├── InvestigationGroup.cs │ │ │ ├── InvestigationResult.cs │ │ │ ├── JobCreationRequest.cs │ │ │ ├── JobCreationResult.cs │ │ │ ├── JobDetails.cs │ │ │ ├── JobInfo.cs │ │ │ ├── JobPassFail.cs │ │ │ ├── JobResultsUri.cs │ │ │ ├── JobSummary.cs │ │ │ ├── JobWorkItemCounts.cs │ │ │ ├── MachineInformation.cs │ │ │ ├── MachineStateChangeRequest.cs │ │ │ ├── MultiSourceRequest.cs │ │ │ ├── MultiSourceResponse.cs │ │ │ ├── MultiSourceResponseSource.cs │ │ │ ├── QueueInfo.cs │ │ │ ├── ResponseType.cs │ │ │ ├── SingleSourceRequest.cs │ │ │ ├── UnknownWorkItemEvent.cs │ │ │ ├── UploadedFile.cs │ │ │ ├── WorkItemAggregateSummary.cs │ │ │ ├── WorkItemDetails.cs │ │ │ ├── WorkItemError.cs │ │ │ ├── WorkItemFile.cs │ │ │ ├── WorkItemLog.cs │ │ │ ├── WorkItemStatusCounts.cs │ │ │ └── WorkItemSummary.cs │ │ │ ├── PagedResponse.cs │ │ │ ├── README.md │ │ │ ├── ScaleSets.cs │ │ │ ├── Storage.cs │ │ │ ├── Telemetry.cs │ │ │ └── WorkItem.cs │ ├── Directory.Build.props │ ├── JobSender.Tests │ │ ├── Microsoft.DotNet.Helix.JobSender.Tests.csproj │ │ └── Payloads │ │ │ ├── AdHocPayloadTests.cs │ │ │ └── ArchivePayloadTests.cs │ ├── JobSender │ │ ├── AssemblyProperties.cs │ │ ├── HelixApiExtensions.cs │ │ ├── IJobDefinition.cs │ │ ├── IJobDefinitionWithTargetQueue.cs │ │ ├── IJobDefinitionWithType.cs │ │ ├── IPayload.cs │ │ ├── ISentJob.cs │ │ ├── IWorkItemDefinition.cs │ │ ├── IWorkItemDefinitionWithCommand.cs │ │ ├── IWorkItemDefinitionWithPayload.cs │ │ ├── JobDefinition.cs │ │ ├── JobListEntry.cs │ │ ├── Microsoft.DotNet.Helix.JobSender.csproj │ │ ├── Payloads │ │ │ ├── AdhocPayload.cs │ │ │ ├── ArchivePayload.cs │ │ │ ├── DirectoryPayload.cs │ │ │ ├── EmptyPayload.cs │ │ │ ├── SingleFilePayload.cs │ │ │ └── UriPayload.cs │ │ ├── Readme.md │ │ ├── SentJob.cs │ │ ├── StorageHelpers │ │ │ ├── ApiBlobHelper.cs │ │ │ ├── ConnectionStringBlobHelper.cs │ │ │ ├── ContainerBase.cs │ │ │ ├── IBlobContainer.cs │ │ │ ├── IBlobHelper.cs │ │ │ └── StorageRetryPolicy.cs │ │ └── WorkItemDefinition.cs │ ├── Sdk.Tests │ │ └── Microsoft.DotNet.Helix.Sdk.Tests │ │ │ ├── CreateXHarnessAndroidWorkItemsTests.cs │ │ │ ├── CreateXHarnessAppleWorkItemsTests.cs │ │ │ ├── FindDotNetCliPackageTests.cs │ │ │ ├── HelpersTests.cs │ │ │ ├── InstallDotNetToolTests.cs │ │ │ └── Microsoft.DotNet.Helix.Sdk.Tests.csproj │ └── Sdk │ │ ├── AzureDevOpsTask.cs │ │ ├── BaseTask.Desktop.cs │ │ ├── BaseTask.cs │ │ ├── CancelHelixJob.cs │ │ ├── CheckAzurePipelinesTestResults.cs │ │ ├── CheckHelixJobStatus.cs │ │ ├── CommandPayload.cs │ │ ├── Constants.cs │ │ ├── CreateFailedTestsForFailedWorkItems.cs │ │ ├── CreateXHarnessAndroidWorkItems.cs │ │ ├── CreateXHarnessAppleWorkItems.cs │ │ ├── CreateXUnitWorkItems.cs │ │ ├── DownloadFromResultsContainer.cs │ │ ├── FailureCategory.cs │ │ ├── FindDotNetCliPackage.cs │ │ ├── GetHelixWorkItems.cs │ │ ├── HelixTask.cs │ │ ├── Helpers.cs │ │ ├── InstallDotNetTool.cs │ │ ├── LoggerExtensions.cs │ │ ├── Microsoft.DotNet.Helix.Sdk.csproj │ │ ├── ProvisioningProfileProvider.cs │ │ ├── Readme.md │ │ ├── SendHelixJob.cs │ │ ├── StartAzurePipelinesTestRun.cs │ │ ├── StopAzurePipelinesTestRun.cs │ │ ├── TaskItemExtensions.cs │ │ ├── WaitForHelixJobCompletion.cs │ │ ├── XharnessTaskBase.cs │ │ ├── build │ │ ├── Microsoft.DotNet.Helix.Sdk.props │ │ └── Microsoft.DotNet.Helix.Sdk.targets │ │ ├── sdk │ │ ├── Sdk.props │ │ └── Sdk.targets │ │ └── tools │ │ ├── Microsoft.DotNet.Helix.Sdk.MonoQueue.targets │ │ ├── Microsoft.DotNet.Helix.Sdk.MultiQueue.targets │ │ ├── Microsoft.DotNet.Helix.Sdk.props │ │ ├── Microsoft.DotNet.Helix.Sdk.targets │ │ ├── azure-pipelines │ │ ├── AzurePipelines.MonoQueue.targets │ │ ├── AzurePipelines.MultiQueue.targets │ │ ├── AzurePipelines.props │ │ └── reporter │ │ │ ├── formats │ │ │ ├── __init__.py │ │ │ ├── junit.py │ │ │ ├── result_format.py │ │ │ ├── trx.py │ │ │ └── xunit.py │ │ │ ├── helpers.py │ │ │ ├── run.py │ │ │ └── test_results_reader │ │ │ └── __init__.py │ │ ├── dotnet-cli │ │ ├── DotNetCli.props │ │ └── DotNetCli.targets │ │ ├── download-results │ │ ├── DownloadFromResultsContainer.props │ │ └── DownloadFromResultsContainer.targets │ │ ├── xharness-runner │ │ ├── Readme.md │ │ ├── XHarnessRunner.props │ │ ├── XHarnessRunner.targets │ │ ├── xharness-event-processor.py │ │ ├── xharness-helix-job.android.ps1 │ │ ├── xharness-helix-job.android.sh │ │ ├── xharness-helix-job.apple.sh │ │ ├── xharness-runner.android.ps1 │ │ └── xharness-runner.apple.sh │ │ ├── xunit-reporter │ │ └── xunit-reporter.py │ │ └── xunit-runner │ │ ├── XUnitPublish.targets │ │ ├── XUnitRunner.props │ │ └── XUnitRunner.targets ├── Microsoft.DotNet.Internal.DependencyInjection.Testing │ ├── DependencyInjectionValidation.cs │ └── Microsoft.DotNet.Internal.DependencyInjection.Testing.csproj ├── Microsoft.DotNet.Internal.SymbolHelper │ ├── Microsoft.DotNet.Internal.SymbolHelper.csproj │ ├── ScopedTracer.cs │ ├── SymbolPromotionHelper.cs │ ├── SymbolPublisherOptions.cs │ ├── SymbolRequestHelpers.cs │ ├── SymbolUploadHelper.cs │ └── SymbolUploadHelperFactory.cs ├── Microsoft.DotNet.MacOsPkg.Tests │ ├── Microsoft.DotNet.MacOsPkg.Tests.csproj │ ├── Resources │ │ ├── Simple.pkg │ │ ├── SimpleInstaller.pkg │ │ ├── WithApp.pkg │ │ └── WithAppInstaller.pkg │ └── UnpackPackTests.cs ├── Microsoft.DotNet.MacOsPkg │ ├── Cli │ │ ├── Microsoft.DotNet.MacOsPkg.Cli.csproj │ │ └── Program.cs │ └── Core │ │ ├── AppBundle.cs │ │ ├── ExecuteHelper.cs │ │ ├── MacOsPkgCore.cs │ │ ├── Microsoft.DotNet.MacOsPkg.Core.csproj │ │ ├── Package.cs │ │ └── Utilities.cs ├── Microsoft.DotNet.NuGetRepack │ ├── tasks │ │ ├── Microsoft.DotNet.NuGetRepack.Tasks.csproj │ │ └── src │ │ │ ├── AssemblyResolution.cs │ │ │ ├── NuGetUtils.cs │ │ │ ├── NuGetVersionUpdater.cs │ │ │ ├── ReplacePackageParts.cs │ │ │ └── UpdatePackageVersionTask.cs │ └── tests │ │ ├── Microsoft.DotNet.NuGetRepack.Tests.csproj │ │ ├── ReplacePackagePartsTests.cs │ │ ├── Resources │ │ ├── .signature.p7s │ │ ├── DotnetTool.1.0.0-beta-12345-01.nupkg │ │ ├── DotnetTool.nuspec │ │ ├── EmptyBinary.cs │ │ ├── Signed.1.2.3.nupkg │ │ ├── Signed.nuspec │ │ ├── TestPackageA.1.0.0-beta-12345-01.nupkg │ │ ├── TestPackageA.1.0.0-beta-final.nupkg │ │ ├── TestPackageA.1.0.0.nupkg │ │ ├── TestPackageA.nuspec │ │ ├── TestPackageB.1.0.0-beta-12345-01.nupkg │ │ ├── TestPackageB.1.0.0-beta-final.nupkg │ │ ├── TestPackageB.1.0.0.nupkg │ │ ├── TestPackageB.nuspec │ │ ├── TestPackageC.1.0.0-beta-12345-01.nupkg │ │ ├── TestPackageC.1.0.0-beta-final.nupkg │ │ ├── TestPackageC.1.0.0.nupkg │ │ ├── TestPackageC.nuspec │ │ ├── TestPackageD.1.0.0-beta-12345-01.nupkg │ │ ├── TestPackageD.1.0.0-beta-final.nupkg │ │ ├── TestPackageD.1.0.0.nupkg │ │ ├── TestPackageD.nuspec │ │ ├── TestPackageE.1.0.0-beta.12345.1.nupkg │ │ ├── TestPackageE.1.0.0-beta.final.nupkg │ │ ├── TestPackageE.1.0.0.nupkg │ │ ├── TestPackageE.nuspec │ │ ├── TestPackageF.1.0.0-beta.12345.1.nupkg │ │ ├── TestPackageF.1.0.0-beta.final.nupkg │ │ ├── TestPackageF.1.0.0.nupkg │ │ ├── TestPackageF.nuspec │ │ ├── TestPackageG.1.0.0-beta-12345-01.nupkg │ │ ├── TestPackageG.1.0.0-beta-final.nupkg │ │ ├── TestPackageG.1.0.0.nupkg │ │ ├── TestPackageG.nuspec │ │ └── pack.cmd │ │ ├── TestHelpers │ │ ├── AssertEx.cs │ │ ├── DiffUtil.cs │ │ ├── FakeBuildEngine.cs │ │ ├── ResourceLoader.cs │ │ └── TestResources.cs │ │ └── VersionUpdaterTests.cs ├── Microsoft.DotNet.PackageTesting.Tests │ ├── GetCompatibilePackageTargetFrameworksTests.cs │ └── Microsoft.DotNet.PackageTesting.Tests.csproj ├── Microsoft.DotNet.PackageTesting │ ├── GetCompatiblePackageTargetFrameworks.cs │ ├── Microsoft.DotNet.PackageTesting.csproj │ ├── NupkgParser.cs │ ├── Package.cs │ ├── VerifyClosure.cs │ ├── VerifyTypes.cs │ └── build │ │ └── Microsoft.DotNet.PackageTesting.props ├── Microsoft.DotNet.RemoteExecutor │ ├── src │ │ ├── Microsoft.DotNet.RemoteExecutor.csproj │ │ ├── MiniDump.cs │ │ ├── PasteArguments.cs │ │ ├── Program.cs │ │ ├── RemoteExecutionException.cs │ │ ├── RemoteExecutionTimeoutException.cs │ │ ├── RemoteExecutor.cs │ │ ├── RemoteInvokeHandle.cs │ │ ├── RemoteInvokeOptions.cs │ │ └── build │ │ │ └── Microsoft.DotNet.RemoteExecutor.targets │ └── tests │ │ ├── Microsoft.DotNet.RemoteExecutor.Tests.csproj │ │ └── RemoteExecutorTests.cs ├── Microsoft.DotNet.SetupNugetSources.Tests │ ├── BoundaryConditionTests.cs │ ├── CredentialHandlingTests.cs │ ├── FeedEnablingTests.cs │ ├── InternalFeedAdditionTests.cs │ ├── Microsoft.DotNet.SetupNugetSources.Tests.csproj │ ├── NoChangeScenarioTests.cs │ ├── NuGetConfigAssertions.cs │ ├── ScriptRunner.cs │ └── SetupNugetSourcesFixture.cs ├── Microsoft.DotNet.SharedFramework.Sdk │ ├── Microsoft.DotNet.SharedFramework.Sdk.csproj │ ├── README.md │ ├── sdk │ │ ├── BuildTask.props │ │ ├── Sdk.props │ │ └── Sdk.targets │ ├── src │ │ ├── CreateFrameworkListFile.cs │ │ ├── FileUtilities.cs │ │ ├── GeneratePlatformManifestEntriesFromFileList.cs │ │ ├── GeneratePlatformManifestEntriesFromTemplate.cs │ │ ├── GenerateSharedFrameworkDepsFile.cs │ │ ├── PlatformManifestEntry.cs │ │ └── ValidateFileVersions.cs │ └── targets │ │ ├── Microsoft.DotNet.SharedFramework.Sdk.MultiRid.targets │ │ ├── Microsoft.DotNet.SharedFramework.Sdk.props │ │ ├── Microsoft.DotNet.SharedFramework.Sdk.targets │ │ ├── sharedfx.props │ │ ├── sharedfx.targets │ │ └── windows │ │ ├── wix.targets │ │ ├── wix │ │ └── product │ │ │ └── sharedfxdir.wxs │ │ └── wix5 │ │ └── product │ │ └── sharedfxdir.wxs ├── Microsoft.DotNet.SignTool.Tests │ ├── FakeBuildEngine.cs │ ├── FakeSignTool.cs │ ├── Microsoft.DotNet.SignTool.Tests.csproj │ ├── Resources │ │ ├── AspNetCoreCrossLib.dll │ │ ├── ContainerOne.1.0.0.nupkg │ │ ├── CoreLibCrossARM.dll │ │ ├── Crossgenned.exe │ │ ├── CustomTargetFrameworkAttribute.dll │ │ ├── DelaySigned.dll │ │ ├── DelaySignedWithOpen.dll │ │ ├── EmptyPKT.dll │ │ ├── FakeSignedContents.nupkg │ │ ├── IncorrectlySignedDeb.deb │ │ ├── IncorrectlySignedPackage.1.0.0.nupkg │ │ ├── IncorrectlySignedRpm.rpm │ │ ├── InnerZipFile.zip │ │ ├── InvalidatedStrongName.dll │ │ ├── MsiApplication.exe │ │ ├── MsiBootstrapper.exe │ │ ├── MsiBootstrapper.exe.wixpack.zip │ │ ├── MsiBootstrapper5.exe │ │ ├── MsiBootstrapper5.exe.wixpack.zip │ │ ├── MsiSetup.msi │ │ ├── MsiSetup.msi.wixpack.zip │ │ ├── MsiSetup5.msi │ │ ├── MsiSetup5.msi.wixpack.zip │ │ ├── NestedContainer.1.0.0.nupkg │ │ ├── NestedPkg.pkg │ │ ├── NestedZip.zip │ │ ├── OpenSigned.dll │ │ ├── OpenSignedCorrespondingKey.snk │ │ ├── PackageWithRelationships.vsix │ │ ├── PackageWithWix.nupkg │ │ ├── PackageWithZip.nupkg │ │ ├── ProjectOne.dll │ │ ├── SPCNoPKT.dll │ │ ├── SameFiles1.zip │ │ ├── SameFiles2.zip │ │ ├── SignedDeb.deb │ │ ├── SignedLibrary.dll │ │ ├── SignedPackage.1.0.0.nupkg │ │ ├── SignedRpm.rpm │ │ ├── SignedScript.ps1 │ │ ├── Simple.exe │ │ ├── Simple.nupkg │ │ ├── Simple.symbols.nupkg │ │ ├── Simple.vsix │ │ ├── StrongNameSignatureInvalidated.dll │ │ ├── StrongNamedWithEcmaKey.dll │ │ ├── TestSpaces.vsix │ │ ├── UnsignedContents.nupkg │ │ ├── UnsignedScript.ps1 │ │ ├── WithApp.pkg │ │ ├── ZeroLengthPythonFile.py │ │ ├── filewithoutextension │ │ ├── linux-elf │ │ ├── macos-macho │ │ ├── test.deb │ │ ├── test.mpack │ │ ├── test.pkg │ │ ├── test.rpm │ │ ├── test.symbols.nupkg │ │ ├── test.tgz │ │ ├── test.vsix │ │ ├── test.zip │ │ └── windows-exe.exe │ ├── SignToolTests.cs │ ├── StreamUtilities.cs │ └── StrongNameSupportHelper.cs ├── Microsoft.DotNet.SignTool │ ├── FEATURES.txt │ ├── Microsoft.DotNet.SignTool.csproj │ ├── README.md │ ├── build │ │ └── Microsoft.DotNet.SignTool.props │ └── src │ │ ├── AdditionalCertificateInformation.cs │ │ ├── BatchSignInput.cs │ │ ├── BatchSignUtil.cs │ │ ├── ByteSequenceComparer.cs │ │ ├── Configuration.cs │ │ ├── ContentUtil.cs │ │ ├── ExecutableType.cs │ │ ├── ExplicitCertificateKey.cs │ │ ├── FileSignInfo.cs │ │ ├── Hash.cs │ │ ├── ItemToSign.cs │ │ ├── PEInfo.cs │ │ ├── PathWithHash.cs │ │ ├── RealSignTool.cs │ │ ├── SignInfo.cs │ │ ├── SignTool.cs │ │ ├── SignToolArgs.cs │ │ ├── SignToolConstants.cs │ │ ├── SignToolTask.cs │ │ ├── SignedFileContentKey.cs │ │ ├── SigningStatus.cs │ │ ├── Telemetry.cs │ │ ├── ValidationOnlySignTool.cs │ │ ├── VerifySignatures.cs │ │ ├── WixPackInfo.cs │ │ ├── ZipData.cs │ │ ├── ZipDataEntry.cs │ │ └── ZipPart.cs ├── Microsoft.DotNet.SourceBuild │ ├── README.md │ ├── tasks │ │ ├── Microsoft.DotNet.SourceBuild.Tasks.csproj │ │ ├── build │ │ │ └── Microsoft.DotNet.SourceBuild.Tasks.props │ │ └── src │ │ │ ├── ReadNuGetPackageInfos.cs │ │ │ ├── UsageReport │ │ │ ├── AnnotatedUsage.cs │ │ │ ├── Usage.cs │ │ │ ├── UsageData.cs │ │ │ ├── UsagePattern.cs │ │ │ ├── UsageValidationData.cs │ │ │ ├── WritePackageUsageData.cs │ │ │ ├── WriteUsageReports.cs │ │ │ └── XmlParsingHelpers.cs │ │ │ └── WriteBuildOutputProps.cs │ └── tests │ │ ├── Microsoft.DotNet.SourceBuild.Tasks.Tests.csproj │ │ └── WriteBuildOutputPropsTests.cs ├── Microsoft.DotNet.StrongName │ ├── Algorithm.cs │ ├── Constants.cs │ ├── Microsoft.DotNet.StrongName.csproj │ ├── Signing.cs │ ├── StrongNameHelper.cs │ ├── Utils.cs │ └── Verification.cs ├── Microsoft.DotNet.SwaggerGenerator │ ├── Directory.Build.props │ ├── Microsoft.DotNet.SwaggerGenerator.CmdLine │ │ ├── Microsoft.DotNet.SwaggerGenerator.CmdLine.csproj │ │ ├── Program.cs │ │ └── Properties │ │ │ └── launchSettings.json │ ├── Microsoft.DotNet.SwaggerGenerator.CodeGenerator │ │ ├── CodeFile.cs │ │ ├── DefaultHelpers.cs │ │ ├── GeneratorOptions.cs │ │ ├── HelperFactory.cs │ │ ├── Helpers.cs │ │ ├── Languages │ │ │ ├── Language.cs │ │ │ ├── angular │ │ │ │ ├── Angular.cs │ │ │ │ ├── Helper.hb │ │ │ │ ├── MethodGroup.hb │ │ │ │ ├── Model.hb │ │ │ │ ├── Models.hb │ │ │ │ ├── ServiceClient.hb │ │ │ │ └── index.hb │ │ │ └── csharp │ │ │ │ ├── CSharp.cs │ │ │ │ ├── MethodGroup.hb │ │ │ │ ├── Model.hb │ │ │ │ ├── PagedResponse.hb │ │ │ │ └── ServiceClient.hb │ │ ├── Microsoft.DotNet.SwaggerGenerator.CodeGenerator.csproj │ │ ├── Microsoft.DotNet.SwaggerGenerator.CodeGenerator.csproj.DotSettings │ │ ├── Modeler │ │ │ ├── ClassTypeModel.cs │ │ │ ├── Disposable.cs │ │ │ ├── EnumOpenApiExtension.cs │ │ │ ├── EnumTypeModel.cs │ │ │ ├── KeyValuePairExtensions.cs │ │ │ ├── MethodGroupModel.cs │ │ │ ├── MethodModel.cs │ │ │ ├── PaginatedOpenApiExtension.cs │ │ │ ├── ParameterModel.cs │ │ │ ├── PropertyModel.cs │ │ │ ├── ServiceClientModel.cs │ │ │ ├── ServiceClientModelFactory.cs │ │ │ ├── TypeModel.cs │ │ │ └── TypeReference.cs │ │ └── ServiceClientCodeFactory.cs │ └── Microsoft.DotNet.SwaggerGenerator.MSBuild │ │ ├── GenerateSwaggerCode.cs │ │ ├── Microsoft.DotNet.SwaggerGenerator.MSBuild.csproj │ │ ├── build │ │ ├── Microsoft.DotNet.SwaggerGenerator.MSBuild.props │ │ └── Microsoft.DotNet.SwaggerGenerator.MSBuild.targets │ │ └── buildCrossTargeting │ │ ├── Microsoft.DotNet.SwaggerGenerator.MSBuild.props │ │ └── Microsoft.DotNet.SwaggerGenerator.MSBuild.targets ├── Microsoft.DotNet.Tar │ ├── Microsoft.DotNet.Tar.csproj │ └── Program.cs ├── Microsoft.DotNet.XUnitAssert │ ├── README.md │ ├── src │ │ ├── .editorconfig │ │ ├── .gitattributes │ │ ├── Assert.cs │ │ ├── AsyncCollectionAsserts.cs │ │ ├── BooleanAsserts.cs │ │ ├── CollectionAsserts.cs │ │ ├── Comparers.cs │ │ ├── DictionaryAsserts.cs │ │ ├── EqualityAsserts.cs │ │ ├── EquivalenceAsserts.cs │ │ ├── EventAsserts.cs │ │ ├── ExceptionAsserts.cs │ │ ├── FailAsserts.cs │ │ ├── Guards.cs │ │ ├── IdentityAsserts.cs │ │ ├── LICENSE.txt │ │ ├── MemoryAsserts.cs │ │ ├── Microsoft.DotNet.XUnitAssert.csproj │ │ ├── MultipleAsserts.cs │ │ ├── NullAsserts.cs │ │ ├── PropertyAsserts.cs │ │ ├── README.md │ │ ├── RangeAsserts.cs │ │ ├── Record.cs │ │ ├── Sdk │ │ │ ├── ArgumentFormatter.cs │ │ │ ├── AssertEqualityComparer.cs │ │ │ ├── AssertEqualityComparerAdapter.cs │ │ │ ├── AssertHelper.cs │ │ │ ├── AssertRangeComparer.cs │ │ │ ├── CollectionTracker.cs │ │ │ ├── CollectionTrackerExtensions.cs │ │ │ ├── DynamicSkipToken.cs │ │ │ ├── Exceptions │ │ │ │ ├── AllException.cs │ │ │ │ ├── CollectionException.cs │ │ │ │ ├── ContainsException.cs │ │ │ │ ├── DistinctException.cs │ │ │ │ ├── DoesNotContainException.cs │ │ │ │ ├── DoesNotMatchException.cs │ │ │ │ ├── EmptyException.cs │ │ │ │ ├── EndsWithException.cs │ │ │ │ ├── EqualException.cs │ │ │ │ ├── EquivalentException.cs │ │ │ │ ├── ExceptionUtility.cs │ │ │ │ ├── FailException.cs │ │ │ │ ├── FalseException.cs │ │ │ │ ├── InRangeException.cs │ │ │ │ ├── IsAssignableFromException.cs │ │ │ │ ├── IsNotAssignableFromException.cs │ │ │ │ ├── IsNotTypeException.cs │ │ │ │ ├── IsTypeException.cs │ │ │ │ ├── MatchesException.cs │ │ │ │ ├── MultipleException.cs │ │ │ │ ├── NotEmptyException.cs │ │ │ │ ├── NotEqualException.cs │ │ │ │ ├── NotInRangeException.cs │ │ │ │ ├── NotNullException.cs │ │ │ │ ├── NotSameException.cs │ │ │ │ ├── NotStrictEqualException.cs │ │ │ │ ├── NullException.cs │ │ │ │ ├── ProperSubsetException.cs │ │ │ │ ├── ProperSupersetException.cs │ │ │ │ ├── PropertyChangedException.cs │ │ │ │ ├── RaisesAnyException.cs │ │ │ │ ├── RaisesException.cs │ │ │ │ ├── SameException.cs │ │ │ │ ├── SingleException.cs │ │ │ │ ├── SkipException.cs │ │ │ │ ├── StartsWithException.cs │ │ │ │ ├── StrictEqualException.cs │ │ │ │ ├── SubsetException.cs │ │ │ │ ├── SupersetException.cs │ │ │ │ ├── ThrowsAnyException.cs │ │ │ │ ├── ThrowsException.cs │ │ │ │ ├── TrueException.cs │ │ │ │ └── XunitException.cs │ │ │ ├── IAssertionException.cs │ │ │ └── StringSyntaxAttribute.cs │ │ ├── SetAsserts.cs │ │ ├── SkipAsserts.cs │ │ ├── SpanAsserts.cs │ │ ├── StringAsserts.cs │ │ ├── TypeAsserts.cs │ │ └── xunit.snk │ └── tests │ │ ├── AsyncCollectionAssertsTests.cs │ │ ├── BooleanAssertsTests.cs │ │ ├── CollectionAssertsTests.cs │ │ ├── DictionaryAssertsTests.cs │ │ ├── EnumerableExtensions.cs │ │ ├── EqualityAssertsTests.cs │ │ ├── EquivalenceAssertsTests.cs │ │ ├── EventAssertsTests.cs │ │ ├── ExceptionAssertsTests.cs │ │ ├── FailAssertsTests.cs │ │ ├── IdentityAssertsTests.cs │ │ ├── MemoryAssertsTests.cs │ │ ├── MemoryExtensions.cs │ │ ├── Microsoft.DotNet.XUnitAssert.Tests.csproj │ │ ├── MultipleAssertsTests.cs │ │ ├── NullAssertsTests.cs │ │ ├── PropertyAssertsTests.cs │ │ ├── RangeAssertsTests.cs │ │ ├── Sdk │ │ ├── ArgumentFormatterTests.cs │ │ └── CollectionTrackerTests.cs │ │ ├── SetAssertsTests.cs │ │ ├── SetExtensions.cs │ │ ├── SkipAssertsTests.cs │ │ ├── SpanAssertsTests.cs │ │ ├── SpanExtensions.cs │ │ ├── StringAssertsTests.cs │ │ ├── TypeAssertsTests.cs │ │ └── Utility │ │ └── ReadOnlySet.cs ├── Microsoft.DotNet.XUnitConsoleRunner │ ├── README.md │ └── src │ │ ├── CommandLine.cs │ │ ├── ConsoleRunner.cs │ │ ├── HTML.xslt │ │ ├── JUnitXml.xslt │ │ ├── Microsoft.DotNet.XUnitConsoleRunner.csproj │ │ ├── NUnitXml.xslt │ │ ├── ParallelismOption.cs │ │ ├── Program.cs │ │ ├── Sinks │ │ └── DiagnosticMessageSink.cs │ │ ├── Utility │ │ ├── Transform.cs │ │ └── TransformFactory.cs │ │ ├── build │ │ └── Microsoft.DotNet.XUnitConsoleRunner.props │ │ ├── common │ │ ├── AssemblyResolution │ │ │ ├── AssemblyHelper.cs │ │ │ ├── DependencyContextAssemblyCache.cs │ │ │ ├── Microsoft.DotNet.PlatformAbstractions │ │ │ │ ├── ApplicationEnvironment.cs │ │ │ │ ├── HashCodeCombiner.cs │ │ │ │ ├── Native │ │ │ │ │ ├── NativeMethods.Darwin.cs │ │ │ │ │ ├── NativeMethods.Windows.cs │ │ │ │ │ └── PlatformApis.cs │ │ │ │ ├── Platform.cs │ │ │ │ └── RuntimeEnvironment.cs │ │ │ ├── Microsoft.Extensions.DependencyModel │ │ │ │ ├── CompilationLibrary.cs │ │ │ │ ├── CompilationOptions.cs │ │ │ │ ├── Dependency.cs │ │ │ │ ├── DependencyContext.cs │ │ │ │ ├── DependencyContextJsonReader.cs │ │ │ │ ├── DependencyContextLoader.cs │ │ │ │ ├── DependencyContextPaths.cs │ │ │ │ ├── DependencyContextStrings.cs │ │ │ │ ├── DirectoryWrapper.cs │ │ │ │ ├── EnvironmentWrapper.cs │ │ │ │ ├── FileSystemWrapper.cs │ │ │ │ ├── FileWrapper.cs │ │ │ │ ├── IDependencyContextReader.cs │ │ │ │ ├── IDirectory.cs │ │ │ │ ├── IEnvironment.cs │ │ │ │ ├── IFile.cs │ │ │ │ ├── IFileSystem.cs │ │ │ │ ├── Library.cs │ │ │ │ ├── Resolution │ │ │ │ │ ├── AppBaseCompilationAssemblyResolver.cs │ │ │ │ │ ├── CompositeCompilationAssemblyResolver.cs │ │ │ │ │ ├── DotNetReferenceAssembliesPathResolver.cs │ │ │ │ │ ├── ICompilationAssemblyResolver.cs │ │ │ │ │ ├── PackageCompilationAssemblyResolver.cs │ │ │ │ │ ├── ReferenceAssemblyPathResolver.cs │ │ │ │ │ └── ResolverUtils.cs │ │ │ │ ├── ResourceAssembly.cs │ │ │ │ ├── RuntimeAssetGroup.cs │ │ │ │ ├── RuntimeFallbacks.cs │ │ │ │ ├── RuntimeLibrary.cs │ │ │ │ └── TargetInfo.cs │ │ │ ├── XunitPackageCompilationAssemblyResolver.cs │ │ │ └── _DiagnosticMessage.cs │ │ ├── ConsoleHelper.cs │ │ ├── DictionaryExtensions.cs │ │ └── Json.cs │ │ └── xUnit1.xslt ├── Microsoft.DotNet.XUnitExtensions.Shared │ ├── Attributes │ │ ├── ActiveIssueAttribute.cs │ │ ├── ConditionalClassAttribute.cs │ │ ├── ConditionalFactAttribute.cs │ │ ├── ConditionalTheoryAttribute.cs │ │ ├── DotNetOnlyFactAttribute.cs │ │ ├── DotNetOnlyTheoryAttribute.cs │ │ ├── LinuxOnlyFactAttribute.cs │ │ ├── LinuxOnlyTheoryAttribute.cs │ │ ├── MacOSOnlyFactAttribute.cs │ │ ├── MacOSOnlyTheoryAttribute.cs │ │ ├── OuterLoopAttribute.cs │ │ ├── ParallelTheoryAttribute.cs │ │ ├── PlatformSpecificAttribute.cs │ │ ├── SkipOnCIAttribute.cs │ │ ├── SkipOnCoreClrAttribute.cs │ │ ├── SkipOnMonoAttribute.cs │ │ ├── SkipOnPlatformAttribute.cs │ │ ├── SkipOnTargetFrameworkAttribute.cs │ │ ├── TestCategoryAttribute.cs │ │ ├── UnixOnlyFactAttribute.cs │ │ ├── UnixOnlyTheoryAttribute.cs │ │ ├── WindowsFullFrameworkOnlyFactAttribute.cs │ │ ├── WindowsFullFrameworkOnlyTheoryAttribute.cs │ │ ├── WindowsOnlyFactAttribute.cs │ │ └── WindowsOnlyTheoryAttribute.cs │ ├── ConditionalDiscovererException.cs │ ├── CoreClrConfigurationDetection.cs │ ├── DesktopTraceListener.cs │ ├── DiscovererHelpers.cs │ ├── Discoverers │ │ ├── ActiveIssueDiscoverer.cs │ │ ├── ConditionalClassDiscoverer.cs │ │ ├── ConditionalFactDiscoverer.cs │ │ ├── ConditionalTestDiscoverer.cs │ │ ├── ConditionalTheoryDiscoverer.cs │ │ ├── OuterLoopTestsDiscoverer.cs │ │ ├── ParallelTheoryDiscoverer.cs │ │ ├── PlatformSpecificDiscoverer.cs │ │ ├── SkipOnCIDiscoverer.cs │ │ ├── SkipOnCoreClrDiscoverer.cs │ │ ├── SkipOnMonoDiscoverer.cs │ │ ├── SkipOnPlatformDiscoverer.cs │ │ ├── SkipOnTargetFrameworkDiscoverer.cs │ │ └── TestCategoryDiscoverer.cs │ ├── Extensions │ │ └── TheoryExtensions.cs │ ├── Microsoft.DotNet.XUnitExtensions.Shared.projitems │ ├── Microsoft.DotNet.XUnitExtensions.Shared.shproj │ ├── RuntimeConfiguration.cs │ ├── RuntimeTestModes.cs │ ├── SkippedFactTestCase.cs │ ├── SkippedTestCase.cs │ ├── SkippedTestMessageBus.cs │ ├── SkippedTheoryTestCase.cs │ ├── StaticReflectionConstants.cs │ ├── TargetFrameworkMonikers.cs │ ├── TestPlatforms.cs │ ├── TestRuntimes.cs │ ├── XunitConstants.cs │ ├── XunitParallelTheoryTestCase.cs │ └── XunitParallelTheoryTestCaseRunner.cs ├── Microsoft.DotNet.XUnitExtensions │ ├── README.md │ ├── src │ │ └── Microsoft.DotNet.XUnitExtensions.csproj │ └── tests │ │ ├── AlphabeticalOrderer.cs │ │ ├── ConditionalAttributeTests.cs │ │ └── Microsoft.DotNet.XUnitExtensions.Tests.csproj ├── Microsoft.DotNet.XUnitV3Extensions │ ├── README.md │ └── src │ │ └── Microsoft.DotNet.XUnitV3Extensions.csproj ├── Microsoft.DotNet.XliffTasks.Tests │ ├── AssertHelper.cs │ ├── JsonDocumentTests.cs │ ├── Microsoft.DotNet.XliffTasks.Tests.csproj │ ├── ResxDocumentTests.cs │ ├── StringExtensionsTests.cs │ ├── UnstructuredDocumentTests.cs │ ├── VsctDocumentTests.cs │ ├── XElementExtensionsTests.cs │ ├── XamlRuleDocumentTests.cs │ └── XlfDocumentTests.cs ├── Microsoft.DotNet.XliffTasks │ ├── EnumerableExtensions.cs │ ├── ExponentialRetry.cs │ ├── Microsoft.DotNet.XliffTasks.csproj │ ├── Model │ │ ├── Document.cs │ │ ├── JsonDocument.cs │ │ ├── ResxDocument.cs │ │ ├── TranslatableDocument.cs │ │ ├── TranslatableNode.cs │ │ ├── TranslatableXmlDocument.cs │ │ ├── UnstructuredDocument.cs │ │ ├── VsctDocument.cs │ │ ├── XDocumentExtensions.cs │ │ ├── XElementExtensions.cs │ │ ├── XamlRuleDocument.cs │ │ ├── XlfDocument.cs │ │ ├── XlfNames.cs │ │ ├── xliff-core-1.2-transitional.xsd │ │ └── xml.xsd │ ├── README.md │ ├── Release.cs │ ├── StringExtensions.cs │ ├── Tasks │ │ ├── BuildErrorException.cs │ │ ├── EnsureAllResourcesTranslated.cs │ │ ├── GatherTranslatedSource.cs │ │ ├── GatherXlf.cs │ │ ├── MetadataKey.cs │ │ ├── SortXlf.cs │ │ ├── TaskItemExtensions.cs │ │ ├── TaskLoggingHelperExtensions.cs │ │ ├── TransformTemplates.cs │ │ ├── TranslateSource.cs │ │ ├── UpdateXlf.cs │ │ └── XlfTask.cs │ ├── Validation.cs │ ├── build │ │ ├── Microsoft.DotNet.XliffTasks.props │ │ └── Microsoft.DotNet.XliffTasks.targets │ └── buildCrossTargeting │ │ ├── Microsoft.DotNet.XliffTasks.props │ │ └── Microsoft.DotNet.XliffTasks.targets ├── SignCheck │ ├── Microsoft.SignCheck │ │ ├── Interop │ │ │ ├── Ole32.cs │ │ │ ├── PortableExecutable │ │ │ │ ├── DllCharacteristics.cs │ │ │ │ ├── ImageCor20Header.cs │ │ │ │ ├── ImageDataDirectory.cs │ │ │ │ ├── ImageDosHeader.cs │ │ │ │ ├── ImageFileCharacteristics.cs │ │ │ │ ├── ImageFileHeader.cs │ │ │ │ ├── ImageMagic.cs │ │ │ │ ├── ImageNTHeaders.cs │ │ │ │ ├── ImageOptionalHeader.cs │ │ │ │ ├── ImageSectionHeader.cs │ │ │ │ ├── PortableExecutableHeader.cs │ │ │ │ └── SubSystem.cs │ │ │ ├── Provider.cs │ │ │ ├── RevocationChecks.cs │ │ │ ├── STGM.cs │ │ │ ├── StateAction.cs │ │ │ ├── StructuredStorage.cs │ │ │ ├── UIChoice.cs │ │ │ ├── UnionChoice.cs │ │ │ ├── WinCrypt.cs │ │ │ ├── WinTrust.cs │ │ │ ├── WinTrustData.cs │ │ │ └── WinTrustFileInfo.cs │ │ ├── Logging │ │ │ ├── ConsoleLogger.cs │ │ │ ├── FileLogger.cs │ │ │ ├── ILogger.cs │ │ │ ├── Log.cs │ │ │ ├── LogVerbosity.cs │ │ │ └── LoggerBase.cs │ │ ├── Microsoft.DotNet.SignCheckLibrary.csproj │ │ ├── ResxWorkaround.props │ │ ├── SignCheckResources.Designer.cs │ │ ├── SignCheckResources.resx │ │ ├── Utils.cs │ │ └── Verification │ │ │ ├── ArchiveVerifier.cs │ │ │ ├── AuthentiCode.cs │ │ │ ├── AuthentiCodeVerifier.cs │ │ │ ├── CabVerifier.cs │ │ │ ├── DebVerifier.cs │ │ │ ├── DetailKeys.cs │ │ │ ├── Exclusion.cs │ │ │ ├── Exclusions.cs │ │ │ ├── ExeVerifier.cs │ │ │ ├── FileHeaders.cs │ │ │ ├── FileVerifier.cs │ │ │ ├── ISecurityInfoProvider.cs │ │ │ ├── Jar │ │ │ ├── JarAttributes.cs │ │ │ ├── JarError.cs │ │ │ ├── JarFile.cs │ │ │ ├── JarIndividualEntry.cs │ │ │ ├── JarIndividualSection.cs │ │ │ ├── JarManifestFile.cs │ │ │ ├── JarManifestFileBase.cs │ │ │ ├── JarResources.Designer.cs │ │ │ ├── JarResources.resx │ │ │ ├── JarSignatureFile.cs │ │ │ └── JarUtils.cs │ │ │ ├── JarVerifier.cs │ │ │ ├── JavaScriptVerifier.cs │ │ │ ├── LZMAUtils.cs │ │ │ ├── LinuxPackageVerifier.cs │ │ │ ├── LzmaVerifier.cs │ │ │ ├── MachOVerifier.cs │ │ │ ├── MsiVerifier.cs │ │ │ ├── MspVerifier.cs │ │ │ ├── MsuVerifier.cs │ │ │ ├── NupkgVerifier.cs │ │ │ ├── PkgVerifier.cs │ │ │ ├── PortableExecutableVerifier.cs │ │ │ ├── RpmVerifier.cs │ │ │ ├── SignatureVerificationManager.cs │ │ │ ├── SignatureVerificationOptions.cs │ │ │ ├── SignatureVerificationResult.cs │ │ │ ├── TarVerifier.cs │ │ │ ├── Timestamp.cs │ │ │ ├── UnsupportedFileVerifier.cs │ │ │ ├── VsixVerifier.cs │ │ │ ├── XmlVerifier.cs │ │ │ └── ZipVerifier.cs │ ├── README.md │ ├── SignCheck.sln │ ├── SignCheck │ │ ├── App.config │ │ ├── Microsoft.DotNet.SignCheck.csproj │ │ └── SignCheck.cs │ └── SignCheckTask │ │ ├── Microsoft.DotNet.SignCheckTask.csproj │ │ ├── build │ │ └── Microsoft.DotNet.SignCheckTask.props │ │ └── src │ │ ├── FileStatus.cs │ │ ├── LICENSE.TXT │ │ ├── Options.cs │ │ ├── SignCheck.cs │ │ ├── SignCheckResources.Designer.cs │ │ ├── SignCheckResources.resx │ │ ├── SignCheckTask.cs │ │ └── Utils.cs ├── VersionTools │ ├── Microsoft.DotNet.VersionTools.Cli.Tests │ │ ├── Microsoft.DotNet.VersionTools.Cli.Tests.csproj │ │ └── VersionTrimmingOperationTests.cs │ ├── Microsoft.DotNet.VersionTools.Cli │ │ ├── ConsoleLogger.cs │ │ ├── FileSystemProxy.cs │ │ ├── IFileSystemProxy.cs │ │ ├── ILogger.cs │ │ ├── IOperation.cs │ │ ├── Microsoft.DotNet.VersionTools.Cli.csproj │ │ ├── Program.cs │ │ └── VersionTrimmingOperation.cs │ └── Microsoft.DotNet.VersionTools.Tasks.Tests │ │ └── Microsoft.DotNet.VersionTools.Tasks.Tests.csproj └── WinShimmer │ ├── Program.cs │ └── WinShimmer.csproj ├── test.sh └── tests ├── .gitignore ├── AspNetVersionCheck └── aspnet-versioncheck.ps1 ├── Junit └── junit-results.xml ├── Trx ├── trx-results.1.trx ├── trx-results.2.trx └── trx-results.trx ├── UnitTests.proj ├── XHarness.Android.DeviceTests.proj ├── XHarness.Android.SimulatorTests.proj ├── XHarness.Apple.DeviceTests.proj ├── XHarness.Apple.SimulatorTests.proj ├── XHarness.Tests.Common.props ├── XHarness ├── .gitattributes ├── XHarness.Apple.Device.Archived.proj ├── XHarness.Apple.Simulator.CustomCommands.proj ├── XHarness.Apple.Simulator.Run.proj ├── XHarness.Apple.Simulator.Test.proj └── XHarness.TestApks.proj └── XUnit └── testResults.xml /.azuredevops/dependabot.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/.azuredevops/dependabot.yml -------------------------------------------------------------------------------- /.config/1espt/PipelineAutobaseliningConfig.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/.config/1espt/PipelineAutobaseliningConfig.yml -------------------------------------------------------------------------------- /.config/dotnet-tools.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/.config/dotnet-tools.json -------------------------------------------------------------------------------- /.config/guardian/.gdnbaselines: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/.config/guardian/.gdnbaselines -------------------------------------------------------------------------------- /.config/tsaoptions.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/.config/tsaoptions.json -------------------------------------------------------------------------------- /.editorconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/.editorconfig -------------------------------------------------------------------------------- /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/.gitattributes -------------------------------------------------------------------------------- /.github/CODEOWNERS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/.github/CODEOWNERS -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/default-arcade-issue-template.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/.github/ISSUE_TEMPLATE/default-arcade-issue-template.md -------------------------------------------------------------------------------- /.github/copilot-instructions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/.github/copilot-instructions.md -------------------------------------------------------------------------------- /.github/pull_request_template.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/.github/pull_request_template.md -------------------------------------------------------------------------------- /.github/workflows/backport-base.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/.github/workflows/backport-base.yml -------------------------------------------------------------------------------- /.github/workflows/backport.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/.github/workflows/backport.yml -------------------------------------------------------------------------------- /.github/workflows/inter-branch-merge-base.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/.github/workflows/inter-branch-merge-base.yml -------------------------------------------------------------------------------- /.github/workflows/scheduled-action-cleanup-base.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/.github/workflows/scheduled-action-cleanup-base.yml -------------------------------------------------------------------------------- /.github/workflows/scripts/inter-branch-merge.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/.github/workflows/scripts/inter-branch-merge.ps1 -------------------------------------------------------------------------------- /.github/workflows/scripts/read-configuration.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/.github/workflows/scripts/read-configuration.ps1 -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/.gitignore -------------------------------------------------------------------------------- /.vault-config/dnceng-partners-kv.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/.vault-config/dnceng-partners-kv.yaml -------------------------------------------------------------------------------- /.vault-config/product-builds-dnceng-pipeline-secrets.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/.vault-config/product-builds-dnceng-pipeline-secrets.yaml -------------------------------------------------------------------------------- /.vault-config/product-builds-engkeyvault.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/.vault-config/product-builds-engkeyvault.yaml -------------------------------------------------------------------------------- /.vault-config/product-builds-helixprodkv.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/.vault-config/product-builds-helixprodkv.yaml -------------------------------------------------------------------------------- /Arcade.slnx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/Arcade.slnx -------------------------------------------------------------------------------- /Build.cmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/Build.cmd -------------------------------------------------------------------------------- /CODE-OF-CONDUCT.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/CODE-OF-CONDUCT.md -------------------------------------------------------------------------------- /CONTRIBUTING.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/CONTRIBUTING.md -------------------------------------------------------------------------------- /Directory.Build.props: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/Directory.Build.props -------------------------------------------------------------------------------- /Directory.Build.targets: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/Directory.Build.targets -------------------------------------------------------------------------------- /Directory.Packages.props: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/Directory.Packages.props -------------------------------------------------------------------------------- /Documentation/3xReleaseShutdownTasks.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/Documentation/3xReleaseShutdownTasks.md -------------------------------------------------------------------------------- /Documentation/ArcadeConventions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/Documentation/ArcadeConventions.md -------------------------------------------------------------------------------- /Documentation/ArcadeSdk.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/Documentation/ArcadeSdk.md -------------------------------------------------------------------------------- /Documentation/AzureDevOps/AzureDevOpsGuidance.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/Documentation/AzureDevOps/AzureDevOpsGuidance.md -------------------------------------------------------------------------------- /Documentation/AzureDevOps/AzureDevOpsOnboarding.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/Documentation/AzureDevOps/AzureDevOpsOnboarding.md -------------------------------------------------------------------------------- /Documentation/AzureDevOps/MovingFromDevDivToDncEng.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/Documentation/AzureDevOps/MovingFromDevDivToDncEng.md -------------------------------------------------------------------------------- /Documentation/AzureDevOps/PhaseToJobSchemaChange.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/Documentation/AzureDevOps/PhaseToJobSchemaChange.md -------------------------------------------------------------------------------- /Documentation/AzureDevOps/SendingJobsToHelix.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/Documentation/AzureDevOps/SendingJobsToHelix.md -------------------------------------------------------------------------------- /Documentation/AzureDevOps/TemplateSchema.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/Documentation/AzureDevOps/TemplateSchema.md -------------------------------------------------------------------------------- /Documentation/AzureDevOps/TestReportingData.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/Documentation/AzureDevOps/TestReportingData.md -------------------------------------------------------------------------------- /Documentation/AzureDevOps/TestReportingQueries.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/Documentation/AzureDevOps/TestReportingQueries.md -------------------------------------------------------------------------------- /Documentation/AzureDevOps/WritingBuildDefinitions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/Documentation/AzureDevOps/WritingBuildDefinitions.md -------------------------------------------------------------------------------- /Documentation/AzureDevOps/internal-mirror.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/Documentation/AzureDevOps/internal-mirror.md -------------------------------------------------------------------------------- /Documentation/BranchesChannelsAndSubscriptions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/Documentation/BranchesChannelsAndSubscriptions.md -------------------------------------------------------------------------------- /Documentation/BuildRetentionExample.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/Documentation/BuildRetentionExample.png -------------------------------------------------------------------------------- /Documentation/BuildingInternalBranches.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/Documentation/BuildingInternalBranches.md -------------------------------------------------------------------------------- /Documentation/ChannelsBranchesSubscriptionsFlow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/Documentation/ChannelsBranchesSubscriptionsFlow.png -------------------------------------------------------------------------------- /Documentation/ChecksMergePolicies.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/Documentation/ChecksMergePolicies.png -------------------------------------------------------------------------------- /Documentation/ChoosingAMachinePool.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/Documentation/ChoosingAMachinePool.md -------------------------------------------------------------------------------- /Documentation/CodeQLGuidance.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/Documentation/CodeQLGuidance.md -------------------------------------------------------------------------------- /Documentation/CoherentGraph.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/Documentation/CoherentGraph.png -------------------------------------------------------------------------------- /Documentation/CoherentParent.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/Documentation/CoherentParent.png -------------------------------------------------------------------------------- /Documentation/CorePackages/PackagesRoadmap.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/Documentation/CorePackages/PackagesRoadmap.md -------------------------------------------------------------------------------- /Documentation/CorePackages/Packaging.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/Documentation/CorePackages/Packaging.md -------------------------------------------------------------------------------- /Documentation/CorePackages/PostBuildSigning.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/Documentation/CorePackages/PostBuildSigning.md -------------------------------------------------------------------------------- /Documentation/CorePackages/Publishing.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/Documentation/CorePackages/Publishing.md -------------------------------------------------------------------------------- /Documentation/CorePackages/Signing.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/Documentation/CorePackages/Signing.md -------------------------------------------------------------------------------- /Documentation/CorePackages/SigningPlan.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/Documentation/CorePackages/SigningPlan.md -------------------------------------------------------------------------------- /Documentation/CorePackages/Telemetry.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/Documentation/CorePackages/Telemetry.md -------------------------------------------------------------------------------- /Documentation/CorePackages/Versioning.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/Documentation/CorePackages/Versioning.md -------------------------------------------------------------------------------- /Documentation/CorePackages/images/BarBuildID.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/Documentation/CorePackages/images/BarBuildID.png -------------------------------------------------------------------------------- /Documentation/CorePackages/images/Publish-to-BAR.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/Documentation/CorePackages/images/Publish-to-BAR.png -------------------------------------------------------------------------------- /Documentation/CorePackages/images/V2-publishing.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/Documentation/CorePackages/images/V2-publishing.PNG -------------------------------------------------------------------------------- /Documentation/CorePackages/images/V3-publishing.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/Documentation/CorePackages/images/V3-publishing.PNG -------------------------------------------------------------------------------- /Documentation/Darc.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/Documentation/Darc.md -------------------------------------------------------------------------------- /Documentation/DependenciesFlowPlan.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/Documentation/DependenciesFlowPlan.md -------------------------------------------------------------------------------- /Documentation/DependencyDescriptionFormat.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/Documentation/DependencyDescriptionFormat.md -------------------------------------------------------------------------------- /Documentation/DependencyFlowOnboarding.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/Documentation/DependencyFlowOnboarding.md -------------------------------------------------------------------------------- /Documentation/DependencyFlowOnboardingWithoutArcade.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/Documentation/DependencyFlowOnboardingWithoutArcade.md -------------------------------------------------------------------------------- /Documentation/DevWorkflow/Queue-Insights-Documentation.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/Documentation/DevWorkflow/Queue-Insights-Documentation.md -------------------------------------------------------------------------------- /Documentation/DocumentationPrinciples.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/Documentation/DocumentationPrinciples.md -------------------------------------------------------------------------------- /Documentation/Dumps/Dumps.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/Documentation/Dumps/Dumps.md -------------------------------------------------------------------------------- /Documentation/Dumps/DumpsAttachments.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/Documentation/Dumps/DumpsAttachments.png -------------------------------------------------------------------------------- /Documentation/Dumps/DumpsTestTab2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/Documentation/Dumps/DumpsTestTab2.png -------------------------------------------------------------------------------- /Documentation/FAQ.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/Documentation/FAQ.md -------------------------------------------------------------------------------- /Documentation/Helix.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/Documentation/Helix.md -------------------------------------------------------------------------------- /Documentation/HowToAddPerfTestingToPipeline.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/Documentation/HowToAddPerfTestingToPipeline.md -------------------------------------------------------------------------------- /Documentation/HowToAddSDLRunToPipeline.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/Documentation/HowToAddSDLRunToPipeline.md -------------------------------------------------------------------------------- /Documentation/HowToCreatePackages.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/Documentation/HowToCreatePackages.md -------------------------------------------------------------------------------- /Documentation/HowToRenameARepo.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/Documentation/HowToRenameARepo.md -------------------------------------------------------------------------------- /Documentation/IncoherentGraph.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/Documentation/IncoherentGraph.png -------------------------------------------------------------------------------- /Documentation/InfrastructureEcosystemOverview.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/Documentation/InfrastructureEcosystemOverview.md -------------------------------------------------------------------------------- /Documentation/Maestro.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/Documentation/Maestro.md -------------------------------------------------------------------------------- /Documentation/Mechanics/MSBuildTaskDependencyInjection.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/Documentation/Mechanics/MSBuildTaskDependencyInjection.md -------------------------------------------------------------------------------- /Documentation/MigrationPlan/CoreClrPlan.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/Documentation/MigrationPlan/CoreClrPlan.md -------------------------------------------------------------------------------- /Documentation/MigrationPlan/CoreFxPlan.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/Documentation/MigrationPlan/CoreFxPlan.md -------------------------------------------------------------------------------- /Documentation/MigrationPlan/MyGetFeeds.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/Documentation/MigrationPlan/MyGetFeeds.md -------------------------------------------------------------------------------- /Documentation/MigrationPlan/TemplatingAndWebSdkPlan.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/Documentation/MigrationPlan/TemplatingAndWebSdkPlan.md -------------------------------------------------------------------------------- /Documentation/MigrationPlan/VisualFSharp.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/Documentation/MigrationPlan/VisualFSharp.md -------------------------------------------------------------------------------- /Documentation/MigrationPlan/roslyn.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/Documentation/MigrationPlan/roslyn.md -------------------------------------------------------------------------------- /Documentation/MirroringPackages.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/Documentation/MirroringPackages.md -------------------------------------------------------------------------------- /Documentation/NativeToolBootstrapping.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/Documentation/NativeToolBootstrapping.md -------------------------------------------------------------------------------- /Documentation/NativeToolsOnMachine.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/Documentation/NativeToolsOnMachine.md -------------------------------------------------------------------------------- /Documentation/Net5BuildTImeReductionStatus.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/Documentation/Net5BuildTImeReductionStatus.md -------------------------------------------------------------------------------- /Documentation/Net5Builds.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/Documentation/Net5Builds.md -------------------------------------------------------------------------------- /Documentation/Net5ServicingReadinessStatus.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/Documentation/Net5ServicingReadinessStatus.md -------------------------------------------------------------------------------- /Documentation/NetCore2122ServicingFlow.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/Documentation/NetCore2122ServicingFlow.md -------------------------------------------------------------------------------- /Documentation/NetCore3EngineeringRepoStatus.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/Documentation/NetCore3EngineeringRepoStatus.md -------------------------------------------------------------------------------- /Documentation/NetCore3ReleasePipelinesMoveStatus.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/Documentation/NetCore3ReleasePipelinesMoveStatus.md -------------------------------------------------------------------------------- /Documentation/Onboarding.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/Documentation/Onboarding.md -------------------------------------------------------------------------------- /Documentation/OneLocBuild.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/Documentation/OneLocBuild.md -------------------------------------------------------------------------------- /Documentation/Overview.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/Documentation/Overview.md -------------------------------------------------------------------------------- /Documentation/Policy/ArcadeCommunications.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/Documentation/Policy/ArcadeCommunications.md -------------------------------------------------------------------------------- /Documentation/Policy/ArcadeContributorGuidance.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/Documentation/Policy/ArcadeContributorGuidance.md -------------------------------------------------------------------------------- /Documentation/Policy/ArcadeServicing.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/Documentation/Policy/ArcadeServicing.md -------------------------------------------------------------------------------- /Documentation/Policy/AskModeTellModeTemplate.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/Documentation/Policy/AskModeTellModeTemplate.md -------------------------------------------------------------------------------- /Documentation/Policy/AskTellMode.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/Documentation/Policy/AskTellMode.md -------------------------------------------------------------------------------- /Documentation/Policy/ChangeBar.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/Documentation/Policy/ChangeBar.md -------------------------------------------------------------------------------- /Documentation/Policy/ChangesPolicy.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/Documentation/Policy/ChangesPolicy.md -------------------------------------------------------------------------------- /Documentation/Policy/DefaultsGuidance.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/Documentation/Policy/DefaultsGuidance.md -------------------------------------------------------------------------------- /Documentation/Policy/DeploymentPolicy.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/Documentation/Policy/DeploymentPolicy.md -------------------------------------------------------------------------------- /Documentation/Policy/GrafanaAlertsPolicy.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/Documentation/Policy/GrafanaAlertsPolicy.md -------------------------------------------------------------------------------- /Documentation/Policy/PowershellBestPractices.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/Documentation/Policy/PowershellBestPractices.md -------------------------------------------------------------------------------- /Documentation/Policy/TestingMSBuildGuidance.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/Documentation/Policy/TestingMSBuildGuidance.md -------------------------------------------------------------------------------- /Documentation/Policy/ToolsetPolicy.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/Documentation/Policy/ToolsetPolicy.md -------------------------------------------------------------------------------- /Documentation/Policy/VS2019SupportPolicy.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/Documentation/Policy/VS2019SupportPolicy.md -------------------------------------------------------------------------------- /Documentation/ProdconV1BuldFLow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/Documentation/ProdconV1BuldFLow.png -------------------------------------------------------------------------------- /Documentation/ProductKPIs.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/Documentation/ProductKPIs.md -------------------------------------------------------------------------------- /Documentation/Projects/Build Analysis/BuildRetryOnboard.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/Documentation/Projects/Build Analysis/BuildRetryOnboard.md -------------------------------------------------------------------------------- /Documentation/Projects/Build Analysis/FilteringPipelines.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/Documentation/Projects/Build Analysis/FilteringPipelines.md -------------------------------------------------------------------------------- /Documentation/Projects/Build Analysis/Introduction.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/Documentation/Projects/Build Analysis/Introduction.md -------------------------------------------------------------------------------- /Documentation/Projects/Build Analysis/KnownIssues.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/Documentation/Projects/Build Analysis/KnownIssues.md -------------------------------------------------------------------------------- /Documentation/Projects/Build Analysis/LandingPage.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/Documentation/Projects/Build Analysis/LandingPage.md -------------------------------------------------------------------------------- /Documentation/Projects/Build Analysis/Specifics.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/Documentation/Projects/Build Analysis/Specifics.md -------------------------------------------------------------------------------- /Documentation/Projects/DevOps/CI/Category-sample.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/Documentation/Projects/DevOps/CI/Category-sample.png -------------------------------------------------------------------------------- /Documentation/Projects/DevOps/CI/Roadmap.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/Documentation/Projects/DevOps/CI/Roadmap.md -------------------------------------------------------------------------------- /Documentation/Projects/DevOps/CI/Telemetry-Guidance.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/Documentation/Projects/DevOps/CI/Telemetry-Guidance.md -------------------------------------------------------------------------------- /Documentation/Projects/DevOps/CI/failure-breakdown.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/Documentation/Projects/DevOps/CI/failure-breakdown.PNG -------------------------------------------------------------------------------- /Documentation/Projects/DevOps/CI/failure-categories.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/Documentation/Projects/DevOps/CI/failure-categories.PNG -------------------------------------------------------------------------------- /Documentation/Projects/DevOps/CI/repo-passing-rate.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/Documentation/Projects/DevOps/CI/repo-passing-rate.PNG -------------------------------------------------------------------------------- /Documentation/Projects/DevOps/Tasks/OnePager.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/Documentation/Projects/DevOps/Tasks/OnePager.md -------------------------------------------------------------------------------- /Documentation/Projects/M2MRenaming/images/arcadified.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/Documentation/Projects/M2MRenaming/images/arcadified.png -------------------------------------------------------------------------------- /Documentation/Projects/M2MRenaming/images/azdo-mirrored.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/Documentation/Projects/M2MRenaming/images/azdo-mirrored.png -------------------------------------------------------------------------------- /Documentation/Projects/M2MRenaming/images/darc-pat-sso.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/Documentation/Projects/M2MRenaming/images/darc-pat-sso.png -------------------------------------------------------------------------------- /Documentation/Projects/M2MRenaming/images/edit-pipeline.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/Documentation/Projects/M2MRenaming/images/edit-pipeline.png -------------------------------------------------------------------------------- /Documentation/Projects/M2MRenaming/images/edit-pr-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/Documentation/Projects/M2MRenaming/images/edit-pr-1.png -------------------------------------------------------------------------------- /Documentation/Projects/M2MRenaming/images/edit-pr-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/Documentation/Projects/M2MRenaming/images/edit-pr-2.png -------------------------------------------------------------------------------- /Documentation/Projects/M2MRenaming/images/save-pipeline.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/Documentation/Projects/M2MRenaming/images/save-pipeline.png -------------------------------------------------------------------------------- /Documentation/Projects/PKPIs/LongestBuildPath.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/Documentation/Projects/PKPIs/LongestBuildPath.md -------------------------------------------------------------------------------- /Documentation/Projects/PKPIs/Roadmap.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/Documentation/Projects/PKPIs/Roadmap.md -------------------------------------------------------------------------------- /Documentation/Projects/PKPIs/Triage-Design.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/Documentation/Projects/PKPIs/Triage-Design.md -------------------------------------------------------------------------------- /Documentation/Projects/PKPIs/Triage-Design.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/Documentation/Projects/PKPIs/Triage-Design.png -------------------------------------------------------------------------------- /Documentation/Projects/PKPIs/flowgraph.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/Documentation/Projects/PKPIs/flowgraph.png -------------------------------------------------------------------------------- /Documentation/Projects/PKPIs/lbp-breakdown.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/Documentation/Projects/PKPIs/lbp-breakdown.png -------------------------------------------------------------------------------- /Documentation/Projects/PKPIs/lbp-ot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/Documentation/Projects/PKPIs/lbp-ot.png -------------------------------------------------------------------------------- /Documentation/Projects/PKPIs/lbp-stacked.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/Documentation/Projects/PKPIs/lbp-stacked.png -------------------------------------------------------------------------------- /Documentation/Projects/Signing/SigningPlan.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/Documentation/Projects/Signing/SigningPlan.md -------------------------------------------------------------------------------- /Documentation/PublishConsumeContract.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/Documentation/PublishConsumeContract.md -------------------------------------------------------------------------------- /Documentation/ReleaseRingsPlan.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/Documentation/ReleaseRingsPlan.md -------------------------------------------------------------------------------- /Documentation/RepoToolset/MigrationToArcade.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/Documentation/RepoToolset/MigrationToArcade.md -------------------------------------------------------------------------------- /Documentation/RepoToolset/PipelineVariables.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/Documentation/RepoToolset/PipelineVariables.png -------------------------------------------------------------------------------- /Documentation/RepoToolset/SignToolLog.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/Documentation/RepoToolset/SignToolLog.png -------------------------------------------------------------------------------- /Documentation/RepoToolset/VariableGroups.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/Documentation/RepoToolset/VariableGroups.png -------------------------------------------------------------------------------- /Documentation/RestoreSourcesUpdateStatus.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/Documentation/RestoreSourcesUpdateStatus.md -------------------------------------------------------------------------------- /Documentation/Roadmap.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/Documentation/Roadmap.md -------------------------------------------------------------------------------- /Documentation/SBOMGenerationGuidance.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/Documentation/SBOMGenerationGuidance.md -------------------------------------------------------------------------------- /Documentation/SbomArtifactExample.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/Documentation/SbomArtifactExample.png -------------------------------------------------------------------------------- /Documentation/SeePackagesLatestVersion.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/Documentation/SeePackagesLatestVersion.md -------------------------------------------------------------------------------- /Documentation/ServiceKPIs.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/Documentation/ServiceKPIs.md -------------------------------------------------------------------------------- /Documentation/Servicing.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/Documentation/Servicing.md -------------------------------------------------------------------------------- /Documentation/StartHere.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/Documentation/StartHere.md -------------------------------------------------------------------------------- /Documentation/TaskPackages.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/Documentation/TaskPackages.md -------------------------------------------------------------------------------- /Documentation/Temporary-Quarantine.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/Documentation/Temporary-Quarantine.md -------------------------------------------------------------------------------- /Documentation/Toolsets.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/Documentation/Toolsets.md -------------------------------------------------------------------------------- /Documentation/V3StatusUpdate.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/Documentation/V3StatusUpdate.md -------------------------------------------------------------------------------- /Documentation/Validation.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/Documentation/Validation.md -------------------------------------------------------------------------------- /Documentation/VersionQueryingAndUpdating.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/Documentation/VersionQueryingAndUpdating.md -------------------------------------------------------------------------------- /Documentation/VersionQueryingAndUpdating.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/Documentation/VersionQueryingAndUpdating.png -------------------------------------------------------------------------------- /Documentation/VmrValidation.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/Documentation/VmrValidation.md -------------------------------------------------------------------------------- /Documentation/YamlStagesRepoStatus.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/Documentation/YamlStagesRepoStatus.md -------------------------------------------------------------------------------- /Documentation/update-xunit.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/Documentation/update-xunit.md -------------------------------------------------------------------------------- /Documentation/versionFlow.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/Documentation/versionFlow.jpg -------------------------------------------------------------------------------- /LICENSE.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/LICENSE.TXT -------------------------------------------------------------------------------- /NuGet.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/NuGet.config -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/README.md -------------------------------------------------------------------------------- /Restore.cmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/Restore.cmd -------------------------------------------------------------------------------- /SECURITY.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/SECURITY.md -------------------------------------------------------------------------------- /THIRD-PARTY-NOTICES.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/THIRD-PARTY-NOTICES.TXT -------------------------------------------------------------------------------- /Test.cmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/Test.cmd -------------------------------------------------------------------------------- /azure-pipelines-codeql.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/azure-pipelines-codeql.yml -------------------------------------------------------------------------------- /azure-pipelines-daily.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/azure-pipelines-daily.yaml -------------------------------------------------------------------------------- /azure-pipelines-pr.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/azure-pipelines-pr.yml -------------------------------------------------------------------------------- /azure-pipelines-unofficial.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/azure-pipelines-unofficial.yml -------------------------------------------------------------------------------- /azure-pipelines.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/azure-pipelines.yml -------------------------------------------------------------------------------- /eng/BuildTask.Packages.props: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/eng/BuildTask.Packages.props -------------------------------------------------------------------------------- /eng/BuildTask.targets: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/eng/BuildTask.targets -------------------------------------------------------------------------------- /eng/GoalTimePerDefinition.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/eng/GoalTimePerDefinition.json -------------------------------------------------------------------------------- /eng/PoliCheckExclusions.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/eng/PoliCheckExclusions.xml -------------------------------------------------------------------------------- /eng/Publishing.props: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/eng/Publishing.props -------------------------------------------------------------------------------- /eng/Signing.props: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/eng/Signing.props -------------------------------------------------------------------------------- /eng/SymbolPublishingExclusionsFile.txt: -------------------------------------------------------------------------------- 1 | libgit2-a418d9d.so -------------------------------------------------------------------------------- /eng/Version.Details.props: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/eng/Version.Details.props -------------------------------------------------------------------------------- /eng/Version.Details.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/eng/Version.Details.xml -------------------------------------------------------------------------------- /eng/Versions.props: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/eng/Versions.props -------------------------------------------------------------------------------- /eng/build.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/eng/build.yml -------------------------------------------------------------------------------- /eng/common-variables.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/eng/common-variables.yml -------------------------------------------------------------------------------- /eng/common/BuildConfiguration/build-configuration.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/eng/common/BuildConfiguration/build-configuration.json -------------------------------------------------------------------------------- /eng/common/CIBuild.cmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/eng/common/CIBuild.cmd -------------------------------------------------------------------------------- /eng/common/PSScriptAnalyzerSettings.psd1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/eng/common/PSScriptAnalyzerSettings.psd1 -------------------------------------------------------------------------------- /eng/common/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/eng/common/README.md -------------------------------------------------------------------------------- /eng/common/SetupNugetSources.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/eng/common/SetupNugetSources.ps1 -------------------------------------------------------------------------------- /eng/common/SetupNugetSources.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/eng/common/SetupNugetSources.sh -------------------------------------------------------------------------------- /eng/common/build.cmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/eng/common/build.cmd -------------------------------------------------------------------------------- /eng/common/build.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/eng/common/build.ps1 -------------------------------------------------------------------------------- /eng/common/build.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/eng/common/build.sh -------------------------------------------------------------------------------- /eng/common/cibuild.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/eng/common/cibuild.sh -------------------------------------------------------------------------------- /eng/common/core-templates/job/job.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/eng/common/core-templates/job/job.yml -------------------------------------------------------------------------------- /eng/common/core-templates/job/onelocbuild.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/eng/common/core-templates/job/onelocbuild.yml -------------------------------------------------------------------------------- /eng/common/core-templates/job/publish-build-assets.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/eng/common/core-templates/job/publish-build-assets.yml -------------------------------------------------------------------------------- /eng/common/core-templates/job/source-build.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/eng/common/core-templates/job/source-build.yml -------------------------------------------------------------------------------- /eng/common/core-templates/job/source-index-stage1.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/eng/common/core-templates/job/source-index-stage1.yml -------------------------------------------------------------------------------- /eng/common/core-templates/jobs/codeql-build.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/eng/common/core-templates/jobs/codeql-build.yml -------------------------------------------------------------------------------- /eng/common/core-templates/jobs/jobs.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/eng/common/core-templates/jobs/jobs.yml -------------------------------------------------------------------------------- /eng/common/core-templates/jobs/source-build.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/eng/common/core-templates/jobs/source-build.yml -------------------------------------------------------------------------------- /eng/common/core-templates/post-build/common-variables.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/eng/common/core-templates/post-build/common-variables.yml -------------------------------------------------------------------------------- /eng/common/core-templates/post-build/post-build.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/eng/common/core-templates/post-build/post-build.yml -------------------------------------------------------------------------------- /eng/common/core-templates/post-build/setup-maestro-vars.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/eng/common/core-templates/post-build/setup-maestro-vars.yml -------------------------------------------------------------------------------- /eng/common/core-templates/steps/cleanup-microbuild.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/eng/common/core-templates/steps/cleanup-microbuild.yml -------------------------------------------------------------------------------- /eng/common/core-templates/steps/component-governance.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/eng/common/core-templates/steps/component-governance.yml -------------------------------------------------------------------------------- /eng/common/core-templates/steps/enable-internal-sources.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/eng/common/core-templates/steps/enable-internal-sources.yml -------------------------------------------------------------------------------- /eng/common/core-templates/steps/generate-sbom.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/eng/common/core-templates/steps/generate-sbom.yml -------------------------------------------------------------------------------- /eng/common/core-templates/steps/get-delegation-sas.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/eng/common/core-templates/steps/get-delegation-sas.yml -------------------------------------------------------------------------------- /eng/common/core-templates/steps/install-microbuild-impl.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/eng/common/core-templates/steps/install-microbuild-impl.yml -------------------------------------------------------------------------------- /eng/common/core-templates/steps/install-microbuild.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/eng/common/core-templates/steps/install-microbuild.yml -------------------------------------------------------------------------------- /eng/common/core-templates/steps/publish-build-artifacts.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/eng/common/core-templates/steps/publish-build-artifacts.yml -------------------------------------------------------------------------------- /eng/common/core-templates/steps/publish-logs.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/eng/common/core-templates/steps/publish-logs.yml -------------------------------------------------------------------------------- /eng/common/core-templates/steps/retain-build.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/eng/common/core-templates/steps/retain-build.yml -------------------------------------------------------------------------------- /eng/common/core-templates/steps/send-to-helix.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/eng/common/core-templates/steps/send-to-helix.yml -------------------------------------------------------------------------------- /eng/common/core-templates/steps/source-build.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/eng/common/core-templates/steps/source-build.yml -------------------------------------------------------------------------------- /eng/common/core-templates/variables/pool-providers.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/eng/common/core-templates/variables/pool-providers.yml -------------------------------------------------------------------------------- /eng/common/cross/arm/tizen/tizen.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/eng/common/cross/arm/tizen/tizen.patch -------------------------------------------------------------------------------- /eng/common/cross/arm64/tizen/tizen.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/eng/common/cross/arm64/tizen/tizen.patch -------------------------------------------------------------------------------- /eng/common/cross/armel/tizen/tizen.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/eng/common/cross/armel/tizen/tizen.patch -------------------------------------------------------------------------------- /eng/common/cross/build-android-rootfs.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/eng/common/cross/build-android-rootfs.sh -------------------------------------------------------------------------------- /eng/common/cross/build-rootfs.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/eng/common/cross/build-rootfs.sh -------------------------------------------------------------------------------- /eng/common/cross/install-debs.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/eng/common/cross/install-debs.py -------------------------------------------------------------------------------- /eng/common/cross/riscv64/tizen/tizen.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/eng/common/cross/riscv64/tizen/tizen.patch -------------------------------------------------------------------------------- /eng/common/cross/tizen-build-rootfs.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/eng/common/cross/tizen-build-rootfs.sh -------------------------------------------------------------------------------- /eng/common/cross/tizen-fetch.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/eng/common/cross/tizen-fetch.sh -------------------------------------------------------------------------------- /eng/common/cross/toolchain.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/eng/common/cross/toolchain.cmake -------------------------------------------------------------------------------- /eng/common/cross/x64/tizen/tizen.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/eng/common/cross/x64/tizen/tizen.patch -------------------------------------------------------------------------------- /eng/common/cross/x86/tizen/tizen.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/eng/common/cross/x86/tizen/tizen.patch -------------------------------------------------------------------------------- /eng/common/darc-init.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/eng/common/darc-init.ps1 -------------------------------------------------------------------------------- /eng/common/darc-init.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/eng/common/darc-init.sh -------------------------------------------------------------------------------- /eng/common/dotnet-install.cmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/eng/common/dotnet-install.cmd -------------------------------------------------------------------------------- /eng/common/dotnet-install.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/eng/common/dotnet-install.ps1 -------------------------------------------------------------------------------- /eng/common/dotnet-install.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/eng/common/dotnet-install.sh -------------------------------------------------------------------------------- /eng/common/dotnet.cmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/eng/common/dotnet.cmd -------------------------------------------------------------------------------- /eng/common/dotnet.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/eng/common/dotnet.ps1 -------------------------------------------------------------------------------- /eng/common/dotnet.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/eng/common/dotnet.sh -------------------------------------------------------------------------------- /eng/common/enable-cross-org-publishing.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/eng/common/enable-cross-org-publishing.ps1 -------------------------------------------------------------------------------- /eng/common/generate-locproject.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/eng/common/generate-locproject.ps1 -------------------------------------------------------------------------------- /eng/common/generate-sbom-prep.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/eng/common/generate-sbom-prep.ps1 -------------------------------------------------------------------------------- /eng/common/generate-sbom-prep.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/eng/common/generate-sbom-prep.sh -------------------------------------------------------------------------------- /eng/common/helixpublish.proj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/eng/common/helixpublish.proj -------------------------------------------------------------------------------- /eng/common/init-tools-native.cmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/eng/common/init-tools-native.cmd -------------------------------------------------------------------------------- /eng/common/init-tools-native.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/eng/common/init-tools-native.ps1 -------------------------------------------------------------------------------- /eng/common/init-tools-native.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/eng/common/init-tools-native.sh -------------------------------------------------------------------------------- /eng/common/internal-feed-operations.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/eng/common/internal-feed-operations.ps1 -------------------------------------------------------------------------------- /eng/common/internal-feed-operations.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/eng/common/internal-feed-operations.sh -------------------------------------------------------------------------------- /eng/common/internal/Directory.Build.props: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/eng/common/internal/Directory.Build.props -------------------------------------------------------------------------------- /eng/common/internal/NuGet.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/eng/common/internal/NuGet.config -------------------------------------------------------------------------------- /eng/common/internal/Tools.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/eng/common/internal/Tools.csproj -------------------------------------------------------------------------------- /eng/common/loc/P22DotNetHtmlLocalization.lss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/eng/common/loc/P22DotNetHtmlLocalization.lss -------------------------------------------------------------------------------- /eng/common/msbuild.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/eng/common/msbuild.ps1 -------------------------------------------------------------------------------- /eng/common/msbuild.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/eng/common/msbuild.sh -------------------------------------------------------------------------------- /eng/common/native/CommonLibrary.psm1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/eng/common/native/CommonLibrary.psm1 -------------------------------------------------------------------------------- /eng/common/native/common-library.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/eng/common/native/common-library.sh -------------------------------------------------------------------------------- /eng/common/native/init-compiler.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/eng/common/native/init-compiler.sh -------------------------------------------------------------------------------- /eng/common/native/init-distro-rid.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/eng/common/native/init-distro-rid.sh -------------------------------------------------------------------------------- /eng/common/native/init-os-and-arch.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/eng/common/native/init-os-and-arch.sh -------------------------------------------------------------------------------- /eng/common/native/install-cmake-test.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/eng/common/native/install-cmake-test.sh -------------------------------------------------------------------------------- /eng/common/native/install-cmake.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/eng/common/native/install-cmake.sh -------------------------------------------------------------------------------- /eng/common/native/install-dependencies.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/eng/common/native/install-dependencies.sh -------------------------------------------------------------------------------- /eng/common/native/install-tool.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/eng/common/native/install-tool.ps1 -------------------------------------------------------------------------------- /eng/common/pipeline-logging-functions.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/eng/common/pipeline-logging-functions.ps1 -------------------------------------------------------------------------------- /eng/common/pipeline-logging-functions.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/eng/common/pipeline-logging-functions.sh -------------------------------------------------------------------------------- /eng/common/post-build/check-channel-consistency.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/eng/common/post-build/check-channel-consistency.ps1 -------------------------------------------------------------------------------- /eng/common/post-build/nuget-validation.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/eng/common/post-build/nuget-validation.ps1 -------------------------------------------------------------------------------- /eng/common/post-build/nuget-verification.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/eng/common/post-build/nuget-verification.ps1 -------------------------------------------------------------------------------- /eng/common/post-build/publish-using-darc.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/eng/common/post-build/publish-using-darc.ps1 -------------------------------------------------------------------------------- /eng/common/post-build/redact-logs.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/eng/common/post-build/redact-logs.ps1 -------------------------------------------------------------------------------- /eng/common/post-build/sourcelink-validation.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/eng/common/post-build/sourcelink-validation.ps1 -------------------------------------------------------------------------------- /eng/common/post-build/symbols-validation.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/eng/common/post-build/symbols-validation.ps1 -------------------------------------------------------------------------------- /eng/common/retain-build.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/eng/common/retain-build.ps1 -------------------------------------------------------------------------------- /eng/common/sdk-task.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/eng/common/sdk-task.ps1 -------------------------------------------------------------------------------- /eng/common/sdk-task.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/eng/common/sdk-task.sh -------------------------------------------------------------------------------- /eng/common/sdl/NuGet.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/eng/common/sdl/NuGet.config -------------------------------------------------------------------------------- /eng/common/sdl/configure-sdl-tool.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/eng/common/sdl/configure-sdl-tool.ps1 -------------------------------------------------------------------------------- /eng/common/sdl/execute-all-sdl-tools.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/eng/common/sdl/execute-all-sdl-tools.ps1 -------------------------------------------------------------------------------- /eng/common/sdl/extract-artifact-archives.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/eng/common/sdl/extract-artifact-archives.ps1 -------------------------------------------------------------------------------- /eng/common/sdl/extract-artifact-packages.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/eng/common/sdl/extract-artifact-packages.ps1 -------------------------------------------------------------------------------- /eng/common/sdl/init-sdl.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/eng/common/sdl/init-sdl.ps1 -------------------------------------------------------------------------------- /eng/common/sdl/packages.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/eng/common/sdl/packages.config -------------------------------------------------------------------------------- /eng/common/sdl/run-sdl.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/eng/common/sdl/run-sdl.ps1 -------------------------------------------------------------------------------- /eng/common/sdl/sdl.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/eng/common/sdl/sdl.ps1 -------------------------------------------------------------------------------- /eng/common/sdl/trim-assets-version.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/eng/common/sdl/trim-assets-version.ps1 -------------------------------------------------------------------------------- /eng/common/template-guidance.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/eng/common/template-guidance.md -------------------------------------------------------------------------------- /eng/common/templates-official/job/job.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/eng/common/templates-official/job/job.yml -------------------------------------------------------------------------------- /eng/common/templates-official/job/onelocbuild.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/eng/common/templates-official/job/onelocbuild.yml -------------------------------------------------------------------------------- /eng/common/templates-official/job/publish-build-assets.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/eng/common/templates-official/job/publish-build-assets.yml -------------------------------------------------------------------------------- /eng/common/templates-official/job/source-build.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/eng/common/templates-official/job/source-build.yml -------------------------------------------------------------------------------- /eng/common/templates-official/job/source-index-stage1.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/eng/common/templates-official/job/source-index-stage1.yml -------------------------------------------------------------------------------- /eng/common/templates-official/jobs/codeql-build.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/eng/common/templates-official/jobs/codeql-build.yml -------------------------------------------------------------------------------- /eng/common/templates-official/jobs/jobs.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/eng/common/templates-official/jobs/jobs.yml -------------------------------------------------------------------------------- /eng/common/templates-official/jobs/source-build.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/eng/common/templates-official/jobs/source-build.yml -------------------------------------------------------------------------------- /eng/common/templates-official/post-build/post-build.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/eng/common/templates-official/post-build/post-build.yml -------------------------------------------------------------------------------- /eng/common/templates-official/steps/generate-sbom.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/eng/common/templates-official/steps/generate-sbom.yml -------------------------------------------------------------------------------- /eng/common/templates-official/steps/get-delegation-sas.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/eng/common/templates-official/steps/get-delegation-sas.yml -------------------------------------------------------------------------------- /eng/common/templates-official/steps/publish-logs.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/eng/common/templates-official/steps/publish-logs.yml -------------------------------------------------------------------------------- /eng/common/templates-official/steps/retain-build.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/eng/common/templates-official/steps/retain-build.yml -------------------------------------------------------------------------------- /eng/common/templates-official/steps/send-to-helix.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/eng/common/templates-official/steps/send-to-helix.yml -------------------------------------------------------------------------------- /eng/common/templates-official/steps/source-build.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/eng/common/templates-official/steps/source-build.yml -------------------------------------------------------------------------------- /eng/common/templates-official/variables/pool-providers.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/eng/common/templates-official/variables/pool-providers.yml -------------------------------------------------------------------------------- /eng/common/templates-official/variables/sdl-variables.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/eng/common/templates-official/variables/sdl-variables.yml -------------------------------------------------------------------------------- /eng/common/templates/job/job.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/eng/common/templates/job/job.yml -------------------------------------------------------------------------------- /eng/common/templates/job/onelocbuild.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/eng/common/templates/job/onelocbuild.yml -------------------------------------------------------------------------------- /eng/common/templates/job/publish-build-assets.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/eng/common/templates/job/publish-build-assets.yml -------------------------------------------------------------------------------- /eng/common/templates/job/source-build.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/eng/common/templates/job/source-build.yml -------------------------------------------------------------------------------- /eng/common/templates/job/source-index-stage1.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/eng/common/templates/job/source-index-stage1.yml -------------------------------------------------------------------------------- /eng/common/templates/jobs/codeql-build.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/eng/common/templates/jobs/codeql-build.yml -------------------------------------------------------------------------------- /eng/common/templates/jobs/jobs.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/eng/common/templates/jobs/jobs.yml -------------------------------------------------------------------------------- /eng/common/templates/jobs/source-build.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/eng/common/templates/jobs/source-build.yml -------------------------------------------------------------------------------- /eng/common/templates/post-build/common-variables.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/eng/common/templates/post-build/common-variables.yml -------------------------------------------------------------------------------- /eng/common/templates/post-build/post-build.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/eng/common/templates/post-build/post-build.yml -------------------------------------------------------------------------------- /eng/common/templates/post-build/setup-maestro-vars.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/eng/common/templates/post-build/setup-maestro-vars.yml -------------------------------------------------------------------------------- /eng/common/templates/steps/component-governance.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/eng/common/templates/steps/component-governance.yml -------------------------------------------------------------------------------- /eng/common/templates/steps/enable-internal-runtimes.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/eng/common/templates/steps/enable-internal-runtimes.yml -------------------------------------------------------------------------------- /eng/common/templates/steps/enable-internal-sources.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/eng/common/templates/steps/enable-internal-sources.yml -------------------------------------------------------------------------------- /eng/common/templates/steps/generate-sbom.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/eng/common/templates/steps/generate-sbom.yml -------------------------------------------------------------------------------- /eng/common/templates/steps/get-delegation-sas.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/eng/common/templates/steps/get-delegation-sas.yml -------------------------------------------------------------------------------- /eng/common/templates/steps/get-federated-access-token.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/eng/common/templates/steps/get-federated-access-token.yml -------------------------------------------------------------------------------- /eng/common/templates/steps/publish-build-artifacts.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/eng/common/templates/steps/publish-build-artifacts.yml -------------------------------------------------------------------------------- /eng/common/templates/steps/publish-logs.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/eng/common/templates/steps/publish-logs.yml -------------------------------------------------------------------------------- /eng/common/templates/steps/publish-pipeline-artifacts.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/eng/common/templates/steps/publish-pipeline-artifacts.yml -------------------------------------------------------------------------------- /eng/common/templates/steps/retain-build.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/eng/common/templates/steps/retain-build.yml -------------------------------------------------------------------------------- /eng/common/templates/steps/send-to-helix.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/eng/common/templates/steps/send-to-helix.yml -------------------------------------------------------------------------------- /eng/common/templates/steps/source-build.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/eng/common/templates/steps/source-build.yml -------------------------------------------------------------------------------- /eng/common/templates/steps/source-index-stage1-publish.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/eng/common/templates/steps/source-index-stage1-publish.yml -------------------------------------------------------------------------------- /eng/common/templates/steps/vmr-sync.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/eng/common/templates/steps/vmr-sync.yml -------------------------------------------------------------------------------- /eng/common/templates/variables/pool-providers.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/eng/common/templates/variables/pool-providers.yml -------------------------------------------------------------------------------- /eng/common/templates/vmr-build-pr.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/eng/common/templates/vmr-build-pr.yml -------------------------------------------------------------------------------- /eng/common/tools.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/eng/common/tools.ps1 -------------------------------------------------------------------------------- /eng/common/tools.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/eng/common/tools.sh -------------------------------------------------------------------------------- /eng/common/vmr-sync.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/eng/common/vmr-sync.ps1 -------------------------------------------------------------------------------- /eng/common/vmr-sync.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/eng/common/vmr-sync.sh -------------------------------------------------------------------------------- /eng/configure-toolset.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/eng/configure-toolset.ps1 -------------------------------------------------------------------------------- /eng/configure-toolset.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/eng/configure-toolset.sh -------------------------------------------------------------------------------- /eng/promote-build.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/eng/promote-build.yml -------------------------------------------------------------------------------- /eng/publishing/v3/publish.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/eng/publishing/v3/publish.yml -------------------------------------------------------------------------------- /eng/publishing/v3/validate-and-locate-build.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/eng/publishing/v3/validate-and-locate-build.ps1 -------------------------------------------------------------------------------- /eng/test-configuration.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/eng/test-configuration.json -------------------------------------------------------------------------------- /eng/update-packagesource.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/eng/update-packagesource.ps1 -------------------------------------------------------------------------------- /eng/validate-sdk.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/eng/validate-sdk.yml -------------------------------------------------------------------------------- /eng/xcopy-msbuild/azure-pipelines-xcopy-msbuild.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/eng/xcopy-msbuild/azure-pipelines-xcopy-msbuild.yml -------------------------------------------------------------------------------- /eng/xcopy-msbuild/build-msbuild-package.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/eng/xcopy-msbuild/build-msbuild-package.ps1 -------------------------------------------------------------------------------- /eng/xcopy-msbuild/install-visualstudiobuildtools.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/eng/xcopy-msbuild/install-visualstudiobuildtools.ps1 -------------------------------------------------------------------------------- /eng/xcopy-msbuild/msbuild.nuspec: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/eng/xcopy-msbuild/msbuild.nuspec -------------------------------------------------------------------------------- /es-metadata.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/es-metadata.yml -------------------------------------------------------------------------------- /global.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/global.json -------------------------------------------------------------------------------- /restore.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/restore.sh -------------------------------------------------------------------------------- /scripts/GitHubMergeBranches.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/scripts/GitHubMergeBranches.ps1 -------------------------------------------------------------------------------- /scripts/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/scripts/README.md -------------------------------------------------------------------------------- /scripts/add-build-variables.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/scripts/add-build-variables.ps1 -------------------------------------------------------------------------------- /scripts/check-mirrors.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/scripts/check-mirrors.ps1 -------------------------------------------------------------------------------- /scripts/cqb-utilities.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/scripts/cqb-utilities.ps1 -------------------------------------------------------------------------------- /scripts/create-preview-flow.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/scripts/create-preview-flow.ps1 -------------------------------------------------------------------------------- /scripts/duplicate-feed.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/scripts/duplicate-feed.ps1 -------------------------------------------------------------------------------- /scripts/flip-preview-flow.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/scripts/flip-preview-flow.ps1 -------------------------------------------------------------------------------- /scripts/launch-mirrors.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/scripts/launch-mirrors.ps1 -------------------------------------------------------------------------------- /scripts/list-dotnet-install-versions.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/scripts/list-dotnet-install-versions.ps1 -------------------------------------------------------------------------------- /scripts/list-repo-pipelines.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/scripts/list-repo-pipelines.ps1 -------------------------------------------------------------------------------- /scripts/mirror-branches-3.1.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/scripts/mirror-branches-3.1.json -------------------------------------------------------------------------------- /scripts/pause-all-pipelines.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/scripts/pause-all-pipelines.ps1 -------------------------------------------------------------------------------- /scripts/set-duplicate-secret.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/scripts/set-duplicate-secret.ps1 -------------------------------------------------------------------------------- /src/Common/Internal/AssemblyResolution.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/src/Common/Internal/AssemblyResolution.cs -------------------------------------------------------------------------------- /src/Common/Internal/AssemblyResolver.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/src/Common/Internal/AssemblyResolver.cs -------------------------------------------------------------------------------- /src/Common/Internal/BuildTask.Desktop.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/src/Common/Internal/BuildTask.Desktop.cs -------------------------------------------------------------------------------- /src/Common/Internal/BuildTask.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/src/Common/Internal/BuildTask.cs -------------------------------------------------------------------------------- /src/Common/Internal/DisposeAction.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/src/Common/Internal/DisposeAction.cs -------------------------------------------------------------------------------- /src/Common/Internal/EnumExtensions.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/src/Common/Internal/EnumExtensions.cs -------------------------------------------------------------------------------- /src/Common/Internal/EnumerableExtensions.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/src/Common/Internal/EnumerableExtensions.cs -------------------------------------------------------------------------------- /src/Common/Microsoft.Arcade.Common/ArgumentEscaper.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/src/Common/Microsoft.Arcade.Common/ArgumentEscaper.cs -------------------------------------------------------------------------------- /src/Common/Microsoft.Arcade.Common/Command.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/src/Common/Microsoft.Arcade.Common/Command.cs -------------------------------------------------------------------------------- /src/Common/Microsoft.Arcade.Common/CommandFactory.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/src/Common/Microsoft.Arcade.Common/CommandFactory.cs -------------------------------------------------------------------------------- /src/Common/Microsoft.Arcade.Common/CommandResult.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/src/Common/Microsoft.Arcade.Common/CommandResult.cs -------------------------------------------------------------------------------- /src/Common/Microsoft.Arcade.Common/ExponentialRetry.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/src/Common/Microsoft.Arcade.Common/ExponentialRetry.cs -------------------------------------------------------------------------------- /src/Common/Microsoft.Arcade.Common/FileSystem.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/src/Common/Microsoft.Arcade.Common/FileSystem.cs -------------------------------------------------------------------------------- /src/Common/Microsoft.Arcade.Common/Helpers.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/src/Common/Microsoft.Arcade.Common/Helpers.cs -------------------------------------------------------------------------------- /src/Common/Microsoft.Arcade.Common/ICommand.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/src/Common/Microsoft.Arcade.Common/ICommand.cs -------------------------------------------------------------------------------- /src/Common/Microsoft.Arcade.Common/ICommandFactory.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/src/Common/Microsoft.Arcade.Common/ICommandFactory.cs -------------------------------------------------------------------------------- /src/Common/Microsoft.Arcade.Common/IFileSystem.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/src/Common/Microsoft.Arcade.Common/IFileSystem.cs -------------------------------------------------------------------------------- /src/Common/Microsoft.Arcade.Common/IHelpers.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/src/Common/Microsoft.Arcade.Common/IHelpers.cs -------------------------------------------------------------------------------- /src/Common/Microsoft.Arcade.Common/INupkgInfoFactory.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/src/Common/Microsoft.Arcade.Common/INupkgInfoFactory.cs -------------------------------------------------------------------------------- /src/Common/Microsoft.Arcade.Common/IRetryHandler.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/src/Common/Microsoft.Arcade.Common/IRetryHandler.cs -------------------------------------------------------------------------------- /src/Common/Microsoft.Arcade.Common/IZipArchiveManager.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/src/Common/Microsoft.Arcade.Common/IZipArchiveManager.cs -------------------------------------------------------------------------------- /src/Common/Microsoft.Arcade.Common/MSBuildTaskBase.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/src/Common/Microsoft.Arcade.Common/MSBuildTaskBase.cs -------------------------------------------------------------------------------- /src/Common/Microsoft.Arcade.Common/NupkgInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/src/Common/Microsoft.Arcade.Common/NupkgInfo.cs -------------------------------------------------------------------------------- /src/Common/Microsoft.Arcade.Common/NupkgInfoFactory.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/src/Common/Microsoft.Arcade.Common/NupkgInfoFactory.cs -------------------------------------------------------------------------------- /src/Common/Microsoft.Arcade.Common/RequestResponseHelper.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/src/Common/Microsoft.Arcade.Common/RequestResponseHelper.cs -------------------------------------------------------------------------------- /src/Common/Microsoft.Arcade.Common/ZipArchiveManager.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/src/Common/Microsoft.Arcade.Common/ZipArchiveManager.cs -------------------------------------------------------------------------------- /src/Common/Microsoft.Arcade.Test.Common/AssertEx.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/src/Common/Microsoft.Arcade.Test.Common/AssertEx.cs -------------------------------------------------------------------------------- /src/Common/Microsoft.Arcade.Test.Common/DiffUtil.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/src/Common/Microsoft.Arcade.Test.Common/DiffUtil.cs -------------------------------------------------------------------------------- /src/Common/Microsoft.Arcade.Test.Common/FakeHttpClient.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/src/Common/Microsoft.Arcade.Test.Common/FakeHttpClient.cs -------------------------------------------------------------------------------- /src/Common/Microsoft.Arcade.Test.Common/MockBuildEngine.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/src/Common/Microsoft.Arcade.Test.Common/MockBuildEngine.cs -------------------------------------------------------------------------------- /src/Common/Microsoft.Arcade.Test.Common/MockEngine.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/src/Common/Microsoft.Arcade.Test.Common/MockEngine.cs -------------------------------------------------------------------------------- /src/Common/Microsoft.Arcade.Test.Common/MockFileSystem.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/src/Common/Microsoft.Arcade.Test.Common/MockFileSystem.cs -------------------------------------------------------------------------------- /src/Common/Microsoft.Arcade.Test.Common/StubTask.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/src/Common/Microsoft.Arcade.Test.Common/StubTask.cs -------------------------------------------------------------------------------- /src/Common/wix/dotnethome_x64.wxs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/src/Common/wix/dotnethome_x64.wxs -------------------------------------------------------------------------------- /src/Common/wix5/dotnethome_x64.wxs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/src/Common/wix5/dotnethome_x64.wxs -------------------------------------------------------------------------------- /src/Microsoft.Cci.Extensions/Comparers/ApiComparer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/src/Microsoft.Cci.Extensions/Comparers/ApiComparer.cs -------------------------------------------------------------------------------- /src/Microsoft.Cci.Extensions/Comparers/AttributeComparer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/src/Microsoft.Cci.Extensions/Comparers/AttributeComparer.cs -------------------------------------------------------------------------------- /src/Microsoft.Cci.Extensions/Comparers/CciComparers.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/src/Microsoft.Cci.Extensions/Comparers/CciComparers.cs -------------------------------------------------------------------------------- /src/Microsoft.Cci.Extensions/Comparers/ICciComparers.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/src/Microsoft.Cci.Extensions/Comparers/ICciComparers.cs -------------------------------------------------------------------------------- /src/Microsoft.Cci.Extensions/Comparers/StringKeyComparer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/src/Microsoft.Cci.Extensions/Comparers/StringKeyComparer.cs -------------------------------------------------------------------------------- /src/Microsoft.Cci.Extensions/Dgml/DgmlExtensions.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/src/Microsoft.Cci.Extensions/Dgml/DgmlExtensions.cs -------------------------------------------------------------------------------- /src/Microsoft.Cci.Extensions/Differs/DifferenceRule.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/src/Microsoft.Cci.Extensions/Differs/DifferenceRule.cs -------------------------------------------------------------------------------- /src/Microsoft.Cci.Extensions/Differs/DifferenceType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/src/Microsoft.Cci.Extensions/Differs/DifferenceType.cs -------------------------------------------------------------------------------- /src/Microsoft.Cci.Extensions/Differs/Differences.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/src/Microsoft.Cci.Extensions/Differs/Differences.cs -------------------------------------------------------------------------------- /src/Microsoft.Cci.Extensions/Differs/ElementDiffer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/src/Microsoft.Cci.Extensions/Differs/ElementDiffer.cs -------------------------------------------------------------------------------- /src/Microsoft.Cci.Extensions/Differs/IDifferenceRule.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/src/Microsoft.Cci.Extensions/Differs/IDifferenceRule.cs -------------------------------------------------------------------------------- /src/Microsoft.Cci.Extensions/Differs/IDifferences.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/src/Microsoft.Cci.Extensions/Differs/IDifferences.cs -------------------------------------------------------------------------------- /src/Microsoft.Cci.Extensions/Differs/IDiffingService.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/src/Microsoft.Cci.Extensions/Differs/IDiffingService.cs -------------------------------------------------------------------------------- /src/Microsoft.Cci.Extensions/Differs/ListMerger.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/src/Microsoft.Cci.Extensions/Differs/ListMerger.cs -------------------------------------------------------------------------------- /src/Microsoft.Cci.Extensions/Experimental/APIEmitter.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/src/Microsoft.Cci.Extensions/Experimental/APIEmitter.cs -------------------------------------------------------------------------------- /src/Microsoft.Cci.Extensions/Extensions/AccessorType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/src/Microsoft.Cci.Extensions/Extensions/AccessorType.cs -------------------------------------------------------------------------------- /src/Microsoft.Cci.Extensions/Extensions/ApiKind.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/src/Microsoft.Cci.Extensions/Extensions/ApiKind.cs -------------------------------------------------------------------------------- /src/Microsoft.Cci.Extensions/Extensions/DocIdExtensions.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/src/Microsoft.Cci.Extensions/Extensions/DocIdExtensions.cs -------------------------------------------------------------------------------- /src/Microsoft.Cci.Extensions/Extensions/MemberExtensions.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/src/Microsoft.Cci.Extensions/Extensions/MemberExtensions.cs -------------------------------------------------------------------------------- /src/Microsoft.Cci.Extensions/Extensions/TypeExtensions.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/src/Microsoft.Cci.Extensions/Extensions/TypeExtensions.cs -------------------------------------------------------------------------------- /src/Microsoft.Cci.Extensions/Filters/AttributesFilter.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/src/Microsoft.Cci.Extensions/Filters/AttributesFilter.cs -------------------------------------------------------------------------------- /src/Microsoft.Cci.Extensions/Filters/CciFilterExtensions.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/src/Microsoft.Cci.Extensions/Filters/CciFilterExtensions.cs -------------------------------------------------------------------------------- /src/Microsoft.Cci.Extensions/Filters/DifferenceFilter.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/src/Microsoft.Cci.Extensions/Filters/DifferenceFilter.cs -------------------------------------------------------------------------------- /src/Microsoft.Cci.Extensions/Filters/ICciFilter.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/src/Microsoft.Cci.Extensions/Filters/ICciFilter.cs -------------------------------------------------------------------------------- /src/Microsoft.Cci.Extensions/Filters/IDifferenceFilter.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/src/Microsoft.Cci.Extensions/Filters/IDifferenceFilter.cs -------------------------------------------------------------------------------- /src/Microsoft.Cci.Extensions/Filters/IncludeAllFilter.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/src/Microsoft.Cci.Extensions/Filters/IncludeAllFilter.cs -------------------------------------------------------------------------------- /src/Microsoft.Cci.Extensions/Filters/IntersectionFilter.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/src/Microsoft.Cci.Extensions/Filters/IntersectionFilter.cs -------------------------------------------------------------------------------- /src/Microsoft.Cci.Extensions/Filters/PublicOnlyCciFilter.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/src/Microsoft.Cci.Extensions/Filters/PublicOnlyCciFilter.cs -------------------------------------------------------------------------------- /src/Microsoft.Cci.Extensions/HostEnvironment.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/src/Microsoft.Cci.Extensions/HostEnvironment.cs -------------------------------------------------------------------------------- /src/Microsoft.Cci.Extensions/Mappings/AssemblyMapping.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/src/Microsoft.Cci.Extensions/Mappings/AssemblyMapping.cs -------------------------------------------------------------------------------- /src/Microsoft.Cci.Extensions/Mappings/AssemblySetMapping.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/src/Microsoft.Cci.Extensions/Mappings/AssemblySetMapping.cs -------------------------------------------------------------------------------- /src/Microsoft.Cci.Extensions/Mappings/AttributesMapping.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/src/Microsoft.Cci.Extensions/Mappings/AttributesMapping.cs -------------------------------------------------------------------------------- /src/Microsoft.Cci.Extensions/Mappings/ElementMapping.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/src/Microsoft.Cci.Extensions/Mappings/ElementMapping.cs -------------------------------------------------------------------------------- /src/Microsoft.Cci.Extensions/Mappings/MappingSettings.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/src/Microsoft.Cci.Extensions/Mappings/MappingSettings.cs -------------------------------------------------------------------------------- /src/Microsoft.Cci.Extensions/Mappings/MemberMapping.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/src/Microsoft.Cci.Extensions/Mappings/MemberMapping.cs -------------------------------------------------------------------------------- /src/Microsoft.Cci.Extensions/Mappings/NamespaceMapping.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/src/Microsoft.Cci.Extensions/Mappings/NamespaceMapping.cs -------------------------------------------------------------------------------- /src/Microsoft.Cci.Extensions/Mappings/TypeMapping.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/src/Microsoft.Cci.Extensions/Mappings/TypeMapping.cs -------------------------------------------------------------------------------- /src/Microsoft.Cci.Extensions/PortingHelpers.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/src/Microsoft.Cci.Extensions/PortingHelpers.cs -------------------------------------------------------------------------------- /src/Microsoft.Cci.Extensions/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/src/Microsoft.Cci.Extensions/README.md -------------------------------------------------------------------------------- /src/Microsoft.Cci.Extensions/SRMetadataPEReaderCache.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/src/Microsoft.Cci.Extensions/SRMetadataPEReaderCache.cs -------------------------------------------------------------------------------- /src/Microsoft.Cci.Extensions/TypeDependencies.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/src/Microsoft.Cci.Extensions/TypeDependencies.cs -------------------------------------------------------------------------------- /src/Microsoft.Cci.Extensions/Writers/CSharp/CSharpWriter.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/src/Microsoft.Cci.Extensions/Writers/CSharp/CSharpWriter.cs -------------------------------------------------------------------------------- /src/Microsoft.Cci.Extensions/Writers/DocumentIdWriter.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/src/Microsoft.Cci.Extensions/Writers/DocumentIdWriter.cs -------------------------------------------------------------------------------- /src/Microsoft.Cci.Extensions/Writers/ICciWriter.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/src/Microsoft.Cci.Extensions/Writers/ICciWriter.cs -------------------------------------------------------------------------------- /src/Microsoft.Cci.Extensions/Writers/Syntax/StyleHelper.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/src/Microsoft.Cci.Extensions/Writers/Syntax/StyleHelper.cs -------------------------------------------------------------------------------- /src/Microsoft.Cci.Extensions/Writers/Syntax/SyntaxStyle.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/src/Microsoft.Cci.Extensions/Writers/Syntax/SyntaxStyle.cs -------------------------------------------------------------------------------- /src/Microsoft.Cci.Extensions/Writers/Syntax/SyntaxToken.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/src/Microsoft.Cci.Extensions/Writers/Syntax/SyntaxToken.cs -------------------------------------------------------------------------------- /src/Microsoft.Cci.Extensions/Writers/TypeForwardWriter.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/src/Microsoft.Cci.Extensions/Writers/TypeForwardWriter.cs -------------------------------------------------------------------------------- /src/Microsoft.DotNet.Arcade.Sdk.Tests/GroupItemsByTests.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/src/Microsoft.DotNet.Arcade.Sdk.Tests/GroupItemsByTests.cs -------------------------------------------------------------------------------- /src/Microsoft.DotNet.Arcade.Sdk.Tests/MinimalRepoTests.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/src/Microsoft.DotNet.Arcade.Sdk.Tests/MinimalRepoTests.cs -------------------------------------------------------------------------------- /src/Microsoft.DotNet.Arcade.Sdk.Tests/Utilities/TestApp.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/src/Microsoft.DotNet.Arcade.Sdk.Tests/Utilities/TestApp.cs -------------------------------------------------------------------------------- /src/Microsoft.DotNet.Arcade.Sdk.Tests/testassets/MinimalRepo/eng/Versions.props: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /src/Microsoft.DotNet.Arcade.Sdk.Tests/testassets/RepoWithConditionalProjectsToBuild/eng/Versions.props: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /src/Microsoft.DotNet.Arcade.Sdk/sdk/Sdk.props: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/src/Microsoft.DotNet.Arcade.Sdk/sdk/Sdk.props -------------------------------------------------------------------------------- /src/Microsoft.DotNet.Arcade.Sdk/sdk/Sdk.targets: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/src/Microsoft.DotNet.Arcade.Sdk/sdk/Sdk.targets -------------------------------------------------------------------------------- /src/Microsoft.DotNet.Arcade.Sdk/src/CompareVersions.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/src/Microsoft.DotNet.Arcade.Sdk/src/CompareVersions.cs -------------------------------------------------------------------------------- /src/Microsoft.DotNet.Arcade.Sdk/src/DownloadFile.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/src/Microsoft.DotNet.Arcade.Sdk/src/DownloadFile.cs -------------------------------------------------------------------------------- /src/Microsoft.DotNet.Arcade.Sdk/src/GenerateChecksums.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/src/Microsoft.DotNet.Arcade.Sdk/src/GenerateChecksums.cs -------------------------------------------------------------------------------- /src/Microsoft.DotNet.Arcade.Sdk/src/GenerateResxSource.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/src/Microsoft.DotNet.Arcade.Sdk/src/GenerateResxSource.cs -------------------------------------------------------------------------------- /src/Microsoft.DotNet.Arcade.Sdk/src/GetAssemblyFullName.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/src/Microsoft.DotNet.Arcade.Sdk/src/GetAssemblyFullName.cs -------------------------------------------------------------------------------- /src/Microsoft.DotNet.Arcade.Sdk/src/GetLicenseFilePath.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/src/Microsoft.DotNet.Arcade.Sdk/src/GetLicenseFilePath.cs -------------------------------------------------------------------------------- /src/Microsoft.DotNet.Arcade.Sdk/src/GroupItemsBy.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/src/Microsoft.DotNet.Arcade.Sdk/src/GroupItemsBy.cs -------------------------------------------------------------------------------- /src/Microsoft.DotNet.Arcade.Sdk/src/InstallDotNetCore.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/src/Microsoft.DotNet.Arcade.Sdk/src/InstallDotNetCore.cs -------------------------------------------------------------------------------- /src/Microsoft.DotNet.Arcade.Sdk/src/LocateDotNet.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/src/Microsoft.DotNet.Arcade.Sdk/src/LocateDotNet.cs -------------------------------------------------------------------------------- /src/Microsoft.DotNet.Arcade.Sdk/src/SaveItems.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/src/Microsoft.DotNet.Arcade.Sdk/src/SaveItems.cs -------------------------------------------------------------------------------- /src/Microsoft.DotNet.Arcade.Sdk/src/SetCorFlags.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/src/Microsoft.DotNet.Arcade.Sdk/src/SetCorFlags.cs -------------------------------------------------------------------------------- /src/Microsoft.DotNet.Arcade.Sdk/src/SingleError.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/src/Microsoft.DotNet.Arcade.Sdk/src/SingleError.cs -------------------------------------------------------------------------------- /src/Microsoft.DotNet.Arcade.Sdk/src/Unsign.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/src/Microsoft.DotNet.Arcade.Sdk/src/Unsign.cs -------------------------------------------------------------------------------- /src/Microsoft.DotNet.Arcade.Sdk/src/ValidateLicense.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/src/Microsoft.DotNet.Arcade.Sdk/src/ValidateLicense.cs -------------------------------------------------------------------------------- /src/Microsoft.DotNet.Arcade.Sdk/tools/AfterSigning.proj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/src/Microsoft.DotNet.Arcade.Sdk/tools/AfterSigning.proj -------------------------------------------------------------------------------- /src/Microsoft.DotNet.Arcade.Sdk/tools/Build.proj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/src/Microsoft.DotNet.Arcade.Sdk/tools/Build.proj -------------------------------------------------------------------------------- /src/Microsoft.DotNet.Arcade.Sdk/tools/BuildStep.props: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/src/Microsoft.DotNet.Arcade.Sdk/tools/BuildStep.props -------------------------------------------------------------------------------- /src/Microsoft.DotNet.Arcade.Sdk/tools/BuildTasks.props: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/src/Microsoft.DotNet.Arcade.Sdk/tools/BuildTasks.props -------------------------------------------------------------------------------- /src/Microsoft.DotNet.Arcade.Sdk/tools/Compiler.props: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/src/Microsoft.DotNet.Arcade.Sdk/tools/Compiler.props -------------------------------------------------------------------------------- /src/Microsoft.DotNet.Arcade.Sdk/tools/DefaultVersions.props: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/src/Microsoft.DotNet.Arcade.Sdk/tools/DefaultVersions.props -------------------------------------------------------------------------------- /src/Microsoft.DotNet.Arcade.Sdk/tools/Directory.Build.props: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/src/Microsoft.DotNet.Arcade.Sdk/tools/Directory.Build.props -------------------------------------------------------------------------------- /src/Microsoft.DotNet.Arcade.Sdk/tools/Empty.targets: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/src/Microsoft.DotNet.Arcade.Sdk/tools/Empty.targets -------------------------------------------------------------------------------- /src/Microsoft.DotNet.Arcade.Sdk/tools/Imports.targets: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/src/Microsoft.DotNet.Arcade.Sdk/tools/Imports.targets -------------------------------------------------------------------------------- /src/Microsoft.DotNet.Arcade.Sdk/tools/Licenses/MIT.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/src/Microsoft.DotNet.Arcade.Sdk/tools/Licenses/MIT.txt -------------------------------------------------------------------------------- /src/Microsoft.DotNet.Arcade.Sdk/tools/Localization.targets: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/src/Microsoft.DotNet.Arcade.Sdk/tools/Localization.targets -------------------------------------------------------------------------------- /src/Microsoft.DotNet.Arcade.Sdk/tools/MSTest/MSTest.targets: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/src/Microsoft.DotNet.Arcade.Sdk/tools/MSTest/MSTest.targets -------------------------------------------------------------------------------- /src/Microsoft.DotNet.Arcade.Sdk/tools/NUnit/NUnit.targets: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/src/Microsoft.DotNet.Arcade.Sdk/tools/NUnit/NUnit.targets -------------------------------------------------------------------------------- /src/Microsoft.DotNet.Arcade.Sdk/tools/NativeVersion.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/src/Microsoft.DotNet.Arcade.Sdk/tools/NativeVersion.rc -------------------------------------------------------------------------------- /src/Microsoft.DotNet.Arcade.Sdk/tools/NoRestore.targets: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/src/Microsoft.DotNet.Arcade.Sdk/tools/NoRestore.targets -------------------------------------------------------------------------------- /src/Microsoft.DotNet.Arcade.Sdk/tools/Pack.targets: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/src/Microsoft.DotNet.Arcade.Sdk/tools/Pack.targets -------------------------------------------------------------------------------- /src/Microsoft.DotNet.Arcade.Sdk/tools/Performance.targets: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/src/Microsoft.DotNet.Arcade.Sdk/tools/Performance.targets -------------------------------------------------------------------------------- /src/Microsoft.DotNet.Arcade.Sdk/tools/ProjectDefaults.props: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/src/Microsoft.DotNet.Arcade.Sdk/tools/ProjectDefaults.props -------------------------------------------------------------------------------- /src/Microsoft.DotNet.Arcade.Sdk/tools/ProjectLayout.props: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/src/Microsoft.DotNet.Arcade.Sdk/tools/ProjectLayout.props -------------------------------------------------------------------------------- /src/Microsoft.DotNet.Arcade.Sdk/tools/Publish.proj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/src/Microsoft.DotNet.Arcade.Sdk/tools/Publish.proj -------------------------------------------------------------------------------- /src/Microsoft.DotNet.Arcade.Sdk/tools/RepoDefaults.props: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/src/Microsoft.DotNet.Arcade.Sdk/tools/RepoDefaults.props -------------------------------------------------------------------------------- /src/Microsoft.DotNet.Arcade.Sdk/tools/RepoLayout.props: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/src/Microsoft.DotNet.Arcade.Sdk/tools/RepoLayout.props -------------------------------------------------------------------------------- /src/Microsoft.DotNet.Arcade.Sdk/tools/Settings.props: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/src/Microsoft.DotNet.Arcade.Sdk/tools/Settings.props -------------------------------------------------------------------------------- /src/Microsoft.DotNet.Arcade.Sdk/tools/Sign.proj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/src/Microsoft.DotNet.Arcade.Sdk/tools/Sign.proj -------------------------------------------------------------------------------- /src/Microsoft.DotNet.Arcade.Sdk/tools/Sign.props: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/src/Microsoft.DotNet.Arcade.Sdk/tools/Sign.props -------------------------------------------------------------------------------- /src/Microsoft.DotNet.Arcade.Sdk/tools/StrongName.props: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/src/Microsoft.DotNet.Arcade.Sdk/tools/StrongName.props -------------------------------------------------------------------------------- /src/Microsoft.DotNet.Arcade.Sdk/tools/StrongName.targets: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/src/Microsoft.DotNet.Arcade.Sdk/tools/StrongName.targets -------------------------------------------------------------------------------- /src/Microsoft.DotNet.Arcade.Sdk/tools/SymStore.targets: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/src/Microsoft.DotNet.Arcade.Sdk/tools/SymStore.targets -------------------------------------------------------------------------------- /src/Microsoft.DotNet.Arcade.Sdk/tools/Tests.props: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/src/Microsoft.DotNet.Arcade.Sdk/tools/Tests.props -------------------------------------------------------------------------------- /src/Microsoft.DotNet.Arcade.Sdk/tools/Tests.targets: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/src/Microsoft.DotNet.Arcade.Sdk/tools/Tests.targets -------------------------------------------------------------------------------- /src/Microsoft.DotNet.Arcade.Sdk/tools/Tools.proj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/src/Microsoft.DotNet.Arcade.Sdk/tools/Tools.proj -------------------------------------------------------------------------------- /src/Microsoft.DotNet.Arcade.Sdk/tools/VSTest.targets: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/src/Microsoft.DotNet.Arcade.Sdk/tools/VSTest.targets -------------------------------------------------------------------------------- /src/Microsoft.DotNet.Arcade.Sdk/tools/Version.targets: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/src/Microsoft.DotNet.Arcade.Sdk/tools/Version.targets -------------------------------------------------------------------------------- /src/Microsoft.DotNet.Arcade.Sdk/tools/VisualStudio.props: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/src/Microsoft.DotNet.Arcade.Sdk/tools/VisualStudio.props -------------------------------------------------------------------------------- /src/Microsoft.DotNet.Arcade.Sdk/tools/VisualStudio.targets: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/src/Microsoft.DotNet.Arcade.Sdk/tools/VisualStudio.targets -------------------------------------------------------------------------------- /src/Microsoft.DotNet.Arcade.Sdk/tools/Workarounds.props: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/src/Microsoft.DotNet.Arcade.Sdk/tools/Workarounds.props -------------------------------------------------------------------------------- /src/Microsoft.DotNet.Arcade.Sdk/tools/Workarounds.targets: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/src/Microsoft.DotNet.Arcade.Sdk/tools/Workarounds.targets -------------------------------------------------------------------------------- /src/Microsoft.DotNet.Arcade.Sdk/tools/XUnit/XUnit.targets: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/src/Microsoft.DotNet.Arcade.Sdk/tools/XUnit/XUnit.targets -------------------------------------------------------------------------------- /src/Microsoft.DotNet.Arcade.Sdk/tools/XUnit/xunit.runner.json: -------------------------------------------------------------------------------- 1 | { 2 | "shadowCopy": false 3 | } -------------------------------------------------------------------------------- /src/Microsoft.DotNet.Arcade.Sdk/tools/snk/AspNetCore.snk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/src/Microsoft.DotNet.Arcade.Sdk/tools/snk/AspNetCore.snk -------------------------------------------------------------------------------- /src/Microsoft.DotNet.Arcade.Sdk/tools/snk/ECMA.snk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/src/Microsoft.DotNet.Arcade.Sdk/tools/snk/ECMA.snk -------------------------------------------------------------------------------- /src/Microsoft.DotNet.Arcade.Sdk/tools/snk/MSFT.snk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/src/Microsoft.DotNet.Arcade.Sdk/tools/snk/MSFT.snk -------------------------------------------------------------------------------- /src/Microsoft.DotNet.Arcade.Sdk/tools/snk/Open.snk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/src/Microsoft.DotNet.Arcade.Sdk/tools/snk/Open.snk -------------------------------------------------------------------------------- /src/Microsoft.DotNet.ArcadeLogging/MessageBuilder.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/src/Microsoft.DotNet.ArcadeLogging/MessageBuilder.cs -------------------------------------------------------------------------------- /src/Microsoft.DotNet.ArcadeLogging/PipelinesLogger.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/src/Microsoft.DotNet.ArcadeLogging/PipelinesLogger.cs -------------------------------------------------------------------------------- /src/Microsoft.DotNet.Baselines.Tasks/CreateUpdatePR.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/src/Microsoft.DotNet.Baselines.Tasks/CreateUpdatePR.cs -------------------------------------------------------------------------------- /src/Microsoft.DotNet.Baselines.Tasks/PRCreator.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/src/Microsoft.DotNet.Baselines.Tasks/PRCreator.cs -------------------------------------------------------------------------------- /src/Microsoft.DotNet.Build.Manifest.Tests/TestInputs/Symbols/SymbolPublishingExclusionsFile.txt: -------------------------------------------------------------------------------- 1 | lib/net8.0/aztoken.dll -------------------------------------------------------------------------------- /src/Microsoft.DotNet.Build.Manifest/ArtifactKind.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/src/Microsoft.DotNet.Build.Manifest/ArtifactKind.cs -------------------------------------------------------------------------------- /src/Microsoft.DotNet.Build.Manifest/ArtifactModel.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/src/Microsoft.DotNet.Build.Manifest/ArtifactModel.cs -------------------------------------------------------------------------------- /src/Microsoft.DotNet.Build.Manifest/ArtifactSet.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/src/Microsoft.DotNet.Build.Manifest/ArtifactSet.cs -------------------------------------------------------------------------------- /src/Microsoft.DotNet.Build.Manifest/ArtifactVisibility.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/src/Microsoft.DotNet.Build.Manifest/ArtifactVisibility.cs -------------------------------------------------------------------------------- /src/Microsoft.DotNet.Build.Manifest/AssetManifestModel.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/src/Microsoft.DotNet.Build.Manifest/AssetManifestModel.cs -------------------------------------------------------------------------------- /src/Microsoft.DotNet.Build.Manifest/BlobArtifactModel.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/src/Microsoft.DotNet.Build.Manifest/BlobArtifactModel.cs -------------------------------------------------------------------------------- /src/Microsoft.DotNet.Build.Manifest/BuildIdentity.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/src/Microsoft.DotNet.Build.Manifest/BuildIdentity.cs -------------------------------------------------------------------------------- /src/Microsoft.DotNet.Build.Manifest/BuildModel.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/src/Microsoft.DotNet.Build.Manifest/BuildModel.cs -------------------------------------------------------------------------------- /src/Microsoft.DotNet.Build.Manifest/BuildModelFactory.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/src/Microsoft.DotNet.Build.Manifest/BuildModelFactory.cs -------------------------------------------------------------------------------- /src/Microsoft.DotNet.Build.Manifest/EnumerableExtensions.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/src/Microsoft.DotNet.Build.Manifest/EnumerableExtensions.cs -------------------------------------------------------------------------------- /src/Microsoft.DotNet.Build.Manifest/MSBuildListSplitter.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/src/Microsoft.DotNet.Build.Manifest/MSBuildListSplitter.cs -------------------------------------------------------------------------------- /src/Microsoft.DotNet.Build.Manifest/PackageArtifactModel.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/src/Microsoft.DotNet.Build.Manifest/PackageArtifactModel.cs -------------------------------------------------------------------------------- /src/Microsoft.DotNet.Build.Manifest/PdbArtifactModel.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/src/Microsoft.DotNet.Build.Manifest/PdbArtifactModel.cs -------------------------------------------------------------------------------- /src/Microsoft.DotNet.Build.Manifest/VersionIdentifier.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/src/Microsoft.DotNet.Build.Manifest/VersionIdentifier.cs -------------------------------------------------------------------------------- /src/Microsoft.DotNet.Build.Tasks.Archives/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/src/Microsoft.DotNet.Build.Tasks.Archives/README.md -------------------------------------------------------------------------------- /src/Microsoft.DotNet.Build.Tasks.Feed.Tests/GeneralTests.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/src/Microsoft.DotNet.Build.Tasks.Feed.Tests/GeneralTests.cs -------------------------------------------------------------------------------- /src/Microsoft.DotNet.Build.Tasks.Feed/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/src/Microsoft.DotNet.Build.Tasks.Feed/README.md -------------------------------------------------------------------------------- /src/Microsoft.DotNet.Build.Tasks.Feed/sdk/Sdk.props: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/src/Microsoft.DotNet.Build.Tasks.Feed/sdk/Sdk.props -------------------------------------------------------------------------------- /src/Microsoft.DotNet.Build.Tasks.Feed/sdk/Sdk.targets: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/src/Microsoft.DotNet.Build.Tasks.Feed/sdk/Sdk.targets -------------------------------------------------------------------------------- /src/Microsoft.DotNet.Build.Tasks.Feed/src/BlobFeedAction.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/src/Microsoft.DotNet.Build.Tasks.Feed/src/BlobFeedAction.cs -------------------------------------------------------------------------------- /src/Microsoft.DotNet.Build.Tasks.Feed/src/BlobUrlInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/src/Microsoft.DotNet.Build.Tasks.Feed/src/BlobUrlInfo.cs -------------------------------------------------------------------------------- /src/Microsoft.DotNet.Build.Tasks.Feed/src/GetEnvProxy.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/src/Microsoft.DotNet.Build.Tasks.Feed/src/GetEnvProxy.cs -------------------------------------------------------------------------------- /src/Microsoft.DotNet.Build.Tasks.Feed/src/LaunchDebugger.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/src/Microsoft.DotNet.Build.Tasks.Feed/src/LaunchDebugger.cs -------------------------------------------------------------------------------- /src/Microsoft.DotNet.Build.Tasks.Feed/src/MSBuildLogger.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/src/Microsoft.DotNet.Build.Tasks.Feed/src/MSBuildLogger.cs -------------------------------------------------------------------------------- /src/Microsoft.DotNet.Build.Tasks.Feed/src/PATCredential.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/src/Microsoft.DotNet.Build.Tasks.Feed/src/PATCredential.cs -------------------------------------------------------------------------------- /src/Microsoft.DotNet.Build.Tasks.Feed/src/PushOptions.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/src/Microsoft.DotNet.Build.Tasks.Feed/src/PushOptions.cs -------------------------------------------------------------------------------- /src/Microsoft.DotNet.Build.Tasks.Feed/src/SemaphoreLock.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/src/Microsoft.DotNet.Build.Tasks.Feed/src/SemaphoreLock.cs -------------------------------------------------------------------------------- /src/Microsoft.DotNet.Build.Tasks.Feed/src/TaskTracer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/src/Microsoft.DotNet.Build.Tasks.Feed/src/TaskTracer.cs -------------------------------------------------------------------------------- /src/Microsoft.DotNet.Build.Tasks.Installers/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/src/Microsoft.DotNet.Build.Tasks.Installers/README.md -------------------------------------------------------------------------------- /src/Microsoft.DotNet.Build.Tasks.Installers/build/deb-package-tool/package_files/debian/compat: -------------------------------------------------------------------------------- 1 | 9 2 | -------------------------------------------------------------------------------- /src/Microsoft.DotNet.Build.Tasks.Installers/build/deb-package-tool/package_files/debian/source/format: -------------------------------------------------------------------------------- 1 | 3.0 (quilt) 2 | -------------------------------------------------------------------------------- /src/Microsoft.DotNet.Build.Tasks.Packaging/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/src/Microsoft.DotNet.Build.Tasks.Packaging/README.md -------------------------------------------------------------------------------- /src/Microsoft.DotNet.Build.Tasks.Packaging/src/build/content/_._: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/Microsoft.DotNet.Build.Tasks.Packaging/tests/Log.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/src/Microsoft.DotNet.Build.Tasks.Packaging/tests/Log.cs -------------------------------------------------------------------------------- /src/Microsoft.DotNet.Build.Tasks.Workloads/src/Utils.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/src/Microsoft.DotNet.Build.Tasks.Workloads/src/Utils.cs -------------------------------------------------------------------------------- /src/Microsoft.DotNet.CMake.Sdk/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/src/Microsoft.DotNet.CMake.Sdk/README.md -------------------------------------------------------------------------------- /src/Microsoft.DotNet.CMake.Sdk/sdk/Sdk.props: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/src/Microsoft.DotNet.CMake.Sdk/sdk/Sdk.props -------------------------------------------------------------------------------- /src/Microsoft.DotNet.CMake.Sdk/sdk/Sdk.targets: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/src/Microsoft.DotNet.CMake.Sdk/sdk/Sdk.targets -------------------------------------------------------------------------------- /src/Microsoft.DotNet.CodeAnalysis/CodeAnalysis.ruleset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/src/Microsoft.DotNet.CodeAnalysis/CodeAnalysis.ruleset -------------------------------------------------------------------------------- /src/Microsoft.DotNet.CodeAnalysis/DiagnosticIds.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/src/Microsoft.DotNet.CodeAnalysis/DiagnosticIds.cs -------------------------------------------------------------------------------- /src/Microsoft.DotNet.CodeAnalysis/Helpers.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/src/Microsoft.DotNet.CodeAnalysis/Helpers.cs -------------------------------------------------------------------------------- /src/Microsoft.DotNet.CodeAnalysis/content/Default.ruleset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/src/Microsoft.DotNet.CodeAnalysis/content/Default.ruleset -------------------------------------------------------------------------------- /src/Microsoft.DotNet.Deployment.Tasks.Links/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/src/Microsoft.DotNet.Deployment.Tasks.Links/README.md -------------------------------------------------------------------------------- /src/Microsoft.DotNet.GenAPI/GenAPITask.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/src/Microsoft.DotNet.GenAPI/GenAPITask.cs -------------------------------------------------------------------------------- /src/Microsoft.DotNet.GenAPI/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/src/Microsoft.DotNet.GenAPI/README.md -------------------------------------------------------------------------------- /src/Microsoft.DotNet.GenAPI/SyntaxWriterType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/src/Microsoft.DotNet.GenAPI/SyntaxWriterType.cs -------------------------------------------------------------------------------- /src/Microsoft.DotNet.GenAPI/TypeListWriter.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/src/Microsoft.DotNet.GenAPI/TypeListWriter.cs -------------------------------------------------------------------------------- /src/Microsoft.DotNet.GenAPI/WriterType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/src/Microsoft.DotNet.GenAPI/WriterType.cs -------------------------------------------------------------------------------- /src/Microsoft.DotNet.GenFacades/GenPartialFacadeSource.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/src/Microsoft.DotNet.GenFacades/GenPartialFacadeSource.cs -------------------------------------------------------------------------------- /src/Microsoft.DotNet.GenFacades/RoslynBuildTask.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/src/Microsoft.DotNet.GenFacades/RoslynBuildTask.cs -------------------------------------------------------------------------------- /src/Microsoft.DotNet.GenFacades/SourceGenerator.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/src/Microsoft.DotNet.GenFacades/SourceGenerator.cs -------------------------------------------------------------------------------- /src/Microsoft.DotNet.GenFacades/TypeParser.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/src/Microsoft.DotNet.GenFacades/TypeParser.cs -------------------------------------------------------------------------------- /src/Microsoft.DotNet.Git.IssueManager/src/IssueManager.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/src/Microsoft.DotNet.Git.IssueManager/src/IssueManager.cs -------------------------------------------------------------------------------- /src/Microsoft.DotNet.Helix/Client/CSharp/ApiFactory.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/src/Microsoft.DotNet.Helix/Client/CSharp/ApiFactory.cs -------------------------------------------------------------------------------- /src/Microsoft.DotNet.Helix/Client/CSharp/HelixApi.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/src/Microsoft.DotNet.Helix/Client/CSharp/HelixApi.cs -------------------------------------------------------------------------------- /src/Microsoft.DotNet.Helix/Client/CSharp/IJob.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/src/Microsoft.DotNet.Helix/Client/CSharp/IJob.cs -------------------------------------------------------------------------------- /src/Microsoft.DotNet.Helix/Client/CSharp/Job.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/src/Microsoft.DotNet.Helix/Client/CSharp/Job.cs -------------------------------------------------------------------------------- /src/Microsoft.DotNet.Helix/Directory.Build.props: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/src/Microsoft.DotNet.Helix/Directory.Build.props -------------------------------------------------------------------------------- /src/Microsoft.DotNet.Helix/JobSender/IJobDefinition.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/src/Microsoft.DotNet.Helix/JobSender/IJobDefinition.cs -------------------------------------------------------------------------------- /src/Microsoft.DotNet.Helix/JobSender/IPayload.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/src/Microsoft.DotNet.Helix/JobSender/IPayload.cs -------------------------------------------------------------------------------- /src/Microsoft.DotNet.Helix/JobSender/ISentJob.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/src/Microsoft.DotNet.Helix/JobSender/ISentJob.cs -------------------------------------------------------------------------------- /src/Microsoft.DotNet.Helix/JobSender/JobDefinition.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/src/Microsoft.DotNet.Helix/JobSender/JobDefinition.cs -------------------------------------------------------------------------------- /src/Microsoft.DotNet.Helix/JobSender/JobListEntry.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/src/Microsoft.DotNet.Helix/JobSender/JobListEntry.cs -------------------------------------------------------------------------------- /src/Microsoft.DotNet.Helix/JobSender/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/src/Microsoft.DotNet.Helix/JobSender/Readme.md -------------------------------------------------------------------------------- /src/Microsoft.DotNet.Helix/JobSender/SentJob.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/src/Microsoft.DotNet.Helix/JobSender/SentJob.cs -------------------------------------------------------------------------------- /src/Microsoft.DotNet.Helix/Sdk/AzureDevOpsTask.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/src/Microsoft.DotNet.Helix/Sdk/AzureDevOpsTask.cs -------------------------------------------------------------------------------- /src/Microsoft.DotNet.Helix/Sdk/BaseTask.Desktop.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/src/Microsoft.DotNet.Helix/Sdk/BaseTask.Desktop.cs -------------------------------------------------------------------------------- /src/Microsoft.DotNet.Helix/Sdk/BaseTask.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/src/Microsoft.DotNet.Helix/Sdk/BaseTask.cs -------------------------------------------------------------------------------- /src/Microsoft.DotNet.Helix/Sdk/CancelHelixJob.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/src/Microsoft.DotNet.Helix/Sdk/CancelHelixJob.cs -------------------------------------------------------------------------------- /src/Microsoft.DotNet.Helix/Sdk/CheckHelixJobStatus.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/src/Microsoft.DotNet.Helix/Sdk/CheckHelixJobStatus.cs -------------------------------------------------------------------------------- /src/Microsoft.DotNet.Helix/Sdk/CommandPayload.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/src/Microsoft.DotNet.Helix/Sdk/CommandPayload.cs -------------------------------------------------------------------------------- /src/Microsoft.DotNet.Helix/Sdk/Constants.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/src/Microsoft.DotNet.Helix/Sdk/Constants.cs -------------------------------------------------------------------------------- /src/Microsoft.DotNet.Helix/Sdk/CreateXUnitWorkItems.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/src/Microsoft.DotNet.Helix/Sdk/CreateXUnitWorkItems.cs -------------------------------------------------------------------------------- /src/Microsoft.DotNet.Helix/Sdk/FailureCategory.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/src/Microsoft.DotNet.Helix/Sdk/FailureCategory.cs -------------------------------------------------------------------------------- /src/Microsoft.DotNet.Helix/Sdk/FindDotNetCliPackage.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/src/Microsoft.DotNet.Helix/Sdk/FindDotNetCliPackage.cs -------------------------------------------------------------------------------- /src/Microsoft.DotNet.Helix/Sdk/GetHelixWorkItems.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/src/Microsoft.DotNet.Helix/Sdk/GetHelixWorkItems.cs -------------------------------------------------------------------------------- /src/Microsoft.DotNet.Helix/Sdk/HelixTask.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/src/Microsoft.DotNet.Helix/Sdk/HelixTask.cs -------------------------------------------------------------------------------- /src/Microsoft.DotNet.Helix/Sdk/Helpers.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/src/Microsoft.DotNet.Helix/Sdk/Helpers.cs -------------------------------------------------------------------------------- /src/Microsoft.DotNet.Helix/Sdk/InstallDotNetTool.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/src/Microsoft.DotNet.Helix/Sdk/InstallDotNetTool.cs -------------------------------------------------------------------------------- /src/Microsoft.DotNet.Helix/Sdk/LoggerExtensions.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/src/Microsoft.DotNet.Helix/Sdk/LoggerExtensions.cs -------------------------------------------------------------------------------- /src/Microsoft.DotNet.Helix/Sdk/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/src/Microsoft.DotNet.Helix/Sdk/Readme.md -------------------------------------------------------------------------------- /src/Microsoft.DotNet.Helix/Sdk/SendHelixJob.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/src/Microsoft.DotNet.Helix/Sdk/SendHelixJob.cs -------------------------------------------------------------------------------- /src/Microsoft.DotNet.Helix/Sdk/TaskItemExtensions.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/src/Microsoft.DotNet.Helix/Sdk/TaskItemExtensions.cs -------------------------------------------------------------------------------- /src/Microsoft.DotNet.Helix/Sdk/XharnessTaskBase.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/src/Microsoft.DotNet.Helix/Sdk/XharnessTaskBase.cs -------------------------------------------------------------------------------- /src/Microsoft.DotNet.Helix/Sdk/sdk/Sdk.props: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/src/Microsoft.DotNet.Helix/Sdk/sdk/Sdk.props -------------------------------------------------------------------------------- /src/Microsoft.DotNet.Helix/Sdk/sdk/Sdk.targets: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/src/Microsoft.DotNet.Helix/Sdk/sdk/Sdk.targets -------------------------------------------------------------------------------- /src/Microsoft.DotNet.MacOsPkg.Tests/Resources/Simple.pkg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/src/Microsoft.DotNet.MacOsPkg.Tests/Resources/Simple.pkg -------------------------------------------------------------------------------- /src/Microsoft.DotNet.MacOsPkg.Tests/Resources/WithApp.pkg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/src/Microsoft.DotNet.MacOsPkg.Tests/Resources/WithApp.pkg -------------------------------------------------------------------------------- /src/Microsoft.DotNet.MacOsPkg.Tests/UnpackPackTests.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/src/Microsoft.DotNet.MacOsPkg.Tests/UnpackPackTests.cs -------------------------------------------------------------------------------- /src/Microsoft.DotNet.MacOsPkg/Cli/Program.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/src/Microsoft.DotNet.MacOsPkg/Cli/Program.cs -------------------------------------------------------------------------------- /src/Microsoft.DotNet.MacOsPkg/Core/AppBundle.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/src/Microsoft.DotNet.MacOsPkg/Core/AppBundle.cs -------------------------------------------------------------------------------- /src/Microsoft.DotNet.MacOsPkg/Core/ExecuteHelper.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/src/Microsoft.DotNet.MacOsPkg/Core/ExecuteHelper.cs -------------------------------------------------------------------------------- /src/Microsoft.DotNet.MacOsPkg/Core/MacOsPkgCore.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/src/Microsoft.DotNet.MacOsPkg/Core/MacOsPkgCore.cs -------------------------------------------------------------------------------- /src/Microsoft.DotNet.MacOsPkg/Core/Package.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/src/Microsoft.DotNet.MacOsPkg/Core/Package.cs -------------------------------------------------------------------------------- /src/Microsoft.DotNet.MacOsPkg/Core/Utilities.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/src/Microsoft.DotNet.MacOsPkg/Core/Utilities.cs -------------------------------------------------------------------------------- /src/Microsoft.DotNet.NuGetRepack/tasks/src/NuGetUtils.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/src/Microsoft.DotNet.NuGetRepack/tasks/src/NuGetUtils.cs -------------------------------------------------------------------------------- /src/Microsoft.DotNet.NuGetRepack/tests/Resources/EmptyBinary.cs: -------------------------------------------------------------------------------- 1 | class C {} -------------------------------------------------------------------------------- /src/Microsoft.DotNet.NuGetRepack/tests/Resources/pack.cmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/src/Microsoft.DotNet.NuGetRepack/tests/Resources/pack.cmd -------------------------------------------------------------------------------- /src/Microsoft.DotNet.PackageTesting/NupkgParser.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/src/Microsoft.DotNet.PackageTesting/NupkgParser.cs -------------------------------------------------------------------------------- /src/Microsoft.DotNet.PackageTesting/Package.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/src/Microsoft.DotNet.PackageTesting/Package.cs -------------------------------------------------------------------------------- /src/Microsoft.DotNet.PackageTesting/VerifyClosure.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/src/Microsoft.DotNet.PackageTesting/VerifyClosure.cs -------------------------------------------------------------------------------- /src/Microsoft.DotNet.PackageTesting/VerifyTypes.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/src/Microsoft.DotNet.PackageTesting/VerifyTypes.cs -------------------------------------------------------------------------------- /src/Microsoft.DotNet.RemoteExecutor/src/MiniDump.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/src/Microsoft.DotNet.RemoteExecutor/src/MiniDump.cs -------------------------------------------------------------------------------- /src/Microsoft.DotNet.RemoteExecutor/src/PasteArguments.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/src/Microsoft.DotNet.RemoteExecutor/src/PasteArguments.cs -------------------------------------------------------------------------------- /src/Microsoft.DotNet.RemoteExecutor/src/Program.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/src/Microsoft.DotNet.RemoteExecutor/src/Program.cs -------------------------------------------------------------------------------- /src/Microsoft.DotNet.RemoteExecutor/src/RemoteExecutor.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/src/Microsoft.DotNet.RemoteExecutor/src/RemoteExecutor.cs -------------------------------------------------------------------------------- /src/Microsoft.DotNet.SharedFramework.Sdk/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/src/Microsoft.DotNet.SharedFramework.Sdk/README.md -------------------------------------------------------------------------------- /src/Microsoft.DotNet.SharedFramework.Sdk/sdk/Sdk.props: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/src/Microsoft.DotNet.SharedFramework.Sdk/sdk/Sdk.props -------------------------------------------------------------------------------- /src/Microsoft.DotNet.SharedFramework.Sdk/sdk/Sdk.targets: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/src/Microsoft.DotNet.SharedFramework.Sdk/sdk/Sdk.targets -------------------------------------------------------------------------------- /src/Microsoft.DotNet.SignTool.Tests/FakeBuildEngine.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/src/Microsoft.DotNet.SignTool.Tests/FakeBuildEngine.cs -------------------------------------------------------------------------------- /src/Microsoft.DotNet.SignTool.Tests/FakeSignTool.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/src/Microsoft.DotNet.SignTool.Tests/FakeSignTool.cs -------------------------------------------------------------------------------- /src/Microsoft.DotNet.SignTool.Tests/Resources/Simple.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/src/Microsoft.DotNet.SignTool.Tests/Resources/Simple.exe -------------------------------------------------------------------------------- /src/Microsoft.DotNet.SignTool.Tests/Resources/Simple.vsix: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/src/Microsoft.DotNet.SignTool.Tests/Resources/Simple.vsix -------------------------------------------------------------------------------- /src/Microsoft.DotNet.SignTool.Tests/Resources/UnsignedScript.ps1: -------------------------------------------------------------------------------- 1 | Write-Host "Hello World!" -------------------------------------------------------------------------------- /src/Microsoft.DotNet.SignTool.Tests/Resources/WithApp.pkg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/src/Microsoft.DotNet.SignTool.Tests/Resources/WithApp.pkg -------------------------------------------------------------------------------- /src/Microsoft.DotNet.SignTool.Tests/Resources/ZeroLengthPythonFile.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/Microsoft.DotNet.SignTool.Tests/Resources/filewithoutextension: -------------------------------------------------------------------------------- 1 | This is a file 2 | -------------------------------------------------------------------------------- /src/Microsoft.DotNet.SignTool.Tests/Resources/linux-elf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/src/Microsoft.DotNet.SignTool.Tests/Resources/linux-elf -------------------------------------------------------------------------------- /src/Microsoft.DotNet.SignTool.Tests/Resources/macos-macho: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/src/Microsoft.DotNet.SignTool.Tests/Resources/macos-macho -------------------------------------------------------------------------------- /src/Microsoft.DotNet.SignTool.Tests/Resources/test.deb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/src/Microsoft.DotNet.SignTool.Tests/Resources/test.deb -------------------------------------------------------------------------------- /src/Microsoft.DotNet.SignTool.Tests/Resources/test.mpack: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/src/Microsoft.DotNet.SignTool.Tests/Resources/test.mpack -------------------------------------------------------------------------------- /src/Microsoft.DotNet.SignTool.Tests/Resources/test.pkg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/src/Microsoft.DotNet.SignTool.Tests/Resources/test.pkg -------------------------------------------------------------------------------- /src/Microsoft.DotNet.SignTool.Tests/Resources/test.rpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/src/Microsoft.DotNet.SignTool.Tests/Resources/test.rpm -------------------------------------------------------------------------------- /src/Microsoft.DotNet.SignTool.Tests/Resources/test.tgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/src/Microsoft.DotNet.SignTool.Tests/Resources/test.tgz -------------------------------------------------------------------------------- /src/Microsoft.DotNet.SignTool.Tests/Resources/test.vsix: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/src/Microsoft.DotNet.SignTool.Tests/Resources/test.vsix -------------------------------------------------------------------------------- /src/Microsoft.DotNet.SignTool.Tests/Resources/test.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/src/Microsoft.DotNet.SignTool.Tests/Resources/test.zip -------------------------------------------------------------------------------- /src/Microsoft.DotNet.SignTool.Tests/SignToolTests.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/src/Microsoft.DotNet.SignTool.Tests/SignToolTests.cs -------------------------------------------------------------------------------- /src/Microsoft.DotNet.SignTool.Tests/StreamUtilities.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/src/Microsoft.DotNet.SignTool.Tests/StreamUtilities.cs -------------------------------------------------------------------------------- /src/Microsoft.DotNet.SignTool/FEATURES.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/src/Microsoft.DotNet.SignTool/FEATURES.txt -------------------------------------------------------------------------------- /src/Microsoft.DotNet.SignTool/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/src/Microsoft.DotNet.SignTool/README.md -------------------------------------------------------------------------------- /src/Microsoft.DotNet.SignTool/src/BatchSignInput.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/src/Microsoft.DotNet.SignTool/src/BatchSignInput.cs -------------------------------------------------------------------------------- /src/Microsoft.DotNet.SignTool/src/BatchSignUtil.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/src/Microsoft.DotNet.SignTool/src/BatchSignUtil.cs -------------------------------------------------------------------------------- /src/Microsoft.DotNet.SignTool/src/ByteSequenceComparer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/src/Microsoft.DotNet.SignTool/src/ByteSequenceComparer.cs -------------------------------------------------------------------------------- /src/Microsoft.DotNet.SignTool/src/Configuration.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/src/Microsoft.DotNet.SignTool/src/Configuration.cs -------------------------------------------------------------------------------- /src/Microsoft.DotNet.SignTool/src/ContentUtil.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/src/Microsoft.DotNet.SignTool/src/ContentUtil.cs -------------------------------------------------------------------------------- /src/Microsoft.DotNet.SignTool/src/ExecutableType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/src/Microsoft.DotNet.SignTool/src/ExecutableType.cs -------------------------------------------------------------------------------- /src/Microsoft.DotNet.SignTool/src/FileSignInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/src/Microsoft.DotNet.SignTool/src/FileSignInfo.cs -------------------------------------------------------------------------------- /src/Microsoft.DotNet.SignTool/src/Hash.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/src/Microsoft.DotNet.SignTool/src/Hash.cs -------------------------------------------------------------------------------- /src/Microsoft.DotNet.SignTool/src/ItemToSign.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/src/Microsoft.DotNet.SignTool/src/ItemToSign.cs -------------------------------------------------------------------------------- /src/Microsoft.DotNet.SignTool/src/PEInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/src/Microsoft.DotNet.SignTool/src/PEInfo.cs -------------------------------------------------------------------------------- /src/Microsoft.DotNet.SignTool/src/PathWithHash.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/src/Microsoft.DotNet.SignTool/src/PathWithHash.cs -------------------------------------------------------------------------------- /src/Microsoft.DotNet.SignTool/src/RealSignTool.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/src/Microsoft.DotNet.SignTool/src/RealSignTool.cs -------------------------------------------------------------------------------- /src/Microsoft.DotNet.SignTool/src/SignInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/src/Microsoft.DotNet.SignTool/src/SignInfo.cs -------------------------------------------------------------------------------- /src/Microsoft.DotNet.SignTool/src/SignTool.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/src/Microsoft.DotNet.SignTool/src/SignTool.cs -------------------------------------------------------------------------------- /src/Microsoft.DotNet.SignTool/src/SignToolArgs.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/src/Microsoft.DotNet.SignTool/src/SignToolArgs.cs -------------------------------------------------------------------------------- /src/Microsoft.DotNet.SignTool/src/SignToolConstants.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/src/Microsoft.DotNet.SignTool/src/SignToolConstants.cs -------------------------------------------------------------------------------- /src/Microsoft.DotNet.SignTool/src/SignToolTask.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/src/Microsoft.DotNet.SignTool/src/SignToolTask.cs -------------------------------------------------------------------------------- /src/Microsoft.DotNet.SignTool/src/SignedFileContentKey.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/src/Microsoft.DotNet.SignTool/src/SignedFileContentKey.cs -------------------------------------------------------------------------------- /src/Microsoft.DotNet.SignTool/src/SigningStatus.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/src/Microsoft.DotNet.SignTool/src/SigningStatus.cs -------------------------------------------------------------------------------- /src/Microsoft.DotNet.SignTool/src/Telemetry.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/src/Microsoft.DotNet.SignTool/src/Telemetry.cs -------------------------------------------------------------------------------- /src/Microsoft.DotNet.SignTool/src/VerifySignatures.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/src/Microsoft.DotNet.SignTool/src/VerifySignatures.cs -------------------------------------------------------------------------------- /src/Microsoft.DotNet.SignTool/src/WixPackInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/src/Microsoft.DotNet.SignTool/src/WixPackInfo.cs -------------------------------------------------------------------------------- /src/Microsoft.DotNet.SignTool/src/ZipData.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/src/Microsoft.DotNet.SignTool/src/ZipData.cs -------------------------------------------------------------------------------- /src/Microsoft.DotNet.SignTool/src/ZipDataEntry.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/src/Microsoft.DotNet.SignTool/src/ZipDataEntry.cs -------------------------------------------------------------------------------- /src/Microsoft.DotNet.SignTool/src/ZipPart.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/src/Microsoft.DotNet.SignTool/src/ZipPart.cs -------------------------------------------------------------------------------- /src/Microsoft.DotNet.SourceBuild/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/src/Microsoft.DotNet.SourceBuild/README.md -------------------------------------------------------------------------------- /src/Microsoft.DotNet.StrongName/Algorithm.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/src/Microsoft.DotNet.StrongName/Algorithm.cs -------------------------------------------------------------------------------- /src/Microsoft.DotNet.StrongName/Constants.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/src/Microsoft.DotNet.StrongName/Constants.cs -------------------------------------------------------------------------------- /src/Microsoft.DotNet.StrongName/Signing.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/src/Microsoft.DotNet.StrongName/Signing.cs -------------------------------------------------------------------------------- /src/Microsoft.DotNet.StrongName/StrongNameHelper.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/src/Microsoft.DotNet.StrongName/StrongNameHelper.cs -------------------------------------------------------------------------------- /src/Microsoft.DotNet.StrongName/Utils.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/src/Microsoft.DotNet.StrongName/Utils.cs -------------------------------------------------------------------------------- /src/Microsoft.DotNet.StrongName/Verification.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/src/Microsoft.DotNet.StrongName/Verification.cs -------------------------------------------------------------------------------- /src/Microsoft.DotNet.Tar/Microsoft.DotNet.Tar.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/src/Microsoft.DotNet.Tar/Microsoft.DotNet.Tar.csproj -------------------------------------------------------------------------------- /src/Microsoft.DotNet.Tar/Program.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/src/Microsoft.DotNet.Tar/Program.cs -------------------------------------------------------------------------------- /src/Microsoft.DotNet.XUnitAssert/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/src/Microsoft.DotNet.XUnitAssert/README.md -------------------------------------------------------------------------------- /src/Microsoft.DotNet.XUnitAssert/src/.editorconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/src/Microsoft.DotNet.XUnitAssert/src/.editorconfig -------------------------------------------------------------------------------- /src/Microsoft.DotNet.XUnitAssert/src/.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/src/Microsoft.DotNet.XUnitAssert/src/.gitattributes -------------------------------------------------------------------------------- /src/Microsoft.DotNet.XUnitAssert/src/Assert.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/src/Microsoft.DotNet.XUnitAssert/src/Assert.cs -------------------------------------------------------------------------------- /src/Microsoft.DotNet.XUnitAssert/src/BooleanAsserts.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/src/Microsoft.DotNet.XUnitAssert/src/BooleanAsserts.cs -------------------------------------------------------------------------------- /src/Microsoft.DotNet.XUnitAssert/src/CollectionAsserts.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/src/Microsoft.DotNet.XUnitAssert/src/CollectionAsserts.cs -------------------------------------------------------------------------------- /src/Microsoft.DotNet.XUnitAssert/src/Comparers.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/src/Microsoft.DotNet.XUnitAssert/src/Comparers.cs -------------------------------------------------------------------------------- /src/Microsoft.DotNet.XUnitAssert/src/DictionaryAsserts.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/src/Microsoft.DotNet.XUnitAssert/src/DictionaryAsserts.cs -------------------------------------------------------------------------------- /src/Microsoft.DotNet.XUnitAssert/src/EqualityAsserts.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/src/Microsoft.DotNet.XUnitAssert/src/EqualityAsserts.cs -------------------------------------------------------------------------------- /src/Microsoft.DotNet.XUnitAssert/src/EventAsserts.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/src/Microsoft.DotNet.XUnitAssert/src/EventAsserts.cs -------------------------------------------------------------------------------- /src/Microsoft.DotNet.XUnitAssert/src/ExceptionAsserts.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/src/Microsoft.DotNet.XUnitAssert/src/ExceptionAsserts.cs -------------------------------------------------------------------------------- /src/Microsoft.DotNet.XUnitAssert/src/FailAsserts.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/src/Microsoft.DotNet.XUnitAssert/src/FailAsserts.cs -------------------------------------------------------------------------------- /src/Microsoft.DotNet.XUnitAssert/src/Guards.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/src/Microsoft.DotNet.XUnitAssert/src/Guards.cs -------------------------------------------------------------------------------- /src/Microsoft.DotNet.XUnitAssert/src/IdentityAsserts.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/src/Microsoft.DotNet.XUnitAssert/src/IdentityAsserts.cs -------------------------------------------------------------------------------- /src/Microsoft.DotNet.XUnitAssert/src/LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/src/Microsoft.DotNet.XUnitAssert/src/LICENSE.txt -------------------------------------------------------------------------------- /src/Microsoft.DotNet.XUnitAssert/src/MemoryAsserts.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/src/Microsoft.DotNet.XUnitAssert/src/MemoryAsserts.cs -------------------------------------------------------------------------------- /src/Microsoft.DotNet.XUnitAssert/src/MultipleAsserts.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/src/Microsoft.DotNet.XUnitAssert/src/MultipleAsserts.cs -------------------------------------------------------------------------------- /src/Microsoft.DotNet.XUnitAssert/src/NullAsserts.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/src/Microsoft.DotNet.XUnitAssert/src/NullAsserts.cs -------------------------------------------------------------------------------- /src/Microsoft.DotNet.XUnitAssert/src/PropertyAsserts.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/src/Microsoft.DotNet.XUnitAssert/src/PropertyAsserts.cs -------------------------------------------------------------------------------- /src/Microsoft.DotNet.XUnitAssert/src/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/src/Microsoft.DotNet.XUnitAssert/src/README.md -------------------------------------------------------------------------------- /src/Microsoft.DotNet.XUnitAssert/src/RangeAsserts.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/src/Microsoft.DotNet.XUnitAssert/src/RangeAsserts.cs -------------------------------------------------------------------------------- /src/Microsoft.DotNet.XUnitAssert/src/Record.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/src/Microsoft.DotNet.XUnitAssert/src/Record.cs -------------------------------------------------------------------------------- /src/Microsoft.DotNet.XUnitAssert/src/Sdk/AssertHelper.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/src/Microsoft.DotNet.XUnitAssert/src/Sdk/AssertHelper.cs -------------------------------------------------------------------------------- /src/Microsoft.DotNet.XUnitAssert/src/SetAsserts.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/src/Microsoft.DotNet.XUnitAssert/src/SetAsserts.cs -------------------------------------------------------------------------------- /src/Microsoft.DotNet.XUnitAssert/src/SkipAsserts.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/src/Microsoft.DotNet.XUnitAssert/src/SkipAsserts.cs -------------------------------------------------------------------------------- /src/Microsoft.DotNet.XUnitAssert/src/SpanAsserts.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/src/Microsoft.DotNet.XUnitAssert/src/SpanAsserts.cs -------------------------------------------------------------------------------- /src/Microsoft.DotNet.XUnitAssert/src/StringAsserts.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/src/Microsoft.DotNet.XUnitAssert/src/StringAsserts.cs -------------------------------------------------------------------------------- /src/Microsoft.DotNet.XUnitAssert/src/TypeAsserts.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/src/Microsoft.DotNet.XUnitAssert/src/TypeAsserts.cs -------------------------------------------------------------------------------- /src/Microsoft.DotNet.XUnitAssert/src/xunit.snk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/src/Microsoft.DotNet.XUnitAssert/src/xunit.snk -------------------------------------------------------------------------------- /src/Microsoft.DotNet.XUnitAssert/tests/SetAssertsTests.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/src/Microsoft.DotNet.XUnitAssert/tests/SetAssertsTests.cs -------------------------------------------------------------------------------- /src/Microsoft.DotNet.XUnitAssert/tests/SetExtensions.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/src/Microsoft.DotNet.XUnitAssert/tests/SetExtensions.cs -------------------------------------------------------------------------------- /src/Microsoft.DotNet.XUnitAssert/tests/SpanExtensions.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/src/Microsoft.DotNet.XUnitAssert/tests/SpanExtensions.cs -------------------------------------------------------------------------------- /src/Microsoft.DotNet.XUnitConsoleRunner/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/src/Microsoft.DotNet.XUnitConsoleRunner/README.md -------------------------------------------------------------------------------- /src/Microsoft.DotNet.XUnitConsoleRunner/src/HTML.xslt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/src/Microsoft.DotNet.XUnitConsoleRunner/src/HTML.xslt -------------------------------------------------------------------------------- /src/Microsoft.DotNet.XUnitConsoleRunner/src/JUnitXml.xslt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/src/Microsoft.DotNet.XUnitConsoleRunner/src/JUnitXml.xslt -------------------------------------------------------------------------------- /src/Microsoft.DotNet.XUnitConsoleRunner/src/NUnitXml.xslt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/src/Microsoft.DotNet.XUnitConsoleRunner/src/NUnitXml.xslt -------------------------------------------------------------------------------- /src/Microsoft.DotNet.XUnitConsoleRunner/src/Program.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/src/Microsoft.DotNet.XUnitConsoleRunner/src/Program.cs -------------------------------------------------------------------------------- /src/Microsoft.DotNet.XUnitConsoleRunner/src/xUnit1.xslt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/src/Microsoft.DotNet.XUnitConsoleRunner/src/xUnit1.xslt -------------------------------------------------------------------------------- /src/Microsoft.DotNet.XUnitExtensions/README.md: -------------------------------------------------------------------------------- 1 | # Microsoft.DotNet.XUnitExtensions -------------------------------------------------------------------------------- /src/Microsoft.DotNet.XUnitV3Extensions/README.md: -------------------------------------------------------------------------------- 1 | # Microsoft.DotNet.XUnitV3Extensions -------------------------------------------------------------------------------- /src/Microsoft.DotNet.XliffTasks.Tests/AssertHelper.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/src/Microsoft.DotNet.XliffTasks.Tests/AssertHelper.cs -------------------------------------------------------------------------------- /src/Microsoft.DotNet.XliffTasks.Tests/XlfDocumentTests.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/src/Microsoft.DotNet.XliffTasks.Tests/XlfDocumentTests.cs -------------------------------------------------------------------------------- /src/Microsoft.DotNet.XliffTasks/EnumerableExtensions.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/src/Microsoft.DotNet.XliffTasks/EnumerableExtensions.cs -------------------------------------------------------------------------------- /src/Microsoft.DotNet.XliffTasks/ExponentialRetry.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/src/Microsoft.DotNet.XliffTasks/ExponentialRetry.cs -------------------------------------------------------------------------------- /src/Microsoft.DotNet.XliffTasks/Model/Document.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/src/Microsoft.DotNet.XliffTasks/Model/Document.cs -------------------------------------------------------------------------------- /src/Microsoft.DotNet.XliffTasks/Model/JsonDocument.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/src/Microsoft.DotNet.XliffTasks/Model/JsonDocument.cs -------------------------------------------------------------------------------- /src/Microsoft.DotNet.XliffTasks/Model/ResxDocument.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/src/Microsoft.DotNet.XliffTasks/Model/ResxDocument.cs -------------------------------------------------------------------------------- /src/Microsoft.DotNet.XliffTasks/Model/TranslatableNode.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/src/Microsoft.DotNet.XliffTasks/Model/TranslatableNode.cs -------------------------------------------------------------------------------- /src/Microsoft.DotNet.XliffTasks/Model/VsctDocument.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/src/Microsoft.DotNet.XliffTasks/Model/VsctDocument.cs -------------------------------------------------------------------------------- /src/Microsoft.DotNet.XliffTasks/Model/XamlRuleDocument.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/src/Microsoft.DotNet.XliffTasks/Model/XamlRuleDocument.cs -------------------------------------------------------------------------------- /src/Microsoft.DotNet.XliffTasks/Model/XlfDocument.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/src/Microsoft.DotNet.XliffTasks/Model/XlfDocument.cs -------------------------------------------------------------------------------- /src/Microsoft.DotNet.XliffTasks/Model/XlfNames.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/src/Microsoft.DotNet.XliffTasks/Model/XlfNames.cs -------------------------------------------------------------------------------- /src/Microsoft.DotNet.XliffTasks/Model/xml.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/src/Microsoft.DotNet.XliffTasks/Model/xml.xsd -------------------------------------------------------------------------------- /src/Microsoft.DotNet.XliffTasks/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/src/Microsoft.DotNet.XliffTasks/README.md -------------------------------------------------------------------------------- /src/Microsoft.DotNet.XliffTasks/Release.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/src/Microsoft.DotNet.XliffTasks/Release.cs -------------------------------------------------------------------------------- /src/Microsoft.DotNet.XliffTasks/StringExtensions.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/src/Microsoft.DotNet.XliffTasks/StringExtensions.cs -------------------------------------------------------------------------------- /src/Microsoft.DotNet.XliffTasks/Tasks/GatherXlf.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/src/Microsoft.DotNet.XliffTasks/Tasks/GatherXlf.cs -------------------------------------------------------------------------------- /src/Microsoft.DotNet.XliffTasks/Tasks/MetadataKey.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/src/Microsoft.DotNet.XliffTasks/Tasks/MetadataKey.cs -------------------------------------------------------------------------------- /src/Microsoft.DotNet.XliffTasks/Tasks/SortXlf.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/src/Microsoft.DotNet.XliffTasks/Tasks/SortXlf.cs -------------------------------------------------------------------------------- /src/Microsoft.DotNet.XliffTasks/Tasks/TranslateSource.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/src/Microsoft.DotNet.XliffTasks/Tasks/TranslateSource.cs -------------------------------------------------------------------------------- /src/Microsoft.DotNet.XliffTasks/Tasks/UpdateXlf.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/src/Microsoft.DotNet.XliffTasks/Tasks/UpdateXlf.cs -------------------------------------------------------------------------------- /src/Microsoft.DotNet.XliffTasks/Tasks/XlfTask.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/src/Microsoft.DotNet.XliffTasks/Tasks/XlfTask.cs -------------------------------------------------------------------------------- /src/Microsoft.DotNet.XliffTasks/Validation.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/src/Microsoft.DotNet.XliffTasks/Validation.cs -------------------------------------------------------------------------------- /src/SignCheck/Microsoft.SignCheck/Interop/Ole32.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/src/SignCheck/Microsoft.SignCheck/Interop/Ole32.cs -------------------------------------------------------------------------------- /src/SignCheck/Microsoft.SignCheck/Interop/Provider.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/src/SignCheck/Microsoft.SignCheck/Interop/Provider.cs -------------------------------------------------------------------------------- /src/SignCheck/Microsoft.SignCheck/Interop/STGM.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/src/SignCheck/Microsoft.SignCheck/Interop/STGM.cs -------------------------------------------------------------------------------- /src/SignCheck/Microsoft.SignCheck/Interop/StateAction.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/src/SignCheck/Microsoft.SignCheck/Interop/StateAction.cs -------------------------------------------------------------------------------- /src/SignCheck/Microsoft.SignCheck/Interop/UIChoice.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/src/SignCheck/Microsoft.SignCheck/Interop/UIChoice.cs -------------------------------------------------------------------------------- /src/SignCheck/Microsoft.SignCheck/Interop/UnionChoice.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/src/SignCheck/Microsoft.SignCheck/Interop/UnionChoice.cs -------------------------------------------------------------------------------- /src/SignCheck/Microsoft.SignCheck/Interop/WinCrypt.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/src/SignCheck/Microsoft.SignCheck/Interop/WinCrypt.cs -------------------------------------------------------------------------------- /src/SignCheck/Microsoft.SignCheck/Interop/WinTrust.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/src/SignCheck/Microsoft.SignCheck/Interop/WinTrust.cs -------------------------------------------------------------------------------- /src/SignCheck/Microsoft.SignCheck/Interop/WinTrustData.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/src/SignCheck/Microsoft.SignCheck/Interop/WinTrustData.cs -------------------------------------------------------------------------------- /src/SignCheck/Microsoft.SignCheck/Logging/FileLogger.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/src/SignCheck/Microsoft.SignCheck/Logging/FileLogger.cs -------------------------------------------------------------------------------- /src/SignCheck/Microsoft.SignCheck/Logging/ILogger.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/src/SignCheck/Microsoft.SignCheck/Logging/ILogger.cs -------------------------------------------------------------------------------- /src/SignCheck/Microsoft.SignCheck/Logging/Log.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/src/SignCheck/Microsoft.SignCheck/Logging/Log.cs -------------------------------------------------------------------------------- /src/SignCheck/Microsoft.SignCheck/Logging/LogVerbosity.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/src/SignCheck/Microsoft.SignCheck/Logging/LogVerbosity.cs -------------------------------------------------------------------------------- /src/SignCheck/Microsoft.SignCheck/Logging/LoggerBase.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/src/SignCheck/Microsoft.SignCheck/Logging/LoggerBase.cs -------------------------------------------------------------------------------- /src/SignCheck/Microsoft.SignCheck/ResxWorkaround.props: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/src/SignCheck/Microsoft.SignCheck/ResxWorkaround.props -------------------------------------------------------------------------------- /src/SignCheck/Microsoft.SignCheck/SignCheckResources.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/src/SignCheck/Microsoft.SignCheck/SignCheckResources.resx -------------------------------------------------------------------------------- /src/SignCheck/Microsoft.SignCheck/Utils.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/src/SignCheck/Microsoft.SignCheck/Utils.cs -------------------------------------------------------------------------------- /src/SignCheck/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/src/SignCheck/README.md -------------------------------------------------------------------------------- /src/SignCheck/SignCheck.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/src/SignCheck/SignCheck.sln -------------------------------------------------------------------------------- /src/SignCheck/SignCheck/App.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/src/SignCheck/SignCheck/App.config -------------------------------------------------------------------------------- /src/SignCheck/SignCheck/Microsoft.DotNet.SignCheck.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/src/SignCheck/SignCheck/Microsoft.DotNet.SignCheck.csproj -------------------------------------------------------------------------------- /src/SignCheck/SignCheck/SignCheck.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/src/SignCheck/SignCheck/SignCheck.cs -------------------------------------------------------------------------------- /src/SignCheck/SignCheckTask/src/FileStatus.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/src/SignCheck/SignCheckTask/src/FileStatus.cs -------------------------------------------------------------------------------- /src/SignCheck/SignCheckTask/src/LICENSE.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/src/SignCheck/SignCheckTask/src/LICENSE.TXT -------------------------------------------------------------------------------- /src/SignCheck/SignCheckTask/src/Options.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/src/SignCheck/SignCheckTask/src/Options.cs -------------------------------------------------------------------------------- /src/SignCheck/SignCheckTask/src/SignCheck.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/src/SignCheck/SignCheckTask/src/SignCheck.cs -------------------------------------------------------------------------------- /src/SignCheck/SignCheckTask/src/SignCheckResources.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/src/SignCheck/SignCheckTask/src/SignCheckResources.resx -------------------------------------------------------------------------------- /src/SignCheck/SignCheckTask/src/SignCheckTask.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/src/SignCheck/SignCheckTask/src/SignCheckTask.cs -------------------------------------------------------------------------------- /src/SignCheck/SignCheckTask/src/Utils.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/src/SignCheck/SignCheckTask/src/Utils.cs -------------------------------------------------------------------------------- /src/WinShimmer/Program.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/src/WinShimmer/Program.cs -------------------------------------------------------------------------------- /src/WinShimmer/WinShimmer.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/src/WinShimmer/WinShimmer.csproj -------------------------------------------------------------------------------- /test.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/test.sh -------------------------------------------------------------------------------- /tests/.gitignore: -------------------------------------------------------------------------------- 1 | *.zip 2 | *.payload 3 | -------------------------------------------------------------------------------- /tests/AspNetVersionCheck/aspnet-versioncheck.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/tests/AspNetVersionCheck/aspnet-versioncheck.ps1 -------------------------------------------------------------------------------- /tests/Junit/junit-results.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/tests/Junit/junit-results.xml -------------------------------------------------------------------------------- /tests/Trx/trx-results.1.trx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/tests/Trx/trx-results.1.trx -------------------------------------------------------------------------------- /tests/Trx/trx-results.2.trx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/tests/Trx/trx-results.2.trx -------------------------------------------------------------------------------- /tests/Trx/trx-results.trx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/tests/Trx/trx-results.trx -------------------------------------------------------------------------------- /tests/UnitTests.proj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/tests/UnitTests.proj -------------------------------------------------------------------------------- /tests/XHarness.Android.DeviceTests.proj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/tests/XHarness.Android.DeviceTests.proj -------------------------------------------------------------------------------- /tests/XHarness.Android.SimulatorTests.proj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/tests/XHarness.Android.SimulatorTests.proj -------------------------------------------------------------------------------- /tests/XHarness.Apple.DeviceTests.proj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/tests/XHarness.Apple.DeviceTests.proj -------------------------------------------------------------------------------- /tests/XHarness.Apple.SimulatorTests.proj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/tests/XHarness.Apple.SimulatorTests.proj -------------------------------------------------------------------------------- /tests/XHarness.Tests.Common.props: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/tests/XHarness.Tests.Common.props -------------------------------------------------------------------------------- /tests/XHarness/.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/tests/XHarness/.gitattributes -------------------------------------------------------------------------------- /tests/XHarness/XHarness.Apple.Device.Archived.proj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/tests/XHarness/XHarness.Apple.Device.Archived.proj -------------------------------------------------------------------------------- /tests/XHarness/XHarness.Apple.Simulator.Run.proj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/tests/XHarness/XHarness.Apple.Simulator.Run.proj -------------------------------------------------------------------------------- /tests/XHarness/XHarness.Apple.Simulator.Test.proj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/tests/XHarness/XHarness.Apple.Simulator.Test.proj -------------------------------------------------------------------------------- /tests/XHarness/XHarness.TestApks.proj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/tests/XHarness/XHarness.TestApks.proj -------------------------------------------------------------------------------- /tests/XUnit/testResults.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/arcade/HEAD/tests/XUnit/testResults.xml --------------------------------------------------------------------------------