Merge pull request #242 from dotnet/dev/copoiena/update-to-17.2.0

Update to 17.2.0
This commit is contained in:
Codrin-Victor Poienaru 2022-08-09 11:03:43 +03:00 коммит произвёл GitHub
Родитель 0385265f4d 53c7f3fb8a
Коммит a47740f5f3
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
654 изменённых файлов: 105 добавлений и 7398 удалений

Просмотреть файл

@ -22,10 +22,10 @@
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
<IncludeInVSIX>true</IncludeInVSIX>
</Content>
<Content Include="packages\MSTest.TestAdapter.2.2.8.nupkg">
<Content Include="packages\MSTest.TestAdapter.2.2.10.nupkg">
<IncludeInVSIX>true</IncludeInVSIX>
</Content>
<Content Include="packages\MSTest.TestFramework.2.2.8.nupkg">
<Content Include="packages\MSTest.TestFramework.2.2.10.nupkg">
<IncludeInVSIX>true</IncludeInVSIX>
</Content>
<None Include="source.extension.vsixmanifest">

Просмотреть файл

@ -25,8 +25,8 @@
</WizardExtension>
<WizardData>
<packages repository="extension" repositoryId="mstestProjectTemplate" isPreunzipped="false" >
<package id="MSTest.TestAdapter" version="2.2.8" skipAssemblyReferences="false" />
<package id="MSTest.TestFramework" version="2.2.8" skipAssemblyReferences="false" />
<package id="MSTest.TestAdapter" version="2.2.10" skipAssemblyReferences="false" />
<package id="MSTest.TestFramework" version="2.2.10" skipAssemblyReferences="false" />
</packages>
</WizardData>
</VSTemplate>

Двоичные данные
Templates/CSharp/Desktop/packages/mstest.testadapter.2.2.10.nupkg Normal file

Двоичный файл не отображается.

Двоичный файл не отображается.

Просмотреть файл

@ -6,9 +6,9 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.1.0" />
<PackageReference Include="MSTest.TestAdapter" Version="2.2.8"/>
<PackageReference Include="MSTest.TestFramework" Version="2.2.8"/>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.2.0" />
<PackageReference Include="MSTest.TestAdapter" Version="2.2.10"/>
<PackageReference Include="MSTest.TestFramework" Version="2.2.10"/>
<PackageReference Include="Selenium.WebDriver" Version="4.3.0" />
</ItemGroup>

Просмотреть файл

@ -30,10 +30,10 @@
<Content Include="EdgeDriver.xml">
<SubType>Designer</SubType>
</Content>
<Content Include="packages\MSTest.TestAdapter.2.2.8.nupkg">
<Content Include="packages\MSTest.TestAdapter.2.2.10.nupkg">
<IncludeInVSIX>true</IncludeInVSIX>
</Content>
<Content Include="packages\MSTest.TestFramework.2.2.8.nupkg">
<Content Include="packages\MSTest.TestFramework.2.2.10.nupkg">
<IncludeInVSIX>true</IncludeInVSIX>
</Content>
<!-- selenium.webdriver is not included here because it is not owned by Microsoft.

Просмотреть файл

@ -25,8 +25,8 @@
</WizardExtension>
<WizardData>
<packages repository="extension" repositoryId="EdgeDriverTest.0b43ac6b-e6ff-4afc-a5f6-286d41c046a6" isPreunzipped="false">
<package id="MSTest.TestAdapter" version="2.2.8" skipAssemblyReferences="false"/>
<package id="MSTest.TestFramework" version="2.2.8" skipAssemblyReferences="false"/>
<package id="MSTest.TestAdapter" version="2.2.10" skipAssemblyReferences="false"/>
<package id="MSTest.TestFramework" version="2.2.10" skipAssemblyReferences="false"/>
</packages>
</WizardData>
</VSTemplate>

Двоичный файл не отображается.

Двоичный файл не отображается.

Просмотреть файл

@ -22,10 +22,10 @@
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
<IncludeInVSIX>true</IncludeInVSIX>
</Content>
<Content Include="packages\MSTest.TestAdapter.2.2.8.nupkg">
<Content Include="packages\MSTest.TestAdapter.2.2.10.nupkg">
<IncludeInVSIX>true</IncludeInVSIX>
</Content>
<Content Include="packages\MSTest.TestFramework.2.2.8.nupkg">
<Content Include="packages\MSTest.TestFramework.2.2.10.nupkg">
<IncludeInVSIX>true</IncludeInVSIX>
</Content>
<None Include="source.extension.vsixmanifest">

Просмотреть файл

@ -31,8 +31,8 @@
</WizardExtension>
<WizardData>
<packages repository="extension" repositoryId="MSTestDesktopVB.Microsoft.c6c7fff6-20cb-405d-9ad4-a60a6d0c55d9" isPreunzipped="false" >
<package id="MSTest.TestAdapter" version="2.2.8" skipAssemblyReferences="false" />
<package id="MSTest.TestFramework" version="2.2.8" skipAssemblyReferences="false" />
<package id="MSTest.TestAdapter" version="2.2.10" skipAssemblyReferences="false" />
<package id="MSTest.TestFramework" version="2.2.10" skipAssemblyReferences="false" />
</packages>
</WizardData>
</VSTemplate>

Двоичный файл не отображается.

Двоичный файл не отображается.

Просмотреть файл

@ -101,8 +101,8 @@ namespace MSTestv2IntelliTestExtension
get
{
return Indexable.Two(
new ShortReferenceAssemblyName(ShortAssemblyName.FromName("MSTest.TestAdapter"), "2.2.8", AssemblyReferenceType.NugetReference),
new ShortReferenceAssemblyName(ShortAssemblyName.FromName("MSTest.TestFramework"), "2.2.8", AssemblyReferenceType.NugetReference));
new ShortReferenceAssemblyName(ShortAssemblyName.FromName("MSTest.TestAdapter"), "2.2.10", AssemblyReferenceType.NugetReference),
new ShortReferenceAssemblyName(ShortAssemblyName.FromName("MSTest.TestFramework"), "2.2.10", AssemblyReferenceType.NugetReference));
}
}

Просмотреть файл

@ -51,8 +51,8 @@ namespace MSTestv2UnitTestExtension
base.OnUnitTestProjectCreated(unitTestProject, sourceMethod);
this.EnsureNuGetReference(unitTestProject, "MSTest.TestAdapter", "2.2.8");
this.EnsureNuGetReference(unitTestProject, "MSTest.TestFramework", "2.2.8");
this.EnsureNuGetReference(unitTestProject, "MSTest.TestAdapter", "2.2.10");
this.EnsureNuGetReference(unitTestProject, "MSTest.TestFramework", "2.2.10");
VSProject2 vsp = unitTestProject.Object as VSProject2;
if (vsp != null)

Просмотреть файл

@ -1,32 +0,0 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netstandard1.0</TargetFramework>
<IncludeBuildOutput>False</IncludeBuildOutput>
<IncludeSource>False</IncludeSource>
<GenerateAssemblyInfo>False</GenerateAssemblyInfo>
<UsingToolTemplateLocalizer>true</UsingToolTemplateLocalizer>
<OutputPath>$(TemplatesFolder)</OutputPath>
<EnableDefaultItems>False</EnableDefaultItems>
<IsPackable>true</IsPackable>
<NoPackageAnalysis>true</NoPackageAnalysis>
<NoWarn>2008;NU5125</NoWarn>
<PackageId>Microsoft.DotNet.Test.ProjectTemplates.2.1</PackageId>
<Authors>Microsoft</Authors>
<Description>Test Templates for Microsoft Template Engine</Description>
<language>en-US</language>
<PackageProjectUrl>https://github.com/dotnet/test-templates</PackageProjectUrl>
<CopyrightMicrosoft>© Microsoft Corporation. All rights reserved.</CopyrightMicrosoft>
<CopyrightNetFoundation>© .NET Foundation and Contributors</CopyrightNetFoundation>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageType>Template</PackageType>
</PropertyGroup>
<ItemGroup>
<PackageReference Remove="Microsoft.NETCore.App" />
<Compile Remove="$(GitInfoFile)" />
<Compile Remove="$(MSBuildThisFileDirectory)../../src/GitInfo.cs" />
<Content Include="content\**" >
<PackagePath>content</PackagePath>
</Content>
</ItemGroup>
</Project>

