dotnet-installer/test/EndToEnd
dotnet-maestro[bot] b76fe590ac
[release/8.0.1xx] Update dependencies from dotnet/sdk (#17479)
[release/8.0.1xx] Update dependencies from dotnet/sdk
- Coherency Updates:
  - Microsoft.WindowsDesktop.App.Ref: from 8.0.0-rtm.23504.7 to 8.0.0-rtm.23509.3 (parent: Microsoft.NET.Sdk)
  - VS.Redist.Common.WindowsDesktop.SharedFramework.x64.8.0: from 8.0.0-rtm.23504.7 to 8.0.0-rtm.23509.3 (parent: Microsoft.NET.Sdk)
  - VS.Redist.Common.WindowsDesktop.TargetingPack.x64.8.0: from 8.0.0-rtm.23504.7 to 8.0.0-rtm.23509.3 (parent: Microsoft.NET.Sdk)
  - VS.Redist.Common.NetCore.SharedFramework.x64.8.0: from 8.0.0-rtm.23504.8 to 8.0.0-rtm.23509.5 (parent: Microsoft.NET.Sdk)
  - Microsoft.NETCore.App.Ref: from 8.0.0-rtm.23504.8 to 8.0.0-rtm.23509.5 (parent: Microsoft.NET.Sdk)
  - VS.Redist.Common.NetCore.TargetingPack.x64.8.0: from 8.0.0-rtm.23504.8 to 8.0.0-rtm.23509.5 (parent: Microsoft.NET.Sdk)
  - Microsoft.NETCore.App.Host.win-x64: from 8.0.0-rtm.23504.8 to 8.0.0-rtm.23509.5 (parent: Microsoft.NET.Sdk)
  - Microsoft.NETCore.DotNetHostResolver: from 8.0.0-rtm.23504.8 to 8.0.0-rtm.23509.5 (parent: Microsoft.NET.Sdk)
  - Microsoft.NETCore.Platforms: from 8.0.0-rtm.23504.8 to 8.0.0-rtm.23509.5 (parent: Microsoft.NET.Sdk)
  - Microsoft.AspNetCore.App.Ref: from 8.0.0-rtm.23502.22 to 8.0.0-rtm.23510.7 (parent: Microsoft.NET.Sdk)
  - Microsoft.AspNetCore.App.Ref.Internal: from 8.0.0-rtm.23502.22 to 8.0.0-rtm.23510.7 (parent: Microsoft.NET.Sdk)
  - Microsoft.AspNetCore.App.Runtime.win-x64: from 8.0.0-rtm.23502.22 to 8.0.0-rtm.23510.7 (parent: Microsoft.NET.Sdk)
  - VS.Redist.Common.AspNetCore.SharedFramework.x64.8.0: from 8.0.0-rtm.23502.22 to 8.0.0-rtm.23510.7 (parent: Microsoft.NET.Sdk)
  - dotnet-dev-certs: from 8.0.0-rtm.23502.22 to 8.0.0-rtm.23510.7 (parent: Microsoft.NET.Sdk)
  - dotnet-user-jwts: from 8.0.0-rtm.23502.22 to 8.0.0-rtm.23510.7 (parent: Microsoft.NET.Sdk)
  - dotnet-user-secrets: from 8.0.0-rtm.23502.22 to 8.0.0-rtm.23510.7 (parent: Microsoft.NET.Sdk)
  - Microsoft.WindowsDesktop.App.Runtime.win-x64: from 8.0.0-rtm.23504.7 to 8.0.0-rtm.23509.3 (parent: Microsoft.NET.Sdk)
  - Microsoft.Dotnet.WinForms.ProjectTemplates: from 8.0.0-rtm.23504.13 to 8.0.0-rtm.23509.3 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64)
  - Microsoft.WindowsDesktop.App.Runtime.win-x64: from 8.0.0-rtm.23504.7 to 8.0.0-rtm.23509.3 (parent: Microsoft.NET.Sdk)
  - Microsoft.DotNet.Wpf.ProjectTemplates: from 8.0.0-rtm.23504.3 to 8.0.0-rtm.23509.3 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64)
  - Microsoft.NET.ILLink.Tasks: from 8.0.0-rtm.23504.8 to 8.0.0-rtm.23509.5 (parent: Microsoft.NET.Sdk)
  - Microsoft.Net.Compilers.Toolset: from 4.8.0-3.23504.4 to 4.8.0-3.23510.8 (parent: Microsoft.NET.Sdk)
  - Microsoft.NETCore.App.Runtime.win-x64: from 8.0.0-rtm.23504.8 to 8.0.0-rtm.23509.5 (parent: Microsoft.NET.Sdk)
  - Microsoft.NET.Workload.Emscripten.Current.Manifest-8.0.100.Transport: from 8.0.0-rtm.23477.1 to 8.0.0-rtm.23504.4 (parent: Microsoft.NETCore.App.Runtime.win-x64)

 - Add parens to the pattern to see if it fixes things
2023-10-11 20:18:04 +00:00
..
EndToEnd.Tests.csproj Merge branch 'release/7.0.2xx' => 'main' (#15120) 2022-12-12 08:42:48 -06:00
GivenDotNetLinuxInstallers.cs Add tests that assert the dependencies of the dotnet-sdk rpm and deb files 2018-04-18 22:49:21 -07:00
GivenDotnetUsesDotnetTools.cs make GivenDotnetUsesDotnetTools test optional based on AspNetCore availability (#207) 2018-12-14 20:08:38 -08:00
GivenFrameworkDependentApps.cs Merge branch 'release/7.0.2xx' => 'main' (#15120) 2022-12-12 08:42:48 -06:00
GivenNetFrameworkSupportsNetStandard2.cs Add test for consuming .NET Standard 2.0 library from .NET Framework 4.6.1 project 2017-06-08 15:40:22 -07:00
GivenSelfContainedAppsRollForward.cs [master] Update dependencies from dotnet/sdk (#7208) 2020-04-21 20:54:31 +00:00
GivenUnixPlatform.cs Skipping a failing test. Already reached out to the templating team to investigate. 2019-07-01 22:36:33 -07:00
GivenUsingDefaultRuntimeFrameworkVersions.cs [master] Update dependencies from dotnet/sdk (#8235) 2020-09-04 22:28:24 +00:00
GivenWeWantToRequireWindowsForDesktopApps.cs Add back the console and test templates but use the 7.0 ones for now. That way we don't have to disable all the tests and early dogfooders will still have a template to use. 2022-09-06 17:53:47 -07:00
GivenWindowsApp.cs Add support for targeting Windows version 22621 and update Windows SDK projections. (#13976) 2022-06-14 16:34:46 -07:00
ProjectBuildTests.cs [release/8.0.1xx] Update dependencies from dotnet/sdk (#17479) 2023-10-11 20:18:04 +00:00
SupportedNetCoreAppVersions.cs Update templates 2022-08-25 15:07:25 -07:00
TelemetryOptOutDefaultTests.cs Merge branch 'release/7.0.2xx' => 'main' (#15120) 2022-12-12 08:42:48 -06:00
TestProjectCreator.cs Move few GivenWeWantToRequireWindowsForDesktopApps tests (#8205) 2020-08-20 06:32:19 -07:00
ValidateInsertedManifests.cs Look inside one extra folder 2023-07-31 09:35:27 -07:00
VersionTests.cs Generate version file 2018-11-20 10:46:41 -08:00
xunit.runner.json Configure xunit to report long running tests for EndToEnd (#10847) 2021-06-08 20:11:19 +02:00