Commit graph

34999 commits

Author SHA1 Message Date
Noah Gilson
7c3029438d Update implicit versions by 1, because they should be +1 to the existing release, not the no of the existing release 2024-04-18 15:42:22 -07:00
Michael Yanni
453fedbc1b
[release/8.0.3xx] Update dependencies from dotnet/sdk (#19526) 2024-04-18 13:25:35 -07:00
Noah Gilson
4f4f9cdd1a
Update Branding and Implicit Versions 🐍 + ILLink Hotfix (#19527) 2024-04-18 11:26:44 -07:00
DotNet Bot
785083ec77 Merged PR 39045: [internal/release/8.0.1xx] Update dependencies from dnceng/internal/dotnet-sdk
This pull request updates the following dependencies

[marker]: <> (Begin:Coherency Updates)
## Coherency Updates

The following updates ensure that dependencies with a *CoherentParentDependency*
attribute were produced in a build used as input to the parent dependency's build.
See [Dependency Description Format](https://github.com/dotnet/arcade/blob/master/Documentation/DependencyDescriptionFormat.md#dependency-description-overview)

[DependencyUpdate]: <> (Begin)

- **Coherency Updates**:
  - **Microsoft.WindowsDesktop.App.Ref**: from 8.0.5 to 8.0.5 (parent: Microsoft.NET.Sdk)
  - **VS.Redist.Common.WindowsDesktop.SharedFramework.x64.8.0**: from 8.0.5-servicing.24216.13 to 8.0.5-servicing.24217.5 (parent: Microsoft.NET.Sdk)
  - **VS.Redist.Common.WindowsDesktop.TargetingPack.x64.8.0**: from 8.0.5-servicing.24216.13 to 8.0.5-servicing.24217.5 (parent: Microsoft.NET.Sdk)
  - **VS.Redist.Common.NetCore.SharedFramework.x64.8.0**: from 8.0.5-servicing.24215.24 to 8.0.5-servicing.24216.15 (parent: Microsoft.NET.Sdk)
  - **Microsoft.NETCore.App.Ref**: from 8.0.5 to 8.0.5 (parent: Microsoft.NET.Sdk)
  - **VS.Redist.Common.NetCore.TargetingPack.x64.8.0**: from 8.0.5-servicing.24215.24 to 8.0.5-servicing.24216.15 (parent: Microsoft.NET.Sdk)
  - **Microsoft.NETCore.App.Host.win-x64**: from 8.0.5 to 8.0.5 (parent: Microsoft.NET.Sdk)
  - **Microsoft.NETCore.DotNetHostResolver**: from 8.0.5 to 8.0.5 (parent: Microsoft.NET.Sdk)
  - **Microsoft.NETCore.Platforms**: from 8.0.5-servicing.24215.24 to 8.0.5-servicing.24216.15 (parent: Microsoft.NET.Sdk)
  - **Microsoft.AspNetCore.App.Ref**: from 8.0.5 to 8.0.5 (parent: Microsoft.NET.Sdk)
  - **Microsoft.AspNetCore.App.Ref.Internal**: from 8.0.5-servicing.24216.11 to 8.0.5-servicing.24217.6 (parent: Microsoft.NET.Sdk)
  - **Microsoft.AspNetCore.App.Runtime.win-x64**: from 8.0.5 to 8.0.5 (parent: Microsoft.NET.Sdk)
  - **VS.Redist.Common.AspNetCore.SharedFramework.x64.8.0**: from 8.0.5-servicing.24216.11 to 8.0.5-servicing.24217.6 (parent: Microsoft.NET.Sdk)
  - **dotnet-dev-certs**: from 8.0.5-servicing.24216.11 to 8.0.5-servicing.24217.6 (parent: Microsoft.NET.Sdk)
  - **dotnet-user-jwts**: from 8.0.5-servicing.24216.11 to 8.0.5-servicing.24217.6 (parent: Microsoft.NET.Sdk)
  - **dotnet-user-secrets**: from 8.0.5-servicing.24216.11 to 8.0.5-servicing.24217.6 (parent: Microsoft.NET.Sdk)
  - **Microsoft.WindowsDesktop.App.Runtime.win-x64**: from 8.0.5 to 8.0.5 (parent: Microsoft.NET.Sdk)
  - **Microsoft.Dotnet.WinForms.ProjectTemplates**: from 8.0.5-servicing.24216.11 to 8.0.5-servicing.24217.4 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64)
  - **Microsoft.WindowsDesktop.App.Runtime.win-x64**: from 8.0.5 to 8.0.5 (parent: Microsoft.NET.Sdk)
  - **Microsoft.DotNet.Wpf.ProjectTemplates**: from 8.0.5-servicing.24216.5 to 8.0.5-servicing.24217.2 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64)
  - **Microsoft.NET.ILLink.Tasks**: from 8.0.5 to 8.0.5 (parent: Microsoft.NET.Sdk...
2024-04-18 18:25:33 +00:00
Noah Gilson
0ab0b7ba47 Update ILLink
https://github.com/dotnet/linker/pull/3217 this fix has not been included in 8.0.xx
which is not ideal!

You can see 78a907eaec/eng/Version.Details.xml (L126C12-L126C52)
it is in 7.0, but somehow it didnt get ported to 8.0.
2024-04-18 10:55:02 -07:00
Noah Gilson
872c0349ab Use MSBuild Add Logic to add to the version feature automatically.
We dont need to update the implicit versions as 29 and 18 are the newest
At least per the releases when downloading the .NET SDK.
2024-04-18 10:49:56 -07:00
Noah Gilson
e66b57623b Stabilize branding 2024-04-18 10:40:53 -07:00
dotnet-maestro[bot]
7df35f99cc Update dependencies from https://github.com/dotnet/sdk build 20240418.5
Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli
 From Version 8.0.300-preview.24217.11 -> To Version 8.0.300-preview.24218.5

Dependency coherency updates

Microsoft.Build
 From Version 17.10.3 -> To Version 17.10.4 (parent: Microsoft.NET.Sdk
2024-04-18 17:22:27 +00:00
Michael Yanni
07aaf5ab2c
[release/8.0.3xx] Update dependencies from dotnet/arcade-services (#19518) 2024-04-18 09:18:51 -07:00
Michael Yanni
393bfbb44c
[automated] Merge branch 'release/8.0.1xx' => 'release/8.0.2xx' (#19512) 2024-04-18 09:07:32 -07:00
dotnet-maestro[bot]
2bacdd194b Update dependencies from https://github.com/dotnet/arcade-services build 20240417.2
Microsoft.DotNet.Darc , Microsoft.DotNet.DarcLib
 From Version 1.1.0-beta.24217.1 -> To Version 1.1.0-beta.24217.2
2024-04-18 12:46:00 +00:00
Jason Zhai
ef0ff9eb76 Merge branch 'release/8.0.1xx' into release/8.0.2xx 2024-04-17 23:18:59 -07:00
v-wuzhai
ddd0a8aaa0
[release/8.0.3xx] Update dependencies from dotnet/sdk (#19511) 2024-04-17 19:24:09 -07:00
v-wuzhai
0f89ff8a9b
[release/6.0.4xx] Update dependencies from dotnet/source-build-reference-packages (#19514) 2024-04-17 19:22:40 -07:00
dotnet-maestro[bot]
28f0ea76ee Update dependencies from https://github.com/dotnet/source-build-reference-packages build 20240417.1
Microsoft.SourceBuild.Intermediate.source-build-reference-packages
 From Version 6.0.0-servicing.24172.6 -> To Version 6.0.0-servicing.24217.1
2024-04-17 21:27:04 +00:00
dotnet-bot
74d5c43866 Merge in 'release/8.0.1xx' changes 2024-04-17 21:03:53 +00:00
Rich Lander
903e15eef9
Update-eol-versions-8.0.1xx (#19318)
Co-authored-by: Michael Simons <msimons@microsoft.com>
2024-04-17 15:54:08 -05:00
DotNet Bot
e5cbc04786 Merged PR 39001: [internal/release/8.0.1xx] Update dependencies from dnceng/internal/dotnet-sdk
This pull request updates the following dependencies

[marker]: <> (Begin:Coherency Updates)
## Coherency Updates

The following updates ensure that dependencies with a *CoherentParentDependency*
attribute were produced in a build used as input to the parent dependency's build.
See [Dependency Description Format](https://github.com/dotnet/arcade/blob/master/Documentation/DependencyDescriptionFormat.md#dependency-description-overview)

[DependencyUpdate]: <> (Begin)

- **Coherency Updates**:
  - **Microsoft.WindowsDesktop.App.Ref**: from 8.0.4 to 8.0.5 (parent: Microsoft.NET.Sdk)
  - **VS.Redist.Common.WindowsDesktop.SharedFramework.x64.8.0**: from 8.0.4-servicing.24169.24 to 8.0.5-servicing.24216.13 (parent: Microsoft.NET.Sdk)
  - **VS.Redist.Common.WindowsDesktop.TargetingPack.x64.8.0**: from 8.0.4-servicing.24169.24 to 8.0.5-servicing.24216.13 (parent: Microsoft.NET.Sdk)
  - **VS.Redist.Common.NetCore.SharedFramework.x64.8.0**: from 8.0.4-servicing.24169.9 to 8.0.5-servicing.24215.24 (parent: Microsoft.NET.Sdk)
  - **Microsoft.NETCore.App.Ref**: from 8.0.4 to 8.0.5 (parent: Microsoft.NET.Sdk)
  - **VS.Redist.Common.NetCore.TargetingPack.x64.8.0**: from 8.0.4-servicing.24169.9 to 8.0.5-servicing.24215.24 (parent: Microsoft.NET.Sdk)
  - **Microsoft.NETCore.App.Host.win-x64**: from 8.0.4 to 8.0.5 (parent: Microsoft.NET.Sdk)
  - **Microsoft.NETCore.DotNetHostResolver**: from 8.0.4 to 8.0.5 (parent: Microsoft.NET.Sdk)
  - **Microsoft.NETCore.Platforms**: from 8.0.4-servicing.24169.9 to 8.0.5-servicing.24215.24 (parent: Microsoft.NET.Sdk)
  - **Microsoft.AspNetCore.App.Ref**: from 8.0.4 to 8.0.5 (parent: Microsoft.NET.Sdk)
  - **Microsoft.AspNetCore.App.Ref.Internal**: from 8.0.4-servicing.24170.14 to 8.0.5-servicing.24216.11 (parent: Microsoft.NET.Sdk)
  - **Microsoft.AspNetCore.App.Runtime.win-x64**: from 8.0.4 to 8.0.5 (parent: Microsoft.NET.Sdk)
  - **VS.Redist.Common.AspNetCore.SharedFramework.x64.8.0**: from 8.0.4-servicing.24170.14 to 8.0.5-servicing.24216.11 (parent: Microsoft.NET.Sdk)
  - **dotnet-dev-certs**: from 8.0.4-servicing.24170.14 to 8.0.5-servicing.24216.11 (parent: Microsoft.NET.Sdk)
  - **dotnet-user-jwts**: from 8.0.4-servicing.24170.14 to 8.0.5-servicing.24216.11 (parent: Microsoft.NET.Sdk)
  - **dotnet-user-secrets**: from 8.0.4-servicing.24170.14 to 8.0.5-servicing.24216.11 (parent: Microsoft.NET.Sdk)
  - **Microsoft.WindowsDesktop.App.Runtime.win-x64**: from 8.0.4 to 8.0.5 (parent: Microsoft.NET.Sdk)
  - **Microsoft.Dotnet.WinForms.ProjectTemplates**: from 8.0.4-servicing.24169.11 to 8.0.5-servicing.24216.11 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64)
  - **Microsoft.WindowsDesktop.App.Runtime.win-x64**: from 8.0.4 to 8.0.5 (parent: Microsoft.NET.Sdk)
  - **Microsoft.DotNet.Wpf.ProjectTemplates**: from 8.0.4-servicing.24169.10 to 8.0.5-servicing.24216.5 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64)
  - **Microsoft.NET.ILLink.Tasks**: from 8.0.4 to 8.0.5 (parent: Microsoft.N...
2024-04-17 18:38:32 +00:00
dotnet-maestro[bot]
12bf51b317 Update dependencies from https://github.com/dotnet/sdk build 20240417.11
Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli
 From Version 8.0.300-preview.24216.14 -> To Version 8.0.300-preview.24217.11

Dependency coherency updates

Microsoft.Net.Compilers.Toolset
 From Version 4.10.0-3.24212.1 -> To Version 4.10.0-3.24216.12 (parent: Microsoft.NET.Sdk
2024-04-17 17:41:17 +00:00
dotnet-maestro[bot]
4198fdf67c Update dependencies from https://github.com/dotnet/sdk build 20240417.7
Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli
 From Version 8.0.300-preview.24216.14 -> To Version 8.0.300-preview.24217.7
2024-04-17 16:41:35 +00:00
Michael Yanni
94f16b6615
[release/8.0.3xx] Update dependencies from dotnet/source-build-externals (#19504) 2024-04-17 09:00:27 -07:00
Michael Yanni
129c840e43
[release/8.0.3xx] Update dependencies from dotnet/arcade-services (#19503) 2024-04-17 08:58:37 -07:00
dotnet-maestro[bot]
7754e3376e Update dependencies from https://github.com/dotnet/source-build-externals build 20240416.1
Microsoft.SourceBuild.Intermediate.source-build-externals
 From Version 8.0.0-alpha.1.24175.3 -> To Version 8.0.0-alpha.1.24216.1
2024-04-17 12:52:00 +00:00
dotnet-maestro[bot]
886fe0399b Update dependencies from https://github.com/dotnet/arcade-services build 20240417.1
Microsoft.DotNet.Darc , Microsoft.DotNet.DarcLib
 From Version 1.1.0-beta.24216.1 -> To Version 1.1.0-beta.24217.1
2024-04-17 12:51:38 +00:00
Marc Paine
8708c5fe26
Revert "Revert "Make SDK previews be in the preview.0 band"" (#19300) 2024-04-16 15:10:13 -07:00
dotnet-maestro[bot]
1bc5958c2a
[release/8.0.3xx] Update dependencies from dotnet/sdk (#19489)
[release/8.0.3xx] Update dependencies from dotnet/sdk
2024-04-16 21:35:38 +00:00
dotnet-bot
dd24b73944 Merge in 'release/8.0.1xx' changes 2024-04-16 20:52:00 +00:00
Marc Paine
79797800a3
[release/8.0.1xx] Update dependencies from dotnet/source-build-externals (#19485) 2024-04-16 13:41:45 -07:00
dotnet-maestro[bot]
271f40ea71
[release/8.0.3xx] Update dependencies from dotnet/sdk (#19484)
[release/8.0.3xx] Update dependencies from dotnet/sdk
- Coherency Updates:
  - Microsoft.Build: from 17.10.2 to 17.10.3 (parent: Microsoft.NET.Sdk)
2024-04-16 19:55:16 +00:00
dotnet-maestro[bot]
61a252dfbc Update dependencies from https://github.com/dotnet/source-build-externals build 20240416.1
Microsoft.SourceBuild.Intermediate.source-build-externals
 From Version 8.0.0-alpha.1.24175.3 -> To Version 8.0.0-alpha.1.24216.1
2024-04-16 18:44:05 +00:00
dotnet-maestro[bot]
7049dd83d0
[release/8.0.3xx] Update dependencies from dotnet/arcade-services (#19482)
[release/8.0.3xx] Update dependencies from dotnet/arcade-services
2024-04-16 17:32:39 +00:00
dotnet-maestro[bot]
eb9c6ccd16
[release/8.0.3xx] Update dependencies from dotnet/sdk (#19470)
[release/8.0.3xx] Update dependencies from dotnet/sdk
- Coherency Updates:
  - Microsoft.Net.Compilers.Toolset: from 4.10.0-3.24202.15 to 4.10.0-3.24212.1 (parent: Microsoft.NET.Sdk)
  - Microsoft.Build: from 17.10.0 to 17.10.2 (parent: Microsoft.NET.Sdk)
2024-04-15 05:56:16 +00:00
Michael Yanni
e14794a33e
[automated] Merge branch 'release/8.0.2xx' => 'release/8.0.3xx' (#19460) 2024-04-12 15:03:03 -07:00
Michael Yanni
da25baa299
[release/8.0.3xx] Update implicit versions for April (#19391) 2024-04-12 13:10:40 -07:00
Michael Yanni
16c903fd57
[automated] Merge branch 'release/6.0.1xx' => 'release/6.0.4xx' (#19458) 2024-04-12 13:04:10 -07:00
Michael Yanni
b638a84fba
[automated] Merge branch 'release/8.0.1xx' => 'release/8.0.2xx' (#19455) 2024-04-12 13:03:30 -07:00
Michael Yanni
0b2efdfe97
[automated] Merge branch 'release/8.0.2xx' => 'release/8.0.3xx' (#19440) 2024-04-12 12:56:26 -07:00
Jacques Eloff
09b5a52c2e
Update WiX to 3.14.1.8722 (#19407) 2024-04-12 11:01:27 -07:00
Jacques Eloff
b931c3d611
Update WiX to 3.14.1.8722 (#19406) 2024-04-12 10:57:49 -07:00
dotnet-bot
69964ca8df Merge in 'release/8.0.1xx' changes 2024-04-12 17:25:53 +00:00
Jacques Eloff
a97cad6749
Update WiX to 3.14.1.8722 (#19416) 2024-04-12 10:15:49 -07:00
Jacques Eloff
f85dc05c46
Update WiX to 3.14.1.8722 (#19417) 2024-04-12 10:15:41 -07:00
Jacques Eloff
3224d04c10
Update WiX to 3.14.1.8722 (#19415) 2024-04-12 10:15:33 -07:00
Ladi Prosek
2e4e62f639
Redo "NGEN Microsoft.DotNet.MSBuildSdkResolver.dll and its dependencies" for devenv only (#19399)
Fixes: [AB#2014670](https://devdiv.visualstudio.com/DevDiv/_workitems/edit/2014670)

### Description

A change was made in 8.0.2xx to register MSBuildSdkResolver for NGEN (#17732), against both devenv.exe and MSBuild.exe. Later a bug was found in the way MSBuild.exe loads the resolver so the change was reverted in 8.0.3xx (#19112). However, because the change had a measurable positive perf effect, the revert was effectively a regression for devenv.exe and got flagged so by PerfDDRITs.

This PR is a re-do of the original change, only this time with MSBuild.exe omitted, i.e. we're NGENing the resolver only for the default architecture of devenv.exe.

### Customer Impact

Startup perf regression, about 5% more methods JITted in scenarios measured by Visual Studio PerfDDRITs.

### Regression

Yes, perf regression in VS 17.10.

### Risk 

Low
2024-04-12 09:20:24 -05:00
Jason Zhai
68d50dcde5 Merge branch 'release/8.0.2xx' into release/8.0.3xx 2024-04-11 23:43:30 -07:00
dotnet-maestro[bot]
2698071df1
[release/8.0.3xx] Update dependencies from dotnet/sdk (#19444)
[release/8.0.3xx] Update dependencies from dotnet/sdk
- Coherency Updates:
  - Microsoft.FSharp.Compiler: from 12.8.300-beta.24208.5 to 12.8.300-beta.24211.1 (parent: Microsoft.NET.Sdk)
  - Microsoft.SourceBuild.Intermediate.fsharp: from 8.0.300-beta.24208.5 to 8.0.300-beta.24211.1 (parent: Microsoft.NET.Sdk)
2024-04-11 21:03:58 +00:00
Michael Yanni
d5ebd50325
[release/8.0.3xx] Update dependencies from dotnet/arcade-services (#19438) 2024-04-11 10:41:03 -07:00
Michael Yanni
b299a920f5
[automated] Merge branch 'release/8.0.1xx' => 'release/8.0.2xx' (#19401) 2024-04-11 10:40:31 -07:00
Michael Yanni
37cde3336b
[automated] Merge branch 'release/6.0.1xx' => 'release/6.0.4xx' (#19425) 2024-04-11 10:40:24 -07:00
dotnet-maestro[bot]
13c999fe5e Update dependencies from https://github.com/dotnet/arcade-services build 20240411.1
Microsoft.DotNet.Darc , Microsoft.DotNet.DarcLib
 From Version 1.1.0-beta.24210.2 -> To Version 1.1.0-beta.24211.1
2024-04-11 12:54:35 +00:00