Organize workspace: Frontend, Backend, and Tests in one repo

This commit is contained in:
2026-03-04 22:04:07 +00:00
parent 236780cf41
commit 0d517b198d
1719 changed files with 688496 additions and 449 deletions

View File

@@ -0,0 +1,5 @@
{
"version": 2,
"contentHash": "TDqkTKLfQuAaPcEb3pDDWnh7b3SyZF+/W9OZvWFp6eJCIiiYFdSB6taE2I6tWrFw5ywhzOb6sreoGJTI6m3rSQ==",
"source": "https://api.nuget.org/v3/index.json"
}

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 KiB

View File

@@ -0,0 +1 @@
klsXMgAPNWYo3ceakLkod4wYrk4lAV2Ehi676zUKgiVpQ5Yj6q3vsMhk/3pm97Ltk/hdcSW0rJKJvcQvTzPgYA==

View File

@@ -0,0 +1,39 @@
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
<metadata>
<id>Microsoft.TestPlatform.ObjectModel</id>
<version>17.12.0</version>
<authors>Microsoft</authors>
<requireLicenseAcceptance>true</requireLicenseAcceptance>
<license type="expression">MIT</license>
<licenseUrl>https://licenses.nuget.org/MIT</licenseUrl>
<icon>Icon.png</icon>
<projectUrl>https://github.com/microsoft/vstest</projectUrl>
<description>The Microsoft Test Platform Object Model.</description>
<copyright>© Microsoft Corporation. All rights reserved.</copyright>
<tags>vstest visual-studio unittest testplatform mstest microsoft test testing</tags>
<serviceable>true</serviceable>
<repository type="git" url="https://github.com/microsoft/vstest" commit="bc9161306b23641b0364b8f93d546da4d48da1eb" />
<dependencies>
<group targetFramework=".NETFramework4.6.2">
<dependency id="System.Reflection.Metadata" version="1.6.0" />
</group>
<group targetFramework=".NETCoreApp3.1">
<dependency id="System.Reflection.Metadata" version="1.6.0" />
</group>
<group targetFramework=".NETStandard2.0">
<dependency id="System.Reflection.Metadata" version="1.6.0" />
</group>
</dependencies>
<frameworkAssemblies>
<frameworkAssembly assemblyName="System.Xml" targetFramework=".NETFramework4.6" />
<frameworkAssembly assemblyName="System.Runtime.Serialization" targetFramework=".NETFramework4.6" />
<frameworkAssembly assemblyName="System.Runtime" targetFramework=".NETFramework4.6" />
<frameworkAssembly assemblyName="System.Configuration" targetFramework=".NETFramework4.6" />
<frameworkAssembly assemblyName="mscorlib" targetFramework=".NETFramework4.6" />
<frameworkAssembly assemblyName="System" targetFramework=".NETFramework4.6" />
<frameworkAssembly assemblyName="System.Core" targetFramework=".NETFramework4.6" />
<frameworkAssembly assemblyName="Microsoft.CSharp" targetFramework=".NETFramework4.6" />
</frameworkAssemblies>
</metadata>
</package>