Просмотреть файл

@ -1,7 +0,0 @@
{
"version": "1.0.0.0",
"strings": {
"name": "Projekt testů MSTest (.NET Core)",
"description": "Projekt obsahující testy jednotek MSTest, které je možné spustit na .NET Core ve Windows, Linuxu a MacOS."
}
}

Просмотреть файл

@ -1,7 +0,0 @@
{
"version": "1.0.0.0",
"strings": {
"name": "MSTest-Testprojekt (.NET Core)",
"description": "Ein Projekt, das MSTest-Komponententests enthält, kann in .NET Core unter Windows, Linux und MacOS ausgeführt werden."
}
}

Просмотреть файл

@ -1,24 +0,0 @@
{
"$schema": "http://json.schemastore.org/dotnetcli.host",
"symbolInfo": {
"TargetFrameworkOverride": {
"isHidden": "true",
"longName": "target-framework-override",
"shortName": ""
},
"Framework": {
"longName": "framework"
},
"EnablePack": {
"shortName": "p",
"longName": "enable-pack"
},
"skipRestore": {
"longName": "no-restore",
"shortName": ""
}
},
"usageExamples": [
""
]
}

Просмотреть файл

@ -1,7 +0,0 @@
{
"version": "1.0.0.0",
"strings": {
"name": "MSTest Test Project (.NET Core)",
"description": "A project that contains MSTest unit tests that can run on .NET Core on Windows, Linux and MacOS."
}
}

Просмотреть файл

@ -1,7 +0,0 @@
{
"version": "1.0.0.0",
"strings": {
"name": "Proyecto de prueba de MSTest (.NET Core)",
"description": "Proyecto que contiene pruebas unitarias de MSTest que se pueden ejecutar en .NET Core en Windows, Linux y MacOS."
}
}

Просмотреть файл

@ -1,7 +0,0 @@
{
"version": "1.0.0.0",
"strings": {
"name": "Projet de test MSTest (.NET Core)",
"description": "Projet qui contient des tests unitaires MSTest pouvant s'exécuter sur .NET Core sur Windows, Linux et macOS."
}
}

Просмотреть файл

@ -1,7 +0,0 @@
{
"version": "1.0.0.0",
"strings": {
"name": "Progetto di test MSTest (.NET Core)",
"description": "Progetto che contiene gli unit test MSTest eseguibili in .NET Core in Windows, Linux e MacOS."
}
}

Просмотреть файл

@ -1,7 +0,0 @@
{
"version": "1.0.0.0",
"strings": {
"name": "MSTest テスト プロジェクト (.NET Core)",
"description": "Windows、Linux、MacOS 上の .NET Core で実行できる MSTest 単体テストを含むプロジェクト。"
}
}

Просмотреть файл

@ -1,7 +0,0 @@
{
"version": "1.0.0.0",
"strings": {
"name": "MSTest 테스트 프로젝트(.NET Core)",
"description": "Windows, Linux 및 MacOS의 .NET Core에서 실행할 수 있는 MSTest 단위 테스트를 포함하는 프로젝트입니다."
}
}

Просмотреть файл

@ -1,13 +0,0 @@
{
"author": "Microsoft",
"name": "MSTest Test Project (.NET Core)",
"description": "A project that contains MSTest unit tests that can run on .NET Core on Windows, Linux and MacOS.",
"symbols/TargetFrameworkOverride/description": "Overrides the target framework",
"symbols/Framework/description": "The target framework for the project.",
"symbols/Framework/choices/netcoreapp2.1/description": "Target netcoreapp2.1",
"symbols/EnablePack/description": "Whether or not to enable packaging (via (\"dotnet pack\") for the project.",
"symbols/skipRestore/description": "If specified, skips the automatic restore of the project on create.",
"postActions/restoreNugetPackages/description": "Restore NuGet packages required by this project.",
"postActions/restoreNugetPackages/manualInstructions/default/text": "Run 'dotnet restore'",
"postActions/openInEditor/description": "Opens Class1.cs in the editor"
}

Просмотреть файл

@ -1,13 +0,0 @@
{
"author": "Microsoft",
"name": "MSTest Test Project (.NET Core)",
"description": "A project that contains MSTest unit tests that can run on .NET Core on Windows, Linux and MacOS.",
"symbols/TargetFrameworkOverride/description": "Overrides the target framework",
"symbols/Framework/description": "The target framework for the project.",
"symbols/Framework/choices/netcoreapp2.1/description": "Target netcoreapp2.1",
"symbols/EnablePack/description": "Whether or not to enable packaging (via (\"dotnet pack\") for the project.",
"symbols/skipRestore/description": "If specified, skips the automatic restore of the project on create.",
"postActions/restoreNugetPackages/description": "Restore NuGet packages required by this project.",
"postActions/restoreNugetPackages/manualInstructions/default/text": "Run 'dotnet restore'",
"postActions/openInEditor/description": "Opens Class1.cs in the editor"
}

Просмотреть файл

@ -1,13 +0,0 @@
{
"author": "Microsoft",
"name": "MSTest Test Project (.NET Core)",
"description": "A project that contains MSTest unit tests that can run on .NET Core on Windows, Linux and MacOS.",
"symbols/TargetFrameworkOverride/description": "Overrides the target framework",
"symbols/Framework/description": "The target framework for the project.",
"symbols/Framework/choices/netcoreapp2.1/description": "Target netcoreapp2.1",
"symbols/EnablePack/description": "Whether or not to enable packaging (via (\"dotnet pack\") for the project.",
"symbols/skipRestore/description": "If specified, skips the automatic restore of the project on create.",
"postActions/restoreNugetPackages/description": "Restore NuGet packages required by this project.",
"postActions/restoreNugetPackages/manualInstructions/default/text": "Run 'dotnet restore'",
"postActions/openInEditor/description": "Opens Class1.cs in the editor"
}

Просмотреть файл

@ -1,13 +0,0 @@
{
"author": "Microsoft",
"name": "MSTest Test Project (.NET Core)",
"description": "A project that contains MSTest unit tests that can run on .NET Core on Windows, Linux and MacOS.",
"symbols/TargetFrameworkOverride/description": "Overrides the target framework",
"symbols/Framework/description": "The target framework for the project.",
"symbols/Framework/choices/netcoreapp2.1/description": "Target netcoreapp2.1",
"symbols/EnablePack/description": "Whether or not to enable packaging (via (\"dotnet pack\") for the project.",
"symbols/skipRestore/description": "If specified, skips the automatic restore of the project on create.",
"postActions/restoreNugetPackages/description": "Restore NuGet packages required by this project.",
"postActions/restoreNugetPackages/manualInstructions/default/text": "Run 'dotnet restore'",
"postActions/openInEditor/description": "Opens Class1.cs in the editor"
}

Просмотреть файл

