..
ArgumentForwardingTests
Merge remote-tracking branch 'dotnet/release/15.5' into merges/release/15.5-to-master-20171206-080040
2017-12-07 09:55:12 -08:00
ArgumentsReflector
Merge remote-tracking branch 'dotnet/release/15.5' into merges/release/15.5-to-master-20171206-080040
2017-12-07 09:55:12 -08:00
binding-redirects.Tests
Removing the Additional restore source for the binding redirect test project. It has no package dependency on a CLI produced package.
2018-05-17 15:04:40 -07:00
crossgen.Tests
Merge remote-tracking branch 'dotnet/release/15.5' into merges/release/15.5-to-master-20171206-080040
2017-12-07 09:55:12 -08:00
dotnet-add-package.Tests
Updating the build and tests to work with the 2.2.0 runtime.
2018-05-31 19:14:24 -07:00
dotnet-add-reference.Tests
Improve command line help user experience.
2018-05-18 16:43:31 -07:00
dotnet-back-compat.Tests
Merge remote-tracking branch 'dotnet/release/15.5' into merges/release/15.5-to-master-20171206-080040
2017-12-07 09:55:12 -08:00
dotnet-build.Tests
Fix tests
2018-08-03 20:02:55 -07:00
dotnet-clean.Tests
Updating the build and tests to work with the 2.2.0 runtime.
2018-05-31 19:14:24 -07:00
dotnet-help.Tests
Improve command line help user experience.
2018-05-18 16:43:31 -07:00
dotnet-install-tool.Tests
Change command order for tools ( #8862 )
2018-03-21 19:12:32 -07:00
dotnet-list-package.Tests
Code review feedback changes.
2018-09-20 10:26:02 -07:00
dotnet-list-reference.Tests
Code review feedback changes.
2018-09-20 10:26:02 -07:00
dotnet-migrate.Tests
Avoid GenerateAssemblyInfo for dotnet migrate tests ( #9757 )
2018-07-27 20:32:11 -07:00
dotnet-msbuild.Tests
Revert "Fix MSBuild invocation to quote property option values."
2018-05-31 21:34:05 -07:00
dotnet-new.Tests
Add --disable-parallel to dotnet-new.Tests
2018-08-17 12:52:23 -05:00
dotnet-nuget.UnitTests
Merge remote-tracking branch 'dotnet/release/15.5' into merges/release/15.5-to-master-20171206-080040
2017-12-07 09:55:12 -08:00
dotnet-pack.Tests
Merge remote-tracking branch 'dotnet/release/15.5' into merges/release/15.5-to-master-20171206-080040
2017-12-07 09:55:12 -08:00
dotnet-publish.Tests
Fix test with framework-dependent apphost.
2018-08-15 15:06:03 -07:00
dotnet-remove-package.Tests
Improve command line help user experience.
2018-05-18 16:43:31 -07:00
dotnet-remove-reference.Tests
Improve command line help user experience.
2018-05-18 16:43:31 -07:00
dotnet-restore.Tests
Merge remote-tracking branch 'dotnet/release/15.5' into merges/release/15.5-to-master-20171206-080040
2017-12-07 09:55:12 -08:00
dotnet-run.Tests
Suppress output from dotnet run
when using quiet verbosity level.
2018-07-30 14:57:32 -07:00
dotnet-sln-add.Tests
Fix dotnet sln add for multitargeted C# and VB projects.
2018-07-30 13:05:31 -07:00
dotnet-sln-list.Tests
Improve command line help user experience.
2018-05-18 16:43:31 -07:00
dotnet-sln-remove.Tests
Fix remove sln description.
2018-06-20 10:26:43 -07:00
dotnet-store.Tests
Updating the build and tests to work with the 2.2.0 runtime.
2018-05-31 19:14:24 -07:00
dotnet-test.Tests
Merge remote-tracking branch 'dotnet/release/2.1.5xx' into merges/release/2.1.5xx-to-release/2.2.1xx
2018-08-22 20:39:52 -07:00
dotnet-vstest.Tests
Updating the build and tests to work with the 2.2.0 runtime.
2018-05-31 19:14:24 -07:00
dotnet.Tests
Select forward arguments to restore ( #9830 )
2018-08-14 14:45:38 -07:00
EndToEnd
Fix tests
2018-08-03 20:02:55 -07:00
InsertionTests
Updating the CLI stage0 to 2.1.300 and fixing some build failures.
2018-06-08 16:03:24 -07:00
Installer
Move some projects to netstandard2.0 ( #8692 )
2018-03-22 16:11:51 -07:00
Microsoft.DotNet.Cli.Sln.Internal.Tests
Merge remote-tracking branch 'dotnet/release/15.5' into merges/release/15.5-to-master-20171206-080040
2017-12-07 09:55:12 -08:00
Microsoft.DotNet.Cli.Utils.Tests
We have a few tests that write their own NuGet.Config file to use during restore. Those tests need access to the ExternalRestoreSources value to be added to this NuGet config so that they can restore properly. This change writes a file in the test/artifacts folder containing the value of ExternalRestoreSources value. The tests can then use it to write that to their NuGet.Config. There is a failure in ProdCon that this addresses.
2018-08-28 17:16:58 -07:00
Microsoft.DotNet.Configurer.UnitTests
Make CliFolderPathCalculator
a static class.
2018-05-22 17:34:39 -07:00
Microsoft.DotNet.MSBuildSdkResolver.Tests
MSBuild SDK Resolver Improvements ( #9547 )
2018-08-16 19:21:48 -07:00
Microsoft.DotNet.ShellShim.Tests
Fix relative path tool path ( #9330 )
2018-05-24 18:15:23 -07:00
Microsoft.DotNet.TestFramework
We have a few tests that write their own NuGet.Config file to use during restore. Those tests need access to the ExternalRestoreSources value to be added to this NuGet config so that they can restore properly. This change writes a file in the test/artifacts folder containing the value of ExternalRestoreSources value. The tests can then use it to write that to their NuGet.Config. There is a failure in ProdCon that this addresses.
2018-08-28 17:16:58 -07:00
Microsoft.DotNet.ToolPackage.Tests
Refactoring: Introduce Parameter Object ( #9789 )
2018-08-03 10:35:11 -07:00
Microsoft.DotNet.Tools.Tests.ComponentMocks
Refactoring: Introduce Parameter Object ( #9789 )
2018-08-03 10:35:11 -07:00
Microsoft.DotNet.Tools.Tests.Utilities
Implement the dotnet list package
command.
2018-09-20 10:26:01 -07:00
msbuild.IntegrationTests
Make the default verbosity for dotnet clean normal
. This way we can get some meaningful output out of the command.
2018-03-01 14:09:06 -08:00
Msbuild.Tests.Utilities
Merge remote-tracking branch 'dotnet/release/15.5' into merges/release/15.5-to-master-20171206-080040
2017-12-07 09:55:12 -08:00
MsBuildScript.Tests
Fixing the URLs for the msbuildscript.tests to use the new asp.net runtime folder as well.
2018-02-15 12:58:21 -08:00
Directory.Build.props
Support new artifacts layout in tests and other build logic
2017-08-24 15:49:13 -07:00
Microsoft.DotNet.Cli.Tests.sln
Code review feedback changes.
2018-09-20 10:26:02 -07:00