Organize workspace: Frontend, Backend, and Tests in one repo
This commit is contained in:
5
.nuget/packages/microsoft.testplatform.testhost/17.12.0/.nupkg.metadata
vendored
Normal file
5
.nuget/packages/microsoft.testplatform.testhost/17.12.0/.nupkg.metadata
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"version": 2,
|
||||
"contentHash": "MiPEJQNyADfwZ4pJNpQex+t9/jOClBGMiCiVVFuELCMSX2nmNfvUor3uFVxNNCg30uxDP8JDYfPnMXQzsfzYyg==",
|
||||
"source": "https://api.nuget.org/v3/index.json"
|
||||
}
|
||||
BIN
.nuget/packages/microsoft.testplatform.testhost/17.12.0/.signature.p7s
vendored
Executable file
BIN
.nuget/packages/microsoft.testplatform.testhost/17.12.0/.signature.p7s
vendored
Executable file
Binary file not shown.
BIN
.nuget/packages/microsoft.testplatform.testhost/17.12.0/Icon.png
vendored
Executable file
BIN
.nuget/packages/microsoft.testplatform.testhost/17.12.0/Icon.png
vendored
Executable file
Binary file not shown.
|
After Width: | Height: | Size: 2.1 KiB |
85
.nuget/packages/microsoft.testplatform.testhost/17.12.0/ThirdPartyNotices.txt
vendored
Executable file
85
.nuget/packages/microsoft.testplatform.testhost/17.12.0/ThirdPartyNotices.txt
vendored
Executable file
@@ -0,0 +1,85 @@
|
||||
VSTest
|
||||
|
||||
THIRD-PARTY SOFTWARE NOTICES AND INFORMATION
|
||||
Do Not Translate or Localize
|
||||
|
||||
This software incorporates components from the projects listed below. The original copyright notices
|
||||
and the licenses under which Microsoft received such components are set forth below and are provided for
|
||||
informational purposes only. Microsoft reserves all rights not expressly granted herein, whether by
|
||||
implication, estoppel or otherwise.
|
||||
|
||||
1. Newtonsoft version 13.0.1 (https://github.com/JamesNK/Newtonsoft.Json)
|
||||
2. Mono.Cecil version 0.11.3 (https://github.com/jbevain/cecil)
|
||||
3. Nuget.Client version 6.8.0.117 \(https://github.com/NuGet/NuGet.Client)
|
||||
|
||||
|
||||
%% Newtonsoft NOTICES AND INFORMATION BEGIN HERE
|
||||
=========================================
|
||||
The MIT License (MIT)
|
||||
|
||||
Copyright (c) 2007 James Newton-King
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and
|
||||
associated documentation files (the "Software"), to deal in the Software without restriction, including
|
||||
without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||
copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the
|
||||
following conditions:
|
||||
|
||||
The above copyright notice and this permission notice shall be included in all copies or substantial
|
||||
portions of the Software.
|
||||
|
||||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT
|
||||
LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO
|
||||
EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
|
||||
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR
|
||||
THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
||||
=========================================
|
||||
END OF Newtonsoft NOTICES AND INFORMATION
|
||||
|
||||
|
||||
|
||||
%% Mono.Cecil NOTICES AND INFORMATION BEGIN HERE
|
||||
=========================================
|
||||
Copyright (c) 2008 - 2015 Jb Evain
|
||||
Copyright (c) 2008 - 2011 Novell, Inc.
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining
|
||||
a copy of this software and associated documentation files (the
|
||||
"Software"), to deal in the Software without restriction, including
|
||||
without limitation the rights to use, copy, modify, merge, publish,
|
||||
distribute, sublicense, and/or sell copies of the Software, and to
|
||||
permit persons to whom the Software is furnished to do so, subject to
|
||||
the following conditions:
|
||||
|
||||
The above copyright notice and this permission notice shall be
|
||||
included in all copies or substantial portions of the Software.
|
||||
|
||||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
||||
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
||||
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
||||
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
|
||||
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
||||
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
|
||||
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
||||
=========================================
|
||||
END OF Mono.Cecil NOTICES AND INFORMATION
|
||||
|
||||
|
||||
%% NuGet.Client NOTICES AND INFORMATION BEGIN HERE
|
||||
==================================================
|
||||
Copyright (c) .NET Foundation and Contributors.
|
||||
|
||||
All rights reserved.
|
||||
|
||||
|
||||
Licensed under the Apache License, Version 2.0 (the "License"); you may not use
|
||||
these files except in compliance with the License. You may obtain a copy of the
|
||||
License at
|
||||
|
||||
http://www.apache.org/licenses/LICENSE-2.0
|
||||
|
||||
Unless required by applicable law or agreed to in writing, software distributed
|
||||
under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR
|
||||
CONDITIONS OF ANY KIND, either express or implied. See the License for the
|
||||
specific language governing permissions and limitations under the License.
|
||||
=========================================
|
||||
END OF NuGet.Client NOTICES AND INFORMATION
|
||||
@@ -0,0 +1,27 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Project ToolsVersion="12.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
<ItemGroup Condition=" ('$(Platform)' == 'x86' OR '$(PlatformTarget)' == 'x86') AND '$(OS)' == 'Windows_NT'">
|
||||
<Content Include="$(MSBuildThisFileDirectory)x86\testhost.x86.exe">
|
||||
<Link>testhost.x86.exe</Link>
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
<Visible>False</Visible>
|
||||
</Content>
|
||||
<Content Include="$(MSBuildThisFileDirectory)x86\testhost.x86.dll">
|
||||
<Link>testhost.x86.dll</Link>
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
<Visible>False</Visible>
|
||||
</Content>
|
||||
</ItemGroup>
|
||||
<ItemGroup Condition=" ('$(Platform)'!= 'x86' AND '$(PlatformTarget)' != 'x86') AND '$(OS)' == 'Windows_NT'" >
|
||||
<Content Include="$(MSBuildThisFileDirectory)x64\testhost.exe">
|
||||
<Link>testhost.exe</Link>
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
<Visible>False</Visible>
|
||||
</Content>
|
||||
<Content Include="$(MSBuildThisFileDirectory)x64\testhost.dll">
|
||||
<Link>testhost.dll</Link>
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
<Visible>False</Visible>
|
||||
</Content>
|
||||
</ItemGroup>
|
||||
</Project>
|
||||
BIN
.nuget/packages/microsoft.testplatform.testhost/17.12.0/build/netcoreapp3.1/x64/testhost.dll
vendored
Executable file
BIN
.nuget/packages/microsoft.testplatform.testhost/17.12.0/build/netcoreapp3.1/x64/testhost.dll
vendored
Executable file
Binary file not shown.
BIN
.nuget/packages/microsoft.testplatform.testhost/17.12.0/build/netcoreapp3.1/x64/testhost.exe
vendored
Executable file
BIN
.nuget/packages/microsoft.testplatform.testhost/17.12.0/build/netcoreapp3.1/x64/testhost.exe
vendored
Executable file
Binary file not shown.
BIN
.nuget/packages/microsoft.testplatform.testhost/17.12.0/build/netcoreapp3.1/x86/testhost.x86.dll
vendored
Executable file
BIN
.nuget/packages/microsoft.testplatform.testhost/17.12.0/build/netcoreapp3.1/x86/testhost.x86.dll
vendored
Executable file
Binary file not shown.
BIN
.nuget/packages/microsoft.testplatform.testhost/17.12.0/build/netcoreapp3.1/x86/testhost.x86.exe
vendored
Executable file
BIN
.nuget/packages/microsoft.testplatform.testhost/17.12.0/build/netcoreapp3.1/x86/testhost.x86.exe
vendored
Executable file
Binary file not shown.
0
.nuget/packages/microsoft.testplatform.testhost/17.12.0/lib/net462/_._
vendored
Executable file
0
.nuget/packages/microsoft.testplatform.testhost/17.12.0/lib/net462/_._
vendored
Executable file
Binary file not shown.
BIN
.nuget/packages/microsoft.testplatform.testhost/17.12.0/lib/netcoreapp3.1/Microsoft.TestPlatform.CoreUtilities.dll
vendored
Executable file
BIN
.nuget/packages/microsoft.testplatform.testhost/17.12.0/lib/netcoreapp3.1/Microsoft.TestPlatform.CoreUtilities.dll
vendored
Executable file
Binary file not shown.
BIN
.nuget/packages/microsoft.testplatform.testhost/17.12.0/lib/netcoreapp3.1/Microsoft.TestPlatform.CrossPlatEngine.dll
vendored
Executable file
BIN
.nuget/packages/microsoft.testplatform.testhost/17.12.0/lib/netcoreapp3.1/Microsoft.TestPlatform.CrossPlatEngine.dll
vendored
Executable file
Binary file not shown.
Binary file not shown.
BIN
.nuget/packages/microsoft.testplatform.testhost/17.12.0/lib/netcoreapp3.1/Microsoft.TestPlatform.Utilities.dll
vendored
Executable file
BIN
.nuget/packages/microsoft.testplatform.testhost/17.12.0/lib/netcoreapp3.1/Microsoft.TestPlatform.Utilities.dll
vendored
Executable file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
1444
.nuget/packages/microsoft.testplatform.testhost/17.12.0/lib/netcoreapp3.1/testhost.deps.json
vendored
Executable file
1444
.nuget/packages/microsoft.testplatform.testhost/17.12.0/lib/netcoreapp3.1/testhost.deps.json
vendored
Executable file
File diff suppressed because it is too large
Load Diff
BIN
.nuget/packages/microsoft.testplatform.testhost/17.12.0/lib/netcoreapp3.1/testhost.dll
vendored
Executable file
BIN
.nuget/packages/microsoft.testplatform.testhost/17.12.0/lib/netcoreapp3.1/testhost.dll
vendored
Executable file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
.nuget/packages/microsoft.testplatform.testhost/17.12.0/lib/netcoreapp3.1/x64/msdia140.dll
vendored
Executable file
BIN
.nuget/packages/microsoft.testplatform.testhost/17.12.0/lib/netcoreapp3.1/x64/msdia140.dll
vendored
Executable file
Binary file not shown.
BIN
.nuget/packages/microsoft.testplatform.testhost/17.12.0/lib/netcoreapp3.1/x86/msdia140.dll
vendored
Executable file
BIN
.nuget/packages/microsoft.testplatform.testhost/17.12.0/lib/netcoreapp3.1/x86/msdia140.dll
vendored
Executable file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -0,0 +1 @@
|
||||
gYM2BOGQvFEP2fZt61f3f5Gu+imL1G1bvGUrbJjpYcl66R6uzs5yESg0XMn8IgUgldz8RldOOaYmjk2KcSeG1Q==
|
||||
25
.nuget/packages/microsoft.testplatform.testhost/17.12.0/microsoft.testplatform.testhost.nuspec
vendored
Executable file
25
.nuget/packages/microsoft.testplatform.testhost/17.12.0/microsoft.testplatform.testhost.nuspec
vendored
Executable file
@@ -0,0 +1,25 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
|
||||
<metadata>
|
||||
<id>Microsoft.TestPlatform.TestHost</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>Testplatform host executes the test using specified adapter.</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=".NETCoreApp3.1">
|
||||
<dependency id="Microsoft.TestPlatform.ObjectModel" version="17.12.0" />
|
||||
<dependency id="Newtonsoft.Json" version="13.0.1" />
|
||||
</group>
|
||||
<group targetFramework=".NETFramework4.6.2" />
|
||||
</dependencies>
|
||||
</metadata>
|
||||
</package>
|
||||
Reference in New Issue
Block a user