@ -1,13 +0,0 @@
{
"author": "Microsoft",
"name": "MSTest Test Project (.NET Core)",
"description": "A project that contains MSTest unit tests that can run on .NET Core on Windows, Linux and MacOS.",
"symbols/TargetFrameworkOverride/description": "Overrides the target framework",
"symbols/Framework/description": "The target framework for the project.",
"symbols/Framework/choices/netcoreapp2.1/description": "Target netcoreapp2.1",
"symbols/EnablePack/description": "Whether or not to enable packaging (via (\"dotnet pack\") for the project.",
"symbols/skipRestore/description": "If specified, skips the automatic restore of the project on create.",
"postActions/restoreNugetPackages/description": "Restore NuGet packages required by this project.",
"postActions/restoreNugetPackages/manualInstructions/default/text": "Run 'dotnet restore'",
"postActions/openInEditor/description": "Opens Class1.cs in the editor"
}

Просмотреть файл

@ -1,13 +0,0 @@
{
"author": "Microsoft",
"name": "MSTest Test Project (.NET Core)",
"description": "A project that contains MSTest unit tests that can run on .NET Core on Windows, Linux and MacOS.",
"symbols/TargetFrameworkOverride/description": "Overrides the target framework",
"symbols/Framework/description": "The target framework for the project.",
"symbols/Framework/choices/netcoreapp2.1/description": "Target netcoreapp2.1",
"symbols/EnablePack/description": "Whether or not to enable packaging (via (\"dotnet pack\") for the project.",
"symbols/skipRestore/description": "If specified, skips the automatic restore of the project on create.",
"postActions/restoreNugetPackages/description": "Restore NuGet packages required by this project.",
"postActions/restoreNugetPackages/manualInstructions/default/text": "Run 'dotnet restore'",
"postActions/openInEditor/description": "Opens Class1.cs in the editor"
}

Просмотреть файл

@ -1,13 +0,0 @@
{
"author": "Microsoft",
"name": "MSTest Test Project (.NET Core)",
"description": "A project that contains MSTest unit tests that can run on .NET Core on Windows, Linux and MacOS.",
"symbols/TargetFrameworkOverride/description": "Overrides the target framework",
"symbols/Framework/description": "The target framework for the project.",
"symbols/Framework/choices/netcoreapp2.1/description": "Target netcoreapp2.1",
"symbols/EnablePack/description": "Whether or not to enable packaging (via (\"dotnet pack\") for the project.",
"symbols/skipRestore/description": "If specified, skips the automatic restore of the project on create.",
"postActions/restoreNugetPackages/description": "Restore NuGet packages required by this project.",
"postActions/restoreNugetPackages/manualInstructions/default/text": "Run 'dotnet restore'",
"postActions/openInEditor/description": "Opens Class1.cs in the editor"
}

Просмотреть файл

@ -1,13 +0,0 @@
{
"author": "Microsoft",
"name": "MSTest Test Project (.NET Core)",
"description": "A project that contains MSTest unit tests that can run on .NET Core on Windows, Linux and MacOS.",
"symbols/TargetFrameworkOverride/description": "Overrides the target framework",
"symbols/Framework/description": "The target framework for the project.",
"symbols/Framework/choices/netcoreapp2.1/description": "Target netcoreapp2.1",
"symbols/EnablePack/description": "Whether or not to enable packaging (via (\"dotnet pack\") for the project.",
"symbols/skipRestore/description": "If specified, skips the automatic restore of the project on create.",
"postActions/restoreNugetPackages/description": "Restore NuGet packages required by this project.",
"postActions/restoreNugetPackages/manualInstructions/default/text": "Run 'dotnet restore'",
"postActions/openInEditor/description": "Opens Class1.cs in the editor"
}

Просмотреть файл

@ -1,13 +0,0 @@
{
"author": "Microsoft",
"name": "MSTest Test Project (.NET Core)",
"description": "A project that contains MSTest unit tests that can run on .NET Core on Windows, Linux and MacOS.",
"symbols/TargetFrameworkOverride/description": "Overrides the target framework",
"symbols/Framework/description": "The target framework for the project.",
"symbols/Framework/choices/netcoreapp2.1/description": "Target netcoreapp2.1",
"symbols/EnablePack/description": "Whether or not to enable packaging (via (\"dotnet pack\") for the project.",
"symbols/skipRestore/description": "If specified, skips the automatic restore of the project on create.",
"postActions/restoreNugetPackages/description": "Restore NuGet packages required by this project.",
"postActions/restoreNugetPackages/manualInstructions/default/text": "Run 'dotnet restore'",
"postActions/openInEditor/description": "Opens Class1.cs in the editor"
}

Просмотреть файл

@ -1,13 +0,0 @@
{
"author": "Microsoft",
"name": "MSTest Test Project (.NET Core)",
"description": "A project that contains MSTest unit tests that can run on .NET Core on Windows, Linux and MacOS.",
"symbols/TargetFrameworkOverride/description": "Overrides the target framework",
"symbols/Framework/description": "The target framework for the project.",
"symbols/Framework/choices/netcoreapp2.1/description": "Target netcoreapp2.1",
"symbols/EnablePack/description": "Whether or not to enable packaging (via (\"dotnet pack\") for the project.",
"symbols/skipRestore/description": "If specified, skips the automatic restore of the project on create.",
"postActions/restoreNugetPackages/description": "Restore NuGet packages required by this project.",
"postActions/restoreNugetPackages/manualInstructions/default/text": "Run 'dotnet restore'",
"postActions/openInEditor/description": "Opens Class1.cs in the editor"
}

Просмотреть файл

@ -1,13 +0,0 @@
{
"author": "Microsoft",
"name": "MSTest Test Project (.NET Core)",
"description": "A project that contains MSTest unit tests that can run on .NET Core on Windows, Linux and MacOS.",
"symbols/TargetFrameworkOverride/description": "Overrides the target framework",
"symbols/Framework/description": "The target framework for the project.",
"symbols/Framework/choices/netcoreapp2.1/description": "Target netcoreapp2.1",
"symbols/EnablePack/description": "Whether or not to enable packaging (via (\"dotnet pack\") for the project.",
"symbols/skipRestore/description": "If specified, skips the automatic restore of the project on create.",
"postActions/restoreNugetPackages/description": "Restore NuGet packages required by this project.",
"postActions/restoreNugetPackages/manualInstructions/default/text": "Run 'dotnet restore'",
"postActions/openInEditor/description": "Opens Class1.cs in the editor"
}

Просмотреть файл

@ -1,13 +0,0 @@
{
"author": "Microsoft",
"name": "MSTest Test Project (.NET Core)",
"description": "A project that contains MSTest unit tests that can run on .NET Core on Windows, Linux and MacOS.",
"symbols/TargetFrameworkOverride/description": "Overrides the target framework",
"symbols/Framework/description": "The target framework for the project.",
"symbols/Framework/choices/netcoreapp2.1/description": "Target netcoreapp2.1",
"symbols/EnablePack/description": "Whether or not to enable packaging (via (\"dotnet pack\") for the project.",
"symbols/skipRestore/description": "If specified, skips the automatic restore of the project on create.",
"postActions/restoreNugetPackages/description": "Restore NuGet packages required by this project.",
"postActions/restoreNugetPackages/manualInstructions/default/text": "Run 'dotnet restore'",
"postActions/openInEditor/description": "Opens Class1.cs in the editor"
}

Просмотреть файл

@ -1,13 +0,0 @@
{
"author": "Microsoft",
"name": "MSTest Test Project (.NET Core)",
"description": "A project that contains MSTest unit tests that can run on .NET Core on Windows, Linux and MacOS.",
"symbols/TargetFrameworkOverride/description": "Overrides the target framework",
"symbols/Framework/description": "The target framework for the project.",
"symbols/Framework/choices/netcoreapp2.1/description": "Target netcoreapp2.1",
"symbols/EnablePack/description": "Whether or not to enable packaging (via (\"dotnet pack\") for the project.",
"symbols/skipRestore/description": "If specified, skips the automatic restore of the project on create.",
"postActions/restoreNugetPackages/description": "Restore NuGet packages required by this project.",
"postActions/restoreNugetPackages/manualInstructions/default/text": "Run 'dotnet restore'",
"postActions/openInEditor/description": "Opens Class1.cs in the editor"
}

