-
Notifications
You must be signed in to change notification settings - Fork 264
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Added Arcade files.
- Loading branch information
Showing
180 changed files
with
11,955 additions
and
715 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -88,6 +88,7 @@ ehthumbs.db | |
packages | ||
artifacts | ||
Tools | ||
.dotnet | ||
|
||
# =========================== | ||
# Tools | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<Project> | ||
<Import Project="scripts\build\TestFx.props" /> | ||
</Project> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<Project> | ||
<Import Project="scripts\build\TestFx.targets" /> | ||
</Project> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
<Project> | ||
<ItemGroup> | ||
<PackageReference Include="MicroBuild.Core" Version="$(MicroBuildCoreVersion)" /> | ||
<PackageReference Include="Microsoft.DiaSymReader.Pdb2Pdb" Version="$(MicrosoftDiaSymReaderPdb2PdbVersion)" /> | ||
<PackageReference Include="Microsoft.Internal.Dia.Interop" Version="$(MicrosoftInternalDiaInteropVersion)" /> | ||
<PackageReference Include="MSTest.Internal.TestFx.Localized.Documentation" Version="$(MsTestInternalTestFxLocalizedDocumentationVersion)" /> | ||
<PackageReference Include="vswhere" Version="$(VsWhereVersion)" /> | ||
<PackageReference Include="fmdev.xlftool" Version="$(FmDevXlfToolVersion)" /> | ||
<PackageReference Include="Microsoft.VisualStudio.QualityTools" Version="$(VisualStudioQualityToolsUnitTestFrameworkVersion)" developmentDependency="true" /> | ||
</ItemGroup> | ||
</Project> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,80 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<Dependencies> | ||
<ProductDependencies> | ||
<Dependency Name="Microsoft.SymbolUploader.Build.Task" Version="1.1.156702"> | ||
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-symuploader</Uri> | ||
<Sha>861806bc0dc685441cb3e8f6bd1ce5ed31e6b32b</Sha> | ||
</Dependency> | ||
<Dependency Name="Microsoft.SymbolUploader" Version="1.1.152002"> | ||
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-symuploader</Uri> | ||
<Sha>165896e7efeecb70f01bd011257ead0f56d32c95</Sha> | ||
</Dependency> | ||
<Dependency Name="Microsoft.NET.Test.Sdk" Version="17.0.0-preview-20210520-02"> | ||
<Uri>https://github.com/microsoft/vstest</Uri> | ||
<Sha>4ec8825c93fbea1bf66408c1bdfd1087c3590e4e</Sha> | ||
</Dependency> | ||
</ProductDependencies> | ||
<ToolsetDependencies> | ||
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="6.0.0-beta.21264.2"> | ||
<Uri>https://github.com/dotnet/arcade</Uri> | ||
<Sha>42de78a825b575a1ddeb73020a01fb8cd9311d09</Sha> | ||
</Dependency> | ||
<Dependency Name="Microsoft.DotNet.Build.Tasks.Feed" Version="6.0.0-beta.21264.2"> | ||
<Uri>https://github.com/dotnet/arcade</Uri> | ||
<Sha>42de78a825b575a1ddeb73020a01fb8cd9311d09</Sha> | ||
</Dependency> | ||
<Dependency Name="Microsoft.DotNet.SignTool" Version="6.0.0-beta.21264.2"> | ||
<Uri>https://github.com/dotnet/arcade</Uri> | ||
<Sha>42de78a825b575a1ddeb73020a01fb8cd9311d09</Sha> | ||
</Dependency> | ||
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="6.0.0-beta.21264.2"> | ||
<Uri>https://github.com/dotnet/arcade</Uri> | ||
<Sha>42de78a825b575a1ddeb73020a01fb8cd9311d09</Sha> | ||
</Dependency> | ||
<Dependency Name="Microsoft.DotNet.SwaggerGenerator.MSBuild" Version="6.0.0-beta.21264.2"> | ||
<Uri>https://github.com/dotnet/arcade</Uri> | ||
<Sha>42de78a825b575a1ddeb73020a01fb8cd9311d09</Sha> | ||
</Dependency> | ||
<Dependency Name="Microsoft.DotNet.Maestro.Client" Version="1.1.0-beta.20258.6"> | ||
<Uri>https://github.com/dotnet/arcade-services</Uri> | ||
<Sha>869869342f1ec338de96adcea6e003b61f195256</Sha> | ||
</Dependency> | ||
<Dependency Name="Microsoft.DotNet.Maestro.Tasks" Version="1.1.0-beta.20570.1"> | ||
<Uri>https://github.com/dotnet/arcade-services</Uri> | ||
<Sha>cac955fe259cb611f6a29d09209bd717deb69037</Sha> | ||
</Dependency> | ||
<Dependency Name="Microsoft.DotNet.XHarness.CLI" Version="1.0.0-prerelease.21264.3"> | ||
<Uri>https://github.com/dotnet/xharness</Uri> | ||
<Sha>2eef520188beb49e31460d0a7dbe040294428ff1</Sha> | ||
</Dependency> | ||
<Dependency Name="Microsoft.Net.Compilers.Toolset" Version="4.0.0-1.21270.4"> | ||
<Uri>https://github.com/dotnet/roslyn</Uri> | ||
<Sha>1e347d3e229cf388249d342c72a1222bff0b5fdd</Sha> | ||
</Dependency> | ||
<Dependency Name="Microsoft.NET.ILLink.Tasks" Version="6.0.100-preview.5.21268.2"> | ||
<Uri>https://github.com/mono/linker</Uri> | ||
<Sha>30f2498c2a3de1f7e236d5793f5f1aca6e5ba456</Sha> | ||
</Dependency> | ||
<Dependency Name="Microsoft.SourceLink.GitHub" Version="1.1.0-beta-21228-01"> | ||
<Uri>https://github.com/dotnet/sourcelink</Uri> | ||
<Sha>4b584dbc392bb1aad49c2eb1ab84d8b489b6dccc</Sha> | ||
<SourceBuild RepoName="sourcelink" ManagedOnly="true" /> | ||
</Dependency> | ||
<Dependency Name="Microsoft.SourceLink.AzureRepos.Git" Version="1.1.0-beta-21228-01"> | ||
<Uri>https://github.com/dotnet/sourcelink</Uri> | ||
<Sha>4b584dbc392bb1aad49c2eb1ab84d8b489b6dccc</Sha> | ||
</Dependency> | ||
<Dependency Name="Microsoft.DiaSymReader.Pdb2Pdb" Version="1.1.0-beta2-19575-01"> | ||
<Uri>https://github.com/dotnet/symreader-converter</Uri> | ||
<Sha>c5ba7c88f92e2dde156c324a8c8edc04d9fa4fe0</Sha> | ||
</Dependency> | ||
<Dependency Name="Microsoft.DiaSymReader.Converter" Version="1.1.0-beta2-19575-01"> | ||
<Uri>https://github.com/dotnet/symreader-converter</Uri> | ||
<Sha>c5ba7c88f92e2dde156c324a8c8edc04d9fa4fe0</Sha> | ||
</Dependency> | ||
<Dependency Name="XliffTasks" Version="1.0.0-beta.21265.1"> | ||
<Uri>https://github.com/dotnet/xliff-tasks</Uri> | ||
<Sha>f4bfde77fb60daf52d8fec738d96d1d54e37dd88</Sha> | ||
</Dependency> | ||
</ToolsetDependencies> | ||
</Dependencies> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,128 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<Project> | ||
<PropertyGroup> | ||
<!-- This repo version --> | ||
<VersionPrefix>6.0.0</VersionPrefix> | ||
<PreReleaseVersionLabel>beta</PreReleaseVersionLabel> | ||
|
||
<!-- Opt-out repo features --> | ||
<UsingToolXliff>false</UsingToolXliff> | ||
|
||
<MicrosoftNETTestSdkVersion>17.0.0-preview-20210520-02</MicrosoftNETTestSdkVersion> | ||
|
||
<!-- Toolset --> | ||
<MicroBuildCoreVersion>0.2.0</MicroBuildCoreVersion> | ||
<NuGetFrameworksVersion>5.9.1</NuGetFrameworksVersion> | ||
<VsWhereVersion>2.5.2</VsWhereVersion> | ||
<MicrosoftInternalDiaInteropVersion>14.0.0</MicrosoftInternalDiaInteropVersion> <!-- keep in sync with test\UnitTests\PlatformServices.Desktop.Unit.Tests\Utilities\XmlUtilitiesTests.cs --> | ||
<MicrosoftDiaSymReaderPdb2PdbVersion>1.1.0-beta2-21064-01</MicrosoftDiaSymReaderPdb2PdbVersion> | ||
<MsTestInternalTestFxLocalizedDocumentationVersion>1.0.0-build-20170420-1</MsTestInternalTestFxLocalizedDocumentationVersion> | ||
<FmDevXlfToolVersion>0.1.3</FmDevXlfToolVersion> | ||
<VisualStudioQualityToolsUnitTestFrameworkVersion>16.9.0-preview-4267359</VisualStudioQualityToolsUnitTestFrameworkVersion> | ||
<!-- / Toolset --> | ||
|
||
<!-- Try to keep all these in sync --> | ||
<SystemRuntimeVersion>4.3.0</SystemRuntimeVersion> | ||
<SystemRuntimeSerializationJsonVersion>4.3.0</SystemRuntimeSerializationJsonVersion> | ||
<SystemRuntimeSerializationPrimitivesVersion>4.3.0</SystemRuntimeSerializationPrimitivesVersion> | ||
<SystemComponentModelEventBasedAsyncVersion>4.3.0</SystemComponentModelEventBasedAsyncVersion> | ||
<SystemComponentModelTypeConverterVersion>4.3.0</SystemComponentModelTypeConverterVersion> | ||
<SystemDiagnosticsTextWriterTraceListenerVersion>4.3.0</SystemDiagnosticsTextWriterTraceListenerVersion> | ||
<SystemRuntimeInteropServicesRuntimeInformationVersion>4.3.0</SystemRuntimeInteropServicesRuntimeInformationVersion> | ||
<SystemValueTupleVersion>4.3.0</SystemValueTupleVersion> | ||
<!-- / Try to keep all these in sync --> | ||
|
||
<SystemCollectionsImmutableVersion>1.6.0</SystemCollectionsImmutableVersion> | ||
<SystemReflectionMetadataVersion>1.6.0</SystemReflectionMetadataVersion> | ||
|
||
<!-- UWP and WinUI dependencies --> | ||
<MicrosoftNETCoreUniversalWindowsPlatformVersion>5.3.0</MicrosoftNETCoreUniversalWindowsPlatformVersion> | ||
<MicrosoftProjectReunionVersion>0.5.0</MicrosoftProjectReunionVersion> | ||
<!-- / UWP and WinUI dependencies --> | ||
|
||
<MoqVersion>4.8.3</MoqVersion> | ||
<CastleCoreVersion>4.3.0</CastleCoreVersion> | ||
<FluentAssertionsVersion>5.10.3</FluentAssertionsVersion> | ||
<StyleCopAnalyzersVersion>1.0.0</StyleCopAnalyzersVersion> | ||
|
||
<!-- These are used to test compability with legacy MSTest, please do not update --> | ||
<Legacy__MicrosoftNETTestSdkVersion>15.7.0</Legacy__MicrosoftNETTestSdkVersion> | ||
<Legacy__MSTestTestAdapterVersion>1.2.0</Legacy__MSTestTestAdapterVersion> | ||
<Legacy__MSTestTestFrameworkVersion>1.2.0</Legacy__MSTestTestFrameworkVersion> | ||
<!-- / These are used to test compability with legacy MSTest, please do not update --> | ||
|
||
<MinimumVisualStudioVersion>11.0</MinimumVisualStudioVersion> | ||
|
||
<!-- Libs --> | ||
<CommandLineParserVersion>2.2.1</CommandLineParserVersion> | ||
<CredentialManagementVersion>1.0.2</CredentialManagementVersion> | ||
<HandlebarsNetVersion>1.10.1</HandlebarsNetVersion> | ||
<LibGit2SharpVersion>0.25.2</LibGit2SharpVersion> | ||
<log4netVersion>2.0.10</log4netVersion> | ||
<SystemNetHttpVersion>4.3.4</SystemNetHttpVersion> | ||
<AzureStorageBlobsVersion>12.3.0</AzureStorageBlobsVersion> | ||
<MicrosoftApplicationInsightsVersion>2.16.0</MicrosoftApplicationInsightsVersion> | ||
<MicrosoftAzureKeyVaultVersion>3.0.0</MicrosoftAzureKeyVaultVersion> | ||
<MicrosoftAzureServicesAppAuthenticationVersion>1.3.1</MicrosoftAzureServicesAppAuthenticationVersion> | ||
<MicrosoftDataAnalysisVersion>0.1.0</MicrosoftDataAnalysisVersion> | ||
<MicrosoftBuildVersion>15.7.179</MicrosoftBuildVersion> | ||
<MicrosoftBuildFrameworkVersion>15.7.179</MicrosoftBuildFrameworkVersion> | ||
<MicrosoftBuildTasksCoreVersion>15.7.179</MicrosoftBuildTasksCoreVersion> | ||
<MicrosoftBuildUtilitiesCoreVersion>15.7.179</MicrosoftBuildUtilitiesCoreVersion> | ||
<MicrosoftCodeAnalysisAnalyzersVersion>2.6.3</MicrosoftCodeAnalysisAnalyzersVersion> | ||
<MicrosoftCodeAnalysisCSharpVersion>2.9.0</MicrosoftCodeAnalysisCSharpVersion> | ||
<MsbuildTaskMicrosoftCodeAnalysisCSharpVersion>3.8.0</MsbuildTaskMicrosoftCodeAnalysisCSharpVersion> | ||
<MicrosoftIdentityModelClientsActiveDirectoryVersion>3.17.2</MicrosoftIdentityModelClientsActiveDirectoryVersion> | ||
<MicrosoftRestClientRuntimeVersion>2.3.13</MicrosoftRestClientRuntimeVersion> | ||
<MicrosoftExtensionsDependencyModelVersion>2.1.0</MicrosoftExtensionsDependencyModelVersion> | ||
<MicrosoftExtensionsDependencyInjectionAbstractionsVersion>2.1.1</MicrosoftExtensionsDependencyInjectionAbstractionsVersion> | ||
<MicrosoftExtensionsDependencyInjectionVersion>2.1.1</MicrosoftExtensionsDependencyInjectionVersion> | ||
<MicrosoftExtensionsFileSystemGlobbingVersion>2.0.0</MicrosoftExtensionsFileSystemGlobbingVersion> | ||
<MicrosoftExtensionsLoggingConsoleVersion>2.1.1</MicrosoftExtensionsLoggingConsoleVersion> | ||
<MicrosoftNETCorePlatformsVersion>2.1.0</MicrosoftNETCorePlatformsVersion> | ||
<MicrosoftNetCompilersToolsetVersion>4.0.0-1.21270.4</MicrosoftNetCompilersToolsetVersion> | ||
<MicrosoftNETILLinkTasksVersion>6.0.100-preview.5.21268.2</MicrosoftNETILLinkTasksVersion> | ||
<MonoOptionsVersion>5.3.0.1</MonoOptionsVersion> | ||
<McMasterExtensionsCommandLineUtils>2.3.0</McMasterExtensionsCommandLineUtils> | ||
<NewtonsoftJsonVersion>9.0.1</NewtonsoftJsonVersion> | ||
<SystemTextJsonVersion>4.7.0</SystemTextJsonVersion> | ||
<NuGetVersioningVersion>4.4.0</NuGetVersioningVersion> | ||
<NuGetVersion>5.6.0-preview.2.6489</NuGetVersion> | ||
<OctokitVersion>0.32.0</OctokitVersion> | ||
<DotNetSleetLibVersion>2.2.143</DotNetSleetLibVersion> | ||
<SwashbuckleAspNetCoreSwaggerVersion>3.0.0</SwashbuckleAspNetCoreSwaggerVersion> | ||
<SystemBuffersVersion>4.5.0</SystemBuffersVersion> | ||
<SystemDiagnosticsTraceSourceVersion>4.0.0</SystemDiagnosticsTraceSourceVersion> | ||
<SystemIOCompressionVersion>4.3.0</SystemIOCompressionVersion> | ||
<SystemIOPackagingVersion>4.5.0</SystemIOPackagingVersion> | ||
<SystemIOFileSystemPrimitivesVersion>4.3.0</SystemIOFileSystemPrimitivesVersion> | ||
<SystemMemoryVersion>4.5.3</SystemMemoryVersion> | ||
<SystemNumericsVectorsVersion>4.5.0</SystemNumericsVectorsVersion> | ||
<SystemRuntimeCompilerServicesUnsafeVersion>4.7.0</SystemRuntimeCompilerServicesUnsafeVersion> | ||
<SystemRuntimeInteropServicesRuntimeInformation>4.3.0</SystemRuntimeInteropServicesRuntimeInformation> | ||
<SystemTextEncodingsWebVersion>4.7.2</SystemTextEncodingsWebVersion> | ||
<SystemThreadingTasksExtensionVersion>4.5.2</SystemThreadingTasksExtensionVersion> | ||
<WindowsAzureStorageVersion>8.5.0</WindowsAzureStorageVersion> | ||
<XUnitVersion>2.4.1</XUnitVersion> | ||
<XUnitAbstractionsVersion>2.0.3</XUnitAbstractionsVersion> | ||
<XUnitVSRunnerVersion>2.4.1</XUnitVSRunnerVersion> | ||
<MicrosoftDotNetBuildTasksFeedVersion>6.0.0-beta.21264.2</MicrosoftDotNetBuildTasksFeedVersion> | ||
<MicrosoftDotNetSignToolVersion>6.0.0-beta.21264.2</MicrosoftDotNetSignToolVersion> | ||
<MicrosoftAzureDocumentDBVersion>1.22.0</MicrosoftAzureDocumentDBVersion> | ||
<MicrosoftAzureCosmosDBTableVersion>1.1.2</MicrosoftAzureCosmosDBTableVersion> | ||
<MicrosoftAspNetCoreAllVersion>2.0.0</MicrosoftAspNetCoreAllVersion> | ||
<MicrosoftDotNetGitHubIssueLabelerAssetsVersion>1.6.0</MicrosoftDotNetGitHubIssueLabelerAssetsVersion> | ||
<MicrosoftMLVersion>1.0.0</MicrosoftMLVersion> | ||
<MicrosoftVisualStudioWebCodeGenerationDesignVersion>2.0.4</MicrosoftVisualStudioWebCodeGenerationDesignVersion> | ||
<MicrosoftDotNetMaestroClientVersion>1.1.0-beta.20258.6</MicrosoftDotNetMaestroClientVersion> | ||
<MicrosoftSourceLinkGitHubVersion>1.1.0-beta-21228-01</MicrosoftSourceLinkGitHubVersion> | ||
<MicrosoftSourceLinkAzureReposGitVersion>1.1.0-beta-21228-01</MicrosoftSourceLinkAzureReposGitVersion> | ||
<MicrosoftDotNetSwaggerGeneratorMSBuildVersion>6.0.0-beta.21264.2</MicrosoftDotNetSwaggerGeneratorMSBuildVersion> | ||
<XliffTasksVersion>1.0.0-beta.21265.1</XliffTasksVersion> | ||
<MicrosoftDotNetMaestroTasksVersion>1.1.0-beta.21228.1</MicrosoftDotNetMaestroTasksVersion> | ||
<MicrosoftDotNetXHarnessCLIVersion>1.0.0-prerelease.21264.3</MicrosoftDotNetXHarnessCLIVersion> | ||
<MicrosoftSymbolUploaderBuildTaskVersion>1.1.156402</MicrosoftSymbolUploaderBuildTaskVersion> | ||
<MicrosoftSymbolUploaderVersion>1.1.152002</MicrosoftSymbolUploaderVersion> | ||
<MicrosoftNetSdkWorkloadManifestReaderVersion>6.0.100-preview.5.21254.11</MicrosoftNetSdkWorkloadManifestReaderVersion> | ||
</PropertyGroup> | ||
</Project> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
@echo off | ||
powershell -ExecutionPolicy ByPass -NoProfile -command "& """%~dp0Build.ps1""" -restore -build -test -sign -pack -publish -ci %*" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
@{ | ||
IncludeRules=@('PSAvoidUsingCmdletAliases', | ||
'PSAvoidUsingWMICmdlet', | ||
'PSAvoidUsingPositionalParameters', | ||
'PSAvoidUsingInvokeExpression', | ||
'PSUseDeclaredVarsMoreThanAssignments', | ||
'PSUseCmdletCorrectly', | ||
'PSStandardDSCFunctionsInResource', | ||
'PSUseIdenticalMandatoryParametersForDSC', | ||
'PSUseIdenticalParametersForDSC') | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
# Don't touch this folder | ||
|
||
uuuuuuuuuuuuuuuuuuuu | ||
u" uuuuuuuuuuuuuuuuuu "u | ||
u" u$$$$$$$$$$$$$$$$$$$$u "u | ||
u" u$$$$$$$$$$$$$$$$$$$$$$$$u "u | ||
u" u$$$$$$$$$$$$$$$$$$$$$$$$$$$$u "u | ||
u" u$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$u "u | ||
u" u$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$u "u | ||
$ $$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$ $ | ||
$ $$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$ $ | ||
$ $$$" ... "$... ...$" ... "$$$ ... "$$$ $ | ||
$ $$$u `"$$$$$$$ $$$ $$$$$ $$ $$$ $$$ $ | ||
$ $$$$$$uu "$$$$ $$$ $$$$$ $$ """ u$$$ $ | ||
$ $$$""$$$ $$$$ $$$u "$$$" u$$ $$$$$$$$ $ | ||
$ $$$$....,$$$$$..$$$$$....,$$$$..$$$$$$$$ $ | ||
$ $$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$ $ | ||
"u "$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$" u" | ||
"u "$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$" u" | ||
"u "$$$$$$$$$$$$$$$$$$$$$$$$$$$$" u" | ||
"u "$$$$$$$$$$$$$$$$$$$$$$$$" u" | ||
"u "$$$$$$$$$$$$$$$$$$$$" u" | ||
"u """""""""""""""""" u" | ||
"""""""""""""""""""" | ||
|
||
!!! Changes made in this directory are subject to being overwritten by automation !!! | ||
|
||
The files in this directory are shared by all Arcade repos and managed by automation. If you need to make changes to these files, open an issue or submit a pull request to https://github.com/dotnet/arcade first. |
Oops, something went wrong.