Просмотреть файл

@ -1,13 +0,0 @@
{
"author": "Microsoft",
"name": "MSTest Test Project (.NET Core)",
"description": "A project that contains MSTest unit tests that can run on .NET Core on Windows, Linux and MacOS.",
"symbols/TargetFrameworkOverride/description": "Overrides the target framework",
"symbols/Framework/description": "The target framework for the project.",
"symbols/Framework/choices/netcoreapp2.1/description": "Target netcoreapp2.1",
"symbols/EnablePack/description": "Whether or not to enable packaging (via (\"dotnet pack\") for the project.",
"symbols/skipRestore/description": "If specified, skips the automatic restore of the project on create.",
"postActions/restoreNugetPackages/description": "Restore NuGet packages required by this project.",
"postActions/restoreNugetPackages/manualInstructions/default/text": "Run 'dotnet restore'",
"postActions/openInEditor/description": "Opens Class1.cs in the editor"
}

Просмотреть файл

@ -1,7 +0,0 @@
{
"version": "1.0.0.0",
"strings": {
"name": "Projekt testów MSTest (.NET Core)",
"description": "Projekt zawierający testy jednostkowe MSTest, które można uruchomić w środowisku .NET Core w systemach Windows, Linux i MacOS."
}
}

Просмотреть файл

@ -1,7 +0,0 @@
{
"version": "1.0.0.0",
"strings": {
"name": "Projeto de Teste MSTest (.NET Core)",
"description": "Um projeto que contém testes de unidade MSTest que podem ser executados no .NET Core no Windows, Linux e MacOS."
}
}

Просмотреть файл

@ -1,7 +0,0 @@
{
"version": "1.0.0.0",
"strings": {
"name": "Проект тестов MSTest (.NET Core)",
"description": "Проект, содержащий модульные тесты MSTest, которые можно выполнять на платформе .NET Core в Windows, Linux и MacOS."
}
}

Просмотреть файл

@ -1,87 +0,0 @@
{
"$schema": "http://json.schemastore.org/template",
"author": "Microsoft",
"classifications": [ "Test", "MSTest" ],
"name": "MSTest Test Project (.NET Core)",
"generatorVersions": "[1.0.0.0-*)",
"description": "A project that contains MSTest unit tests that can run on .NET Core on Windows, Linux and MacOS.",
"groupIdentity": "Microsoft.Test.MSTest",
"precedence": "3000",
"identity": "Microsoft.Test.MSTest.CSharp.2.1",
"shortName": "mstest",
"tags": {
"language": "C#",
"type": "project"
},
"sourceName": "Company.TestProject1",
"preferNameDirectory": true,
"symbols": {
"TargetFrameworkOverride": {
"type": "parameter",
"description": "Overrides the target framework",
"replaces": "TargetFrameworkOverride",
"datatype": "string",
"defaultValue": ""
},
"Framework": {
"type": "parameter",
"description": "The target framework for the project.",
"datatype": "choice",
"choices": [
{
"choice": "netcoreapp2.1",
"description": "Target netcoreapp2.1"
}
],
"replaces": "netcoreapp2.1",
"defaultValue": "netcoreapp2.1"
},
"EnablePack": {
"type": "parameter",
"datatype": "bool",
"defaultValue": "false",
"description": "Whether or not to enable packaging (via (\"dotnet pack\") for the project."
},
"HostIdentifier": {
"type": "bind",
"binding": "HostIdentifier"
},
"skipRestore": {
"type": "parameter",
"datatype": "bool",
"description": "If specified, skips the automatic restore of the project on create.",
"defaultValue": "false"
}
},
"primaryOutputs": [
{ "path": "Company.TestProject1.csproj" },
{
"condition": "(HostIdentifier != \"dotnetcli\" && HostIdentifier != \"dotnetcli-preview\")",
"path": "UnitTest1.cs"
}
],
"defaultName": "TestProject1",
"postActions": [
{
"condition": "(!skipRestore)",
"description": "Restore NuGet packages required by this project.",
"manualInstructions": [
{ "text": "Run 'dotnet restore'" }
],
"actionId": "210D431B-A78B-4D2F-B762-4ED3E3EA9025",
"id": "restoreNugetPackages",
"continueOnError": true
},
{
"condition": "(HostIdentifier != \"dotnetcli\" && HostIdentifier != \"dotnetcli-preview\")",
"description": "Opens Class1.cs in the editor",
"manualInstructions": [],
"actionId": "84C0DA21-51C8-4541-9940-6CA19AF04EE6",
"id": "openInEditor",
"args": {
"files": "1"
},
"continueOnError": true
}
]
}

Просмотреть файл

@ -1,7 +0,0 @@
{
"version": "1.0.0.0",
"strings": {
"name": "MSTest Test Projesi (.NET Core)",
"description": "Windows, Linux ve MacOS'ta .NET Core üzerinde çalışabilen MSTest birim testlerini içeren bir proje."
}
}

Просмотреть файл

@ -1,7 +0,0 @@
{
"version": "1.0.0.0",
"strings": {
"name": "MSTest 测试项目(.NET Core)",
"description": "包含 MSTest 单元测试的项目,该单元测试可在 Windows、Linux 和 MacOS 上的 .NET Core 上运行。"
}
}

Просмотреть файл

@ -1,7 +0,0 @@
{
"version": "1.0.0.0",
"strings": {
"name": "MSTest 測試專案 (.NET Core)",
"description": "專案含有可在 Windows、Linux 及 MacOS 的 .NET Core 上執行的 MSTest 單元測試。"
}
}

Просмотреть файл

@ -1,19 +0,0 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework Condition="'$(TargetFrameworkOverride)' == ''">netcoreapp2.1</TargetFramework>
<TargetFramework Condition="'$(TargetFrameworkOverride)' != ''">TargetFrameworkOverride</TargetFramework>
<RootNamespace Condition="'$(name)' != '$(name{-VALUE-FORMS-}safe_namespace)'">Company.TestProject1</RootNamespace>
<IsPackable Condition="'$(EnablePack)' == 'true'">true</IsPackable>
<IsPackable Condition="'$(EnablePack)' != 'true'">false</IsPackable>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.1.0" />
<PackageReference Include="MSTest.TestAdapter" Version="2.2.8" />
<PackageReference Include="MSTest.TestFramework" Version="2.2.8" />
<PackageReference Include="coverlet.collector" Version="3.1.2" />
</ItemGroup>
</Project>

Просмотреть файл

@ -1,13 +0,0 @@
using Microsoft.VisualStudio.TestTools.UnitTesting;
namespace Company.TestProject1
{
[TestClass]
public class UnitTest1
{
[TestMethod]
public void TestMethod1()
{
}
}
}

Просмотреть файл

@ -1,7 +0,0 @@
{
"version": "1.0.0.0",
"strings": {
"name": "Projekt testů MSTest (.NET Core)",
"description": "Projekt obsahující testy jednotek MSTest, které je možné spustit na .NET Core ve Windows, Linuxu a MacOS."
}
}

Просмотреть файл

@ -1,7 +0,0 @@
{
"version": "1.0.0.0",
"strings": {
"name": "MSTest-Testprojekt (.NET Core)",
"description": "Ein Projekt, das MSTest-Komponententests enthält, kann in .NET Core unter Windows, Linux und MacOS ausgeführt werden."
}
}

Просмотреть файл

@ -1,24 +0,0 @@
{
"$schema": "http://json.schemastore.org/dotnetcli.host",
"symbolInfo": {
"TargetFrameworkOverride": {
"isHidden": "true",
"longName": "target-framework-override",
"shortName": ""
},
"Framework": {
"longName": "framework"
},
"EnablePack": {
"shortName": "p",
"longName": "enable-pack"
},
"skipRestore": {
"longName": "no-restore",
"shortName": ""
}
},
"usageExamples": [
""
]
}

Просмотреть файл

@ -1,7 +0,0 @@
{
"version": "1.0.0.0",
"strings": {
"name": "MSTest Test Project (.NET Core)",
"description": "A project that contains MSTest unit tests that can run on .NET Core on Windows, Linux and MacOS."
}
}

Просмотреть файл

@ -1,7 +0,0 @@
{
"version": "1.0.0.0",
"strings": {
"name": "Proyecto de prueba de MSTest (.NET Core)",
"description": "Proyecto que contiene pruebas unitarias de MSTest que se pueden ejecutar en .NET Core en Windows, Linux y MacOS."
}
}

Просмотреть файл

@ -1,7 +0,0 @@
{
"version": "1.0.0.0",
"strings": {
"name": "Projet de test MSTest (.NET Core)",
"description": "Projet qui contient des tests unitaires MSTest pouvant s'exécuter sur .NET Core sur Windows, Linux et macOS."
}
}

Просмотреть файл

@ -1,7 +0,0 @@
{
"version": "1.0.0.0",
"strings": {
"name": "Progetto di test MSTest (.NET Core)",
"description": "Progetto che contiene gli unit test MSTest eseguibili in .NET Core in Windows, Linux e MacOS."
}
}

Просмотреть файл

@ -1,7 +0,0 @@
{
"version": "1.0.0.0",
"strings": {
"name": "MSTest テスト プロジェクト (.NET Core)",
"description": "Windows、Linux、MacOS 上の .NET Core で実行できる MSTest 単体テストを含むプロジェクト。"
}
}

Просмотреть файл

@ -1,7 +0,0 @@
{
"version": "1.0.0.0",
"strings": {
"name": "MSTest 테스트 프로젝트(.NET Core)",
"description": "Windows, Linux 및 MacOS의 .NET Core에서 실행할 수 있는 MSTest 단위 테스트를 포함하는 프로젝트입니다."
}
}

Просмотреть файл

@ -1,13 +0,0 @@
{
"author": "Microsoft",
"name": "MSTest Test Project (.NET Core)",
"description": "A project that contains MSTest unit tests that can run on .NET Core on Windows, Linux and MacOS.",
"symbols/TargetFrameworkOverride/description": "Overrides the target framework",
"symbols/Framework/description": "The target framework for the project.",
"symbols/Framework/choices/netcoreapp2.1/description": "Target netcoreapp2.1",
"symbols/EnablePack/description": "Whether or not to enable packaging (via (\"dotnet pack\") for the project.",
"symbols/skipRestore/description": "If specified, skips the automatic restore of the project on create.",
"postActions/restoreNugetPackages/description": "Restore NuGet packages required by this project.",
"postActions/restoreNugetPackages/manualInstructions/default/text": "Run 'dotnet restore'",
"postActions/openInEditor/description": "Opens Tests.fs in the editor"
}

Просмотреть файл

@ -1,13 +0,0 @@
{
"author": "Microsoft",
"name": "MSTest Test Project (.NET Core)",
"description": "A project that contains MSTest unit tests that can run on .NET Core on Windows, Linux and MacOS.",
"symbols/TargetFrameworkOverride/description": "Overrides the target framework",
"symbols/Framework/description": "The target framework for the project.",
"symbols/Framework/choices/netcoreapp2.1/description": "Target netcoreapp2.1",
"symbols/EnablePack/description": "Whether or not to enable packaging (via (\"dotnet pack\") for the project.",
"symbols/skipRestore/description": "If specified, skips the automatic restore of the project on create.",
"postActions/restoreNugetPackages/description": "Restore NuGet packages required by this project.",
"postActions/restoreNugetPackages/manualInstructions/default/text": "Run 'dotnet restore'",
"postActions/openInEditor/description": "Opens Tests.fs in the editor"
}

Просмотреть файл

@ -1,13 +0,0 @@
{
"author": "Microsoft",
"name": "MSTest Test Project (.NET Core)",
"description": "A project that contains MSTest unit tests that can run on .NET Core on Windows, Linux and MacOS.",
"symbols/TargetFrameworkOverride/description": "Overrides the target framework",
"symbols/Framework/description": "The target framework for the project.",
"symbols/Framework/choices/netcoreapp2.1/description": "Target netcoreapp2.1",
"symbols/EnablePack/description": "Whether or not to enable packaging (via (\"dotnet pack\") for the project.",
"symbols/skipRestore/description": "If specified, skips the automatic restore of the project on create.",
"postActions/restoreNugetPackages/description": "Restore NuGet packages required by this project.",
"postActions/restoreNugetPackages/manualInstructions/default/text": "Run 'dotnet restore'",
"postActions/openInEditor/description": "Opens Tests.fs in the editor"
}

Просмотреть файл

@ -1,13 +0,0 @@
{
"author": "Microsoft",
"name": "MSTest Test Project (.NET Core)",
"description": "A project that contains MSTest unit tests that can run on .NET Core on Windows, Linux and MacOS.",
"symbols/TargetFrameworkOverride/description": "Overrides the target framework",
"symbols/Framework/description": "The target framework for the project.",
"symbols/Framework/choices/netcoreapp2.1/description": "Target netcoreapp2.1",
"symbols/EnablePack/description": "Whether or not to enable packaging (via (\"dotnet pack\") for the project.",
"symbols/skipRestore/description": "If specified, skips the automatic restore of the project on create.",
"postActions/restoreNugetPackages/description": "Restore NuGet packages required by this project.",
"postActions/restoreNugetPackages/manualInstructions/default/text": "Run 'dotnet restore'",
"postActions/openInEditor/description": "Opens Tests.fs in the editor"
}

Просмотреть файл

@ -1,13 +0,0 @@
{
"author": "Microsoft",
"name": "MSTest Test Project (.NET Core)",
"description": "A project that contains MSTest unit tests that can run on .NET Core on Windows, Linux and MacOS.",
"symbols/TargetFrameworkOverride/description": "Overrides the target framework",
"symbols/Framework/description": "The target framework for the project.",
"symbols/Framework/choices/netcoreapp2.1/description": "Target netcoreapp2.1",
"symbols/EnablePack/description": "Whether or not to enable packaging (via (\"dotnet pack\") for the project.",
"symbols/skipRestore/description": "If specified, skips the automatic restore of the project on create.",
"postActions/restoreNugetPackages/description": "Restore NuGet packages required by this project.",
"postActions/restoreNugetPackages/manualInstructions/default/text": "Run 'dotnet restore'",
"postActions/openInEditor/description": "Opens Tests.fs in the editor"
}

Просмотреть файл

@ -1,13 +0,0 @@
{
"author": "Microsoft",
"name": "MSTest Test Project (.NET Core)",
"description": "A project that contains MSTest unit tests that can run on .NET Core on Windows, Linux and MacOS.",
"symbols/TargetFrameworkOverride/description": "Overrides the target framework",
"symbols/Framework/description": "The target framework for the project.",
"symbols/Framework/choices/netcoreapp2.1/description": "Target netcoreapp2.1",
"symbols/EnablePack/description": "Whether or not to enable packaging (via (\"dotnet pack\") for the project.",
"symbols/skipRestore/description": "If specified, skips the automatic restore of the project on create.",
"postActions/restoreNugetPackages/description": "Restore NuGet packages required by this project.",
"postActions/restoreNugetPackages/manualInstructions/default/text": "Run 'dotnet restore'",
"postActions/openInEditor/description": "Opens Tests.fs in the editor"
}

Просмотреть файл

@ -1,13 +0,0 @@
{
"author": "Microsoft",
"name": "MSTest Test Project (.NET Core)",
"description": "A project that contains MSTest unit tests that can run on .NET Core on Windows, Linux and MacOS.",
"symbols/TargetFrameworkOverride/description": "Overrides the target framework",
"symbols/Framework/description": "The target framework for the project.",
"symbols/Framework/choices/netcoreapp2.1/description": "Target netcoreapp2.1",
"symbols/EnablePack/description": "Whether or not to enable packaging (via (\"dotnet pack\") for the project.",
"symbols/skipRestore/description": "If specified, skips the automatic restore of the project on create.",
"postActions/restoreNugetPackages/description": "Restore NuGet packages required by this project.",
"postActions/restoreNugetPackages/manualInstructions/default/text": "Run 'dotnet restore'",
"postActions/openInEditor/description": "Opens Tests.fs in the editor"
}

Просмотреть файл

@ -1,13 +0,0 @@
{
"author": "Microsoft",
"name": "MSTest Test Project (.NET Core)",
"description": "A project that contains MSTest unit tests that can run on .NET Core on Windows, Linux and MacOS.",
"symbols/TargetFrameworkOverride/description": "Overrides the target framework",
"symbols/Framework/description": "The target framework for the project.",
"symbols/Framework/choices/netcoreapp2.1/description": "Target netcoreapp2.1",
"symbols/EnablePack/description": "Whether or not to enable packaging (via (\"dotnet pack\") for the project.",
"symbols/skipRestore/description": "If specified, skips the automatic restore of the project on create.",
"postActions/restoreNugetPackages/description": "Restore NuGet packages required by this project.",
"postActions/restoreNugetPackages/manualInstructions/default/text": "Run 'dotnet restore'",
"postActions/openInEditor/description": "Opens Tests.fs in the editor"
}

Просмотреть файл

@ -1,13 +0,0 @@
{
"author": "Microsoft",
"name": "MSTest Test Project (.NET Core)",
"description": "A project that contains MSTest unit tests that can run on .NET Core on Windows, Linux and MacOS.",
"symbols/TargetFrameworkOverride/description": "Overrides the target framework",
"symbols/Framework/description": "The target framework for the project.",
"symbols/Framework/choices/netcoreapp2.1/description": "Target netcoreapp2.1",
"symbols/EnablePack/description": "Whether or not to enable packaging (via (\"dotnet pack\") for the project.",
"symbols/skipRestore/description": "If specified, skips the automatic restore of the project on create.",
"postActions/restoreNugetPackages/description": "Restore NuGet packages required by this project.",
"postActions/restoreNugetPackages/manualInstructions/default/text": "Run 'dotnet restore'",
"postActions/openInEditor/description": "Opens Tests.fs in the editor"
}

Просмотреть файл

@ -1,13 +0,0 @@
{
"author": "Microsoft",
"name": "MSTest Test Project (.NET Core)",
"description": "A project that contains MSTest unit tests that can run on .NET Core on Windows, Linux and MacOS.",
"symbols/TargetFrameworkOverride/description": "Overrides the target framework",
"symbols/Framework/description": "The target framework for the project.",
"symbols/Framework/choices/netcoreapp2.1/description": "Target netcoreapp2.1",
"symbols/EnablePack/description": "Whether or not to enable packaging (via (\"dotnet pack\") for the project.",
"symbols/skipRestore/description": "If specified, skips the automatic restore of the project on create.",
"postActions/restoreNugetPackages/description": "Restore NuGet packages required by this project.",
"postActions/restoreNugetPackages/manualInstructions/default/text": "Run 'dotnet restore'",
"postActions/openInEditor/description": "Opens Tests.fs in the editor"
}

Просмотреть файл

@ -1,13 +0,0 @@
{
"author": "Microsoft",
"name": "MSTest Test Project (.NET Core)",
"description": "A project that contains MSTest unit tests that can run on .NET Core on Windows, Linux and MacOS.",
"symbols/TargetFrameworkOverride/description": "Overrides the target framework",
"symbols/Framework/description": "The target framework for the project.",
"symbols/Framework/choices/netcoreapp2.1/description": "Target netcoreapp2.1",
"symbols/EnablePack/description": "Whether or not to enable packaging (via (\"dotnet pack\") for the project.",
"symbols/skipRestore/description": "If specified, skips the automatic restore of the project on create.",
"postActions/restoreNugetPackages/description": "Restore NuGet packages required by this project.",
"postActions/restoreNugetPackages/manualInstructions/default/text": "Run 'dotnet restore'",
"postActions/openInEditor/description": "Opens Tests.fs in the editor"
}

Просмотреть файл

@ -1,13 +0,0 @@
{
"author": "Microsoft",
"name": "MSTest Test Project (.NET Core)",
"description": "A project that contains MSTest unit tests that can run on .NET Core on Windows, Linux and MacOS.",
"symbols/TargetFrameworkOverride/description": "Overrides the target framework",
"symbols/Framework/description": "The target framework for the project.",
"symbols/Framework/choices/netcoreapp2.1/description": "Target netcoreapp2.1",
"symbols/EnablePack/description": "Whether or not to enable packaging (via (\"dotnet pack\") for the project.",
"symbols/skipRestore/description": "If specified, skips the automatic restore of the project on create.",
"postActions/restoreNugetPackages/description": "Restore NuGet packages required by this project.",
"postActions/restoreNugetPackages/manualInstructions/default/text": "Run 'dotnet restore'",
"postActions/openInEditor/description": "Opens Tests.fs in the editor"
}

Просмотреть файл

@ -1,13 +0,0 @@
{
"author": "Microsoft",
"name": "MSTest Test Project (.NET Core)",
"description": "A project that contains MSTest unit tests that can run on .NET Core on Windows, Linux and MacOS.",
"symbols/TargetFrameworkOverride/description": "Overrides the target framework",
"symbols/Framework/description": "The target framework for the project.",
"symbols/Framework/choices/netcoreapp2.1/description": "Target netcoreapp2.1",
"symbols/EnablePack/description": "Whether or not to enable packaging (via (\"dotnet pack\") for the project.",
"symbols/skipRestore/description": "If specified, skips the automatic restore of the project on create.",
"postActions/restoreNugetPackages/description": "Restore NuGet packages required by this project.",
"postActions/restoreNugetPackages/manualInstructions/default/text": "Run 'dotnet restore'",
"postActions/openInEditor/description": "Opens Tests.fs in the editor"
}

Просмотреть файл

@ -1,13 +0,0 @@
{
"author": "Microsoft",
"name": "MSTest Test Project (.NET Core)",
"description": "A project that contains MSTest unit tests that can run on .NET Core on Windows, Linux and MacOS.",
"symbols/TargetFrameworkOverride/description": "Overrides the target framework",
"symbols/Framework/description": "The target framework for the project.",
"symbols/Framework/choices/netcoreapp2.1/description": "Target netcoreapp2.1",
"symbols/EnablePack/description": "Whether or not to enable packaging (via (\"dotnet pack\") for the project.",
"symbols/skipRestore/description": "If specified, skips the automatic restore of the project on create.",
"postActions/restoreNugetPackages/description": "Restore NuGet packages required by this project.",
"postActions/restoreNugetPackages/manualInstructions/default/text": "Run 'dotnet restore'",
"postActions/openInEditor/description": "Opens Tests.fs in the editor"
}

Просмотреть файл

@ -1,7 +0,0 @@
{
"version": "1.0.0.0",
"strings": {
"name": "Projekt testów MSTest (.NET Core)",
"description": "Projekt zawierający testy jednostkowe MSTest, które można uruchomić w środowisku .NET Core w systemach Windows, Linux i MacOS."
}
}

Просмотреть файл

@ -1,7 +0,0 @@
{
"version": "1.0.0.0",
"strings": {
"name": "Projeto de Teste MSTest (.NET Core)",
"description": "Um projeto que contém testes de unidade MSTest que podem ser executados no .NET Core no Windows, Linux e MacOS."
}
}

Просмотреть файл

@ -1,7 +0,0 @@
{
"version": "1.0.0.0",
"strings": {
"name": "Проект тестов MSTest (.NET Core)",
"description": "Проект, содержащий модульные тесты MSTest, которые можно выполнять на платформе .NET Core в Windows, Linux и MacOS."
}
}

Просмотреть файл

@ -1,87 +0,0 @@
{
"$schema": "http://json.schemastore.org/template",
"author": "Microsoft",
"classifications": [ "Test", "MSTest" ],
"name": "MSTest Test Project (.NET Core)",
"generatorVersions": "[1.0.0.0-*)",
"description": "A project that contains MSTest unit tests that can run on .NET Core on Windows, Linux and MacOS.",
"groupIdentity": "Microsoft.Test.MSTest",
"precedence": "3000",
"identity": "Microsoft.Test.MSTest.FSharp.2.1",
"shortName": "mstest",
"tags": {
"language": "F#",
"type": "project"
},
"sourceName": "Company.TestProject1",
"preferNameDirectory": true,
"symbols": {
"TargetFrameworkOverride": {
"type": "parameter",
"description": "Overrides the target framework",
"replaces": "TargetFrameworkOverride",
"datatype": "string",
"defaultValue": ""
},
"Framework": {
"type": "parameter",
"description": "The target framework for the project.",
"datatype": "choice",
"choices": [
{
"choice": "netcoreapp2.1",
"description": "Target netcoreapp2.1"
}
],
"replaces": "netcoreapp2.1",
"defaultValue": "netcoreapp2.1"
},
"EnablePack": {
"type": "parameter",
"datatype": "bool",
"defaultValue": "false",
"description": "Whether or not to enable packaging (via (\"dotnet pack\") for the project."
},
"HostIdentifier": {
"type": "bind",
"binding": "HostIdentifier"
},
"skipRestore": {
"type": "parameter",
"datatype": "bool",
"description": "If specified, skips the automatic restore of the project on create.",
"defaultValue": "false"
}
},
"primaryOutputs": [
{ "path": "Company.TestProject1.fsproj" },
{
"condition": "(HostIdentifier != \"dotnetcli\" && HostIdentifier != \"dotnetcli-preview\")",
"path": "Tests.fs"
}
],
"defaultName": "TestProject1",
"postActions": [
{
"condition": "(!skipRestore)",
"description": "Restore NuGet packages required by this project.",
"manualInstructions": [
{ "text": "Run 'dotnet restore'" }
],
"actionId": "210D431B-A78B-4D2F-B762-4ED3E3EA9025",
"id": "restoreNugetPackages",
"continueOnError": true
},
{
"condition": "(HostIdentifier != \"dotnetcli\" && HostIdentifier != \"dotnetcli-preview\")",
"description": "Opens Tests.fs in the editor",
"manualInstructions": [],
"actionId": "84C0DA21-51C8-4541-9940-6CA19AF04EE6",
"id": "openInEditor",
"args": {
"files": "1"
},
"continueOnError": true
}
]
}

Просмотреть файл

@ -1,7 +0,0 @@
{
"version": "1.0.0.0",
"strings": {
"name": "MSTest Test Projesi (.NET Core)",
"description": "Windows, Linux ve MacOS'ta .NET Core üzerinde çalışabilen MSTest birim testlerini içeren bir proje."
}
}

Просмотреть файл

@ -1,7 +0,0 @@
{
"version": "1.0.0.0",
"strings": {
"name": "MSTest 测试项目(.NET Core)",
"description": "包含 MSTest 单元测试的项目,该单元测试可在 Windows、Linux 和 MacOS 上的 .NET Core 上运行。"
}
}

Просмотреть файл

@ -1,7 +0,0 @@
{
"version": "1.0.0.0",
"strings": {
"name": "MSTest 測試專案 (.NET Core)",
"description": "專案含有可在 Windows、Linux 及 MacOS 的 .NET Core 上執行的 MSTest 單元測試。"
}
}

Просмотреть файл

@ -1,25 +0,0 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework Condition="'$(TargetFrameworkOverride)' == ''">netcoreapp2.1</TargetFramework>
<TargetFramework Condition="'$(TargetFrameworkOverride)' != ''">TargetFrameworkOverride</TargetFramework>
<RootNamespace Condition="'$(name)' != '$(name{-VALUE-FORMS-}safe_namespace)'">Company.TestProject1</RootNamespace>
<IsPackable Condition="'$(EnablePack)' == 'true'">true</IsPackable>
<IsPackable Condition="'$(EnablePack)' != 'true'">false</IsPackable>
<GenerateProgramFile>false</GenerateProgramFile>
</PropertyGroup>
<ItemGroup>
<Compile Include="Tests.fs" />
<Compile Include="Program.fs" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.1.0" />
<PackageReference Include="MSTest.TestAdapter" Version="2.2.8" />
<PackageReference Include="MSTest.TestFramework" Version="2.2.8" />
<PackageReference Include="coverlet.collector" Version="3.1.2" />
</ItemGroup>
</Project>

Просмотреть файл

@ -1,4 +0,0 @@
module Program =
[<EntryPoint>]
let main _ = 0

Просмотреть файл

@ -1,11 +0,0 @@
namespace Company.TestProject1
open System
open Microsoft.VisualStudio.TestTools.UnitTesting
[<TestClass>]
type TestClass () =
[<TestMethod>]
member this.TestMethodPassing () =
Assert.IsTrue(true)

Просмотреть файл

@ -1,7 +0,0 @@
{
"version": "1.0.0.0",
"strings": {
"name": "Projekt testů MSTest (.NET Core)",
"description": "Projekt obsahující testy jednotek MSTest, které je možné spustit na .NET Core ve Windows, Linuxu a MacOS."
}
}

Просмотреть файл

@ -1,7 +0,0 @@
{
"version": "1.0.0.0",
"strings": {
"name": "MSTest-Testprojekt (.NET Core)",
"description": "Ein Projekt, das MSTest-Komponententests enthält, kann in .NET Core unter Windows, Linux und MacOS ausgeführt werden."
}
}

Просмотреть файл

@ -1,24 +0,0 @@
{
"$schema": "http://json.schemastore.org/dotnetcli.host",
"symbolInfo": {
"TargetFrameworkOverride": {
"isHidden": "true",
"longName": "target-framework-override",
"shortName": ""
},
"Framework": {
"longName": "framework"
},
"EnablePack": {
"shortName": "p",
"longName": "enable-pack"
},
"skipRestore": {
"longName": "no-restore",
"shortName": ""
}
},
"usageExamples": [
""
]
}

Просмотреть файл

@ -1,7 +0,0 @@
{
"version": "1.0.0.0",
"strings": {
"name": "MSTest Test Project (.NET Core)",
"description": "A project that contains MSTest unit tests that can run on .NET Core on Windows, Linux and MacOS."
}
}

Просмотреть файл

@ -1,7 +0,0 @@
{
"version": "1.0.0.0",
"strings": {
"name": "Proyecto de prueba de MSTest (.NET Core)",
"description": "Proyecto que contiene pruebas unitarias de MSTest que se pueden ejecutar en .NET Core en Windows, Linux y MacOS."
}
}

Просмотреть файл

@ -1,7 +0,0 @@
{
"version": "1.0.0.0",
"strings": {
"name": "Projet de test MSTest (.NET Core)",
"description": "Projet qui contient des tests unitaires MSTest pouvant s'exécuter sur .NET Core sur Windows, Linux et macOS."
}
}

Просмотреть файл

@ -1,7 +0,0 @@
{
"version": "1.0.0.0",
"strings": {
"name": "Progetto di test MSTest (.NET Core)",
"description": "Progetto che contiene gli unit test MSTest eseguibili in .NET Core in Windows, Linux e MacOS."
}
}

Просмотреть файл

@ -1,7 +0,0 @@
{
"version": "1.0.0.0",
"strings": {
"name": "MSTest テスト プロジェクト (.NET Core)",
"description": "Windows、Linux、MacOS 上の .NET Core で実行できる MSTest 単体テストを含むプロジェクト。"
}
}

Просмотреть файл

@ -1,7 +0,0 @@
{
"version": "1.0.0.0",
"strings": {
"name": "MSTest 테스트 프로젝트(.NET Core)",
"description": "Windows, Linux 및 MacOS의 .NET Core에서 실행할 수 있는 MSTest 단위 테스트를 포함하는 프로젝트입니다."
}
}

Просмотреть файл

@ -1,13 +0,0 @@
{
"author": "Microsoft",
"name": "MSTest Test Project (.NET Core)",
"description": "A project that contains MSTest unit tests that can run on .NET Core on Windows, Linux and MacOS.",
"symbols/TargetFrameworkOverride/description": "Overrides the target framework",
"symbols/Framework/description": "The target framework for the project.",
"symbols/Framework/choices/netcoreapp2.1/description": "Target netcoreapp2.1",
"symbols/EnablePack/description": "Whether or not to enable packaging (via (\"dotnet pack\") for the project.",
"symbols/skipRestore/description": "If specified, skips the automatic restore of the project on create.",
"postActions/restoreNugetPackages/description": "Restore NuGet packages required by this project.",
"postActions/restoreNugetPackages/manualInstructions/default/text": "Run 'dotnet restore'",
"postActions/openInEditor/description": "Opens Class1.cs in the editor"
}

Просмотреть файл

@ -1,13 +0,0 @@
{
"author": "Microsoft",
"name": "MSTest Test Project (.NET Core)",
"description": "A project that contains MSTest unit tests that can run on .NET Core on Windows, Linux and MacOS.",
"symbols/TargetFrameworkOverride/description": "Overrides the target framework",
"symbols/Framework/description": "The target framework for the project.",
"symbols/Framework/choices/netcoreapp2.1/description": "Target netcoreapp2.1",
"symbols/EnablePack/description": "Whether or not to enable packaging (via (\"dotnet pack\") for the project.",
"symbols/skipRestore/description": "If specified, skips the automatic restore of the project on create.",
"postActions/restoreNugetPackages/description": "Restore NuGet packages required by this project.",
"postActions/restoreNugetPackages/manualInstructions/default/text": "Run 'dotnet restore'",
"postActions/openInEditor/description": "Opens Class1.cs in the editor"
}

Просмотреть файл

@ -1,13 +0,0 @@
{
"author": "Microsoft",
"name": "MSTest Test Project (.NET Core)",
"description": "A project that contains MSTest unit tests that can run on .NET Core on Windows, Linux and MacOS.",
"symbols/TargetFrameworkOverride/description": "Overrides the target framework",
"symbols/Framework/description": "The target framework for the project.",
"symbols/Framework/choices/netcoreapp2.1/description": "Target netcoreapp2.1",
"symbols/EnablePack/description": "Whether or not to enable packaging (via (\"dotnet pack\") for the project.",
"symbols/skipRestore/description": "If specified, skips the automatic restore of the project on create.",
"postActions/restoreNugetPackages/description": "Restore NuGet packages required by this project.",
"postActions/restoreNugetPackages/manualInstructions/default/text": "Run 'dotnet restore'",
"postActions/openInEditor/description": "Opens Class1.cs in the editor"
}

Просмотреть файл

@ -1,13 +0,0 @@
{
"author": "Microsoft",
"name": "MSTest Test Project (.NET Core)",
"description": "A project that contains MSTest unit tests that can run on .NET Core on Windows, Linux and MacOS.",
"symbols/TargetFrameworkOverride/description": "Overrides the target framework",
"symbols/Framework/description": "The target framework for the project.",
"symbols/Framework/choices/netcoreapp2.1/description": "Target netcoreapp2.1",
"symbols/EnablePack/description": "Whether or not to enable packaging (via (\"dotnet pack\") for the project.",
"symbols/skipRestore/description": "If specified, skips the automatic restore of the project on create.",
"postActions/restoreNugetPackages/description": "Restore NuGet packages required by this project.",
"postActions/restoreNugetPackages/manualInstructions/default/text": "Run 'dotnet restore'",
"postActions/openInEditor/description": "Opens Class1.cs in the editor"
}

Просмотреть файл

@ -1,13 +0,0 @@
{
"author": "Microsoft",
"name": "MSTest Test Project (.NET Core)",
"description": "A project that contains MSTest unit tests that can run on .NET Core on Windows, Linux and MacOS.",
"symbols/TargetFrameworkOverride/description": "Overrides the target framework",
"symbols/Framework/description": "The target framework for the project.",
"symbols/Framework/choices/netcoreapp2.1/description": "Target netcoreapp2.1",
"symbols/EnablePack/description": "Whether or not to enable packaging (via (\"dotnet pack\") for the project.",
"symbols/skipRestore/description": "If specified, skips the automatic restore of the project on create.",
"postActions/restoreNugetPackages/description": "Restore NuGet packages required by this project.",
"postActions/restoreNugetPackages/manualInstructions/default/text": "Run 'dotnet restore'",
"postActions/openInEditor/description": "Opens Class1.cs in the editor"
}

Просмотреть файл

@ -1,13 +0,0 @@
{
"author": "Microsoft",
"name": "MSTest Test Project (.NET Core)",
"description": "A project that contains MSTest unit tests that can run on .NET Core on Windows, Linux and MacOS.",
"symbols/TargetFrameworkOverride/description": "Overrides the target framework",
"symbols/Framework/description": "The target framework for the project.",
"symbols/Framework/choices/netcoreapp2.1/description": "Target netcoreapp2.1",
"symbols/EnablePack/description": "Whether or not to enable packaging (via (\"dotnet pack\") for the project.",
"symbols/skipRestore/description": "If specified, skips the automatic restore of the project on create.",
"postActions/restoreNugetPackages/description": "Restore NuGet packages required by this project.",
"postActions/restoreNugetPackages/manualInstructions/default/text": "Run 'dotnet restore'",
"postActions/openInEditor/description": "Opens Class1.cs in the editor"
}

Просмотреть файл

@ -1,13 +0,0 @@
{
"author": "Microsoft",
"name": "MSTest Test Project (.NET Core)",
"description": "A project that contains MSTest unit tests that can run on .NET Core on Windows, Linux and MacOS.",
"symbols/TargetFrameworkOverride/description": "Overrides the target framework",
"symbols/Framework/description": "The target framework for the project.",
"symbols/Framework/choices/netcoreapp2.1/description": "Target netcoreapp2.1",
"symbols/EnablePack/description": "Whether or not to enable packaging (via (\"dotnet pack\") for the project.",
"symbols/skipRestore/description": "If specified, skips the automatic restore of the project on create.",
"postActions/restoreNugetPackages/description": "Restore NuGet packages required by this project.",
"postActions/restoreNugetPackages/manualInstructions/default/text": "Run 'dotnet restore'",
"postActions/openInEditor/description": "Opens Class1.cs in the editor"
}

Некоторые файлы не были показаны из-за слишком большого количества измененных файлов Показать больше