Commit graph

30566 commits

Author SHA1 Message Date
Sven Boemer
5acae40bde
Only list supported RIDs for ILCompiler (#16545)
Attempting to publish AOT on an unsupported host, or with an
unsupported target RID, will produce an error in the SDK before trying
to restore the ILCompiler packages. This uses the RID list in
`KnownILCompilerPack` as the source of truth for what is considered
supported. Then with improved error reporting
(https://github.com/dotnet/sdk/pull/32943), this will give enough info
to the user about why a scenario isn't supported for aot.

Failing before restore does mean that advanced users who want to test
with unsupported ILC packages need to use a different
workaround. Instead of adding a `PackageReference`, they'll need
something like this:

```xml
<ItemGroup>
  <KnownILCompilerPack Update="@(KnownILCompilerPack)">
    <ILCompilerRuntimeIdentifiers>unsupported-rid</ILCompilerRuntimeIdentifiers>
  </KnownILCompilerPack>
</ItemGroup>
```
2023-06-01 08:37:49 -07:00
dotnet-maestro[bot]
1b4322cee4
[main] Update dependencies from dotnet/sdk (#16555)
[main] Update dependencies from dotnet/sdk
2023-06-01 12:46:01 +00:00
Michael Simons
bf404d0676
Add source-build patch to eliminate razor prebuilts (#16536) 2023-06-01 07:34:17 -05:00
v-wuzhai
847b0c588c
[main] Update dependencies from dotnet/sdk (#16554) 2023-06-01 17:54:10 +08:00
dotnet-maestro[bot]
07c4ac19d3 Update dependencies from https://github.com/dotnet/sdk build 20230601.1
Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli
 From Version 8.0.100-preview.6.23281.13 -> To Version 8.0.100-preview.6.23301.1

Dependency coherency updates

Microsoft.AspNetCore.App.Ref,Microsoft.AspNetCore.App.Ref.Internal,Microsoft.AspNetCore.App.Runtime.win-x64,VS.Redist.Common.AspNetCore.SharedFramework.x64.8.0,dotnet-dev-certs,dotnet-user-jwts,dotnet-user-secrets
 From Version 8.0.0-preview.6.23281.3 -> To Version 8.0.0-preview.6.23281.5 (parent: Microsoft.NET.Sdk
2023-06-01 08:11:54 +00:00
dotnet-maestro[bot]
38e3053e3a Update dependencies from https://github.com/dotnet/sdk build 20230531.16
Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli
 From Version 8.0.100-preview.6.23281.13 -> To Version 8.0.100-preview.6.23281.16

Dependency coherency updates

Microsoft.AspNetCore.App.Ref,Microsoft.AspNetCore.App.Ref.Internal,Microsoft.AspNetCore.App.Runtime.win-x64,VS.Redist.Common.AspNetCore.SharedFramework.x64.8.0,dotnet-dev-certs,dotnet-user-jwts,dotnet-user-secrets
 From Version 8.0.0-preview.6.23281.3 -> To Version 8.0.0-preview.6.23281.5 (parent: Microsoft.NET.Sdk
2023-06-01 07:13:36 +00:00
v-wuzhai
cd0dd89dc0
[main] Update dependencies from dotnet/sdk (#16548) 2023-06-01 13:56:41 +08:00
Michal Strehovský
f38b2f108f
Do not try to restore ASP.NET on linux-bionic (#16529) 2023-06-01 08:37:31 +09:00
Marc Paine
efa824381d
Remove win-arm support in net8 (#16496) 2023-05-31 15:55:46 -07:00
dotnet-maestro[bot]
0745f048d2 Update dependencies from https://github.com/dotnet/sdk build 20230531.13
Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli
 From Version 8.0.100-preview.6.23281.11 -> To Version 8.0.100-preview.6.23281.13

Dependency coherency updates

Microsoft.WindowsDesktop.App.Ref,VS.Redist.Common.WindowsDesktop.SharedFramework.x64.8.0,VS.Redist.Common.WindowsDesktop.TargetingPack.x64.8.0,Microsoft.WindowsDesktop.App.Runtime.win-x64,Microsoft.WindowsDesktop.App.Runtime.win-x64,Microsoft.NET.Test.Sdk
 From Version 8.0.0-preview.6.23281.3 -> To Version 8.0.0-preview.6.23281.4 (parent: Microsoft.NET.Sdk
2023-05-31 22:08:03 +00:00
Marc Paine
a2421534eb
Localized file check-in by OneLocBuild Task: Build definition ID 1224: Build ID 2191622 (#16485) 2023-05-31 15:00:16 -07:00
Marc Paine
d90d1de87e
Merge branch 'main' into marcpopMSFT-removewinarm 2023-05-31 14:55:05 -07:00
dotnet-maestro[bot]
b0d07729c3
[main] Update dependencies from dotnet/sdk (#16538)
Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
2023-05-31 16:52:45 -05:00
dotnet-maestro[bot]
191939724c
[main] Update dependencies from dotnet/source-build-reference-packages (#16542)
Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
2023-05-31 16:50:24 -05:00
Matt Thalman
9ca0464b4e
Ignore CA1822 for aspnetcore (#16544) 2023-05-31 21:42:52 +00:00
Michael Simons
aca8cbc211
Enable source build PVP flow for aspnetcore (#16543) 2023-05-31 21:16:09 +00:00
Michael Simons
e9175418d6
Enable per repo pvp for format, fsharp, and test-templates (#16540) 2023-05-31 14:19:12 -05:00
dotnet-maestro[bot]
7525f8321c
[main] Update dependencies from dotnet/source-build-externals (#16535)
Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
2023-05-31 09:18:28 -07:00
dotnet-maestro[bot]
c0115b0f1a
[main] Update dependencies from dotnet/arcade (#16534)
Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
2023-05-31 09:18:16 -07:00
dotnet-maestro[bot]
a41cfa6125
[main] Update dependencies from dotnet/sdk (#16530)
[main] Update dependencies from dotnet/sdk
- Coherency Updates:
  - Microsoft.WindowsDesktop.App.Ref: from 8.0.0-preview.6.23280.2 to 8.0.0-preview.6.23280.3 (parent: Microsoft.NET.Sdk)
  - VS.Redist.Common.WindowsDesktop.SharedFramework.x64.8.0: from 8.0.0-preview.6.23280.2 to 8.0.0-preview.6.23280.3 (parent: Microsoft.NET.Sdk)
  - VS.Redist.Common.WindowsDesktop.TargetingPack.x64.8.0: from 8.0.0-preview.6.23280.2 to 8.0.0-preview.6.23280.3 (parent: Microsoft.NET.Sdk)
  - Microsoft.AspNetCore.App.Ref: from 8.0.0-preview.6.23280.11 to 8.0.0-preview.6.23280.14 (parent: Microsoft.NET.Sdk)
  - Microsoft.AspNetCore.App.Ref.Internal: from 8.0.0-preview.6.23280.11 to 8.0.0-preview.6.23280.14 (parent: Microsoft.NET.Sdk)
  - Microsoft.AspNetCore.App.Runtime.win-x64: from 8.0.0-preview.6.23280.11 to 8.0.0-preview.6.23280.14 (parent: Microsoft.NET.Sdk)
  - VS.Redist.Common.AspNetCore.SharedFramework.x64.8.0: from 8.0.0-preview.6.23280.11 to 8.0.0-preview.6.23280.14 (parent: Microsoft.NET.Sdk)
  - dotnet-dev-certs: from 8.0.0-preview.6.23280.11 to 8.0.0-preview.6.23280.14 (parent: Microsoft.NET.Sdk)
  - dotnet-user-jwts: from 8.0.0-preview.6.23280.11 to 8.0.0-preview.6.23280.14 (parent: Microsoft.NET.Sdk)
  - dotnet-user-secrets: from 8.0.0-preview.6.23280.11 to 8.0.0-preview.6.23280.14 (parent: Microsoft.NET.Sdk)
  - Microsoft.WindowsDesktop.App.Runtime.win-x64: from 8.0.0-preview.6.23280.2 to 8.0.0-preview.6.23280.3 (parent: Microsoft.NET.Sdk)
  - Microsoft.WindowsDesktop.App.Runtime.win-x64: from 8.0.0-preview.6.23280.2 to 8.0.0-preview.6.23280.3 (parent: Microsoft.NET.Sdk)
  - Microsoft.DotNet.Wpf.ProjectTemplates: from 8.0.0-preview.6.23280.1 to 8.0.0-preview.6.23280.2 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64)
  - Microsoft.Net.Compilers.Toolset: from 4.7.0-2.23280.1 to 4.7.0-3.23280.5 (parent: Microsoft.NET.Sdk)
2023-05-31 15:34:31 +00:00
Oleksandr Didyk
287b9ae582
enable repo pvp for runtime (#16532) 2023-05-31 14:14:46 +00:00
v-wuzhai
5127103b0b
[main] Update dependencies from dotnet/sdk (#16528) 2023-05-31 13:32:17 +08:00
dotnet-maestro[bot]
069e320208 Update dependencies from https://github.com/dotnet/sdk build 20230530.15
Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli
 From Version 8.0.100-preview.6.23280.13 -> To Version 8.0.100-preview.6.23280.15

Dependency coherency updates

VS.Redist.Common.NetCore.SharedFramework.x64.8.0,Microsoft.NETCore.App.Ref,VS.Redist.Common.NetCore.TargetingPack.x64.8.0,Microsoft.NETCore.App.Host.win-x64,Microsoft.NETCore.DotNetHostResolver,Microsoft.NETCore.Platforms,Microsoft.AspNetCore.App.Ref,Microsoft.AspNetCore.App.Ref.Internal,Microsoft.AspNetCore.App.Runtime.win-x64,VS.Redist.Common.AspNetCore.SharedFramework.x64.8.0,dotnet-dev-certs,dotnet-user-jwts,dotnet-user-secrets,Microsoft.NET.Test.Sdk,Microsoft.NET.ILLink.Tasks,Microsoft.Net.Compilers.Toolset,Microsoft.NETCore.App.Runtime.win-x64
 From Version 8.0.0-preview.6.23279.6 -> To Version 8.0.0-preview.6.23280.5 (parent: Microsoft.NET.Sdk
2023-05-31 04:17:54 +00:00
dotnet-maestro[bot]
95cd3765f2 Update dependencies from https://github.com/dotnet/sdk build 20230530.14
Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli
 From Version 8.0.100-preview.6.23280.13 -> To Version 8.0.100-preview.6.23280.14

Dependency coherency updates

VS.Redist.Common.NetCore.SharedFramework.x64.8.0,Microsoft.NETCore.App.Ref,VS.Redist.Common.NetCore.TargetingPack.x64.8.0,Microsoft.NETCore.App.Host.win-x64,Microsoft.NETCore.DotNetHostResolver,Microsoft.NETCore.Platforms,Microsoft.NET.Test.Sdk,Microsoft.NET.ILLink.Tasks,Microsoft.Net.Compilers.Toolset,Microsoft.NETCore.App.Runtime.win-x64
 From Version 8.0.0-preview.6.23279.6 -> To Version 8.0.0-preview.6.23280.5 (parent: Microsoft.NET.Sdk
2023-05-31 03:07:51 +00:00
v-wuzhai
7c1cf55f3b
[main] Update dependencies from dotnet/sdk (#16527) 2023-05-30 19:28:29 -07:00
dotnet-maestro[bot]
1c0bf2ab37 Update dependencies from https://github.com/dotnet/sdk build 20230530.13
Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli
 From Version 8.0.100-preview.6.23280.11 -> To Version 8.0.100-preview.6.23280.13
2023-05-30 23:28:04 +00:00
dotnet-maestro[bot]
1d183fb836
[main] Update dependencies from dotnet/sdk (#16526)
[main] Update dependencies from dotnet/sdk
- Coherency Updates:
  - Microsoft.WindowsDesktop.App.Ref: from 8.0.0-preview.5.23270.3 to 8.0.0-preview.6.23280.2 (parent: Microsoft.NET.Sdk)
  - VS.Redist.Common.WindowsDesktop.SharedFramework.x64.8.0: from 8.0.0-preview.5.23270.3 to 8.0.0-preview.6.23280.2 (parent: Microsoft.NET.Sdk)
  - VS.Redist.Common.WindowsDesktop.TargetingPack.x64.8.0: from 8.0.0-preview.5.23270.3 to 8.0.0-preview.6.23280.2 (parent: Microsoft.NET.Sdk)
  - VS.Redist.Common.NetCore.SharedFramework.x64.8.0: from 8.0.0-preview.5.23272.14 to 8.0.0-preview.6.23279.6 (parent: Microsoft.NET.Sdk)
  - Microsoft.NETCore.App.Ref: from 8.0.0-preview.5.23272.14 to 8.0.0-preview.6.23279.6 (parent: Microsoft.NET.Sdk)
  - VS.Redist.Common.NetCore.TargetingPack.x64.8.0: from 8.0.0-preview.5.23272.14 to 8.0.0-preview.6.23279.6 (parent: Microsoft.NET.Sdk)
  - Microsoft.NETCore.App.Host.win-x64: from 8.0.0-preview.5.23272.14 to 8.0.0-preview.6.23279.6 (parent: Microsoft.NET.Sdk)
  - Microsoft.NETCore.DotNetHostResolver: from 8.0.0-preview.5.23272.14 to 8.0.0-preview.6.23279.6 (parent: Microsoft.NET.Sdk)
  - Microsoft.NETCore.Platforms: from 8.0.0-preview.5.23272.14 to 8.0.0-preview.6.23279.6 (parent: Microsoft.NET.Sdk)
  - Microsoft.AspNetCore.App.Ref: from 8.0.0-preview.5.23273.2 to 8.0.0-preview.6.23279.8 (parent: Microsoft.NET.Sdk)
  - Microsoft.AspNetCore.App.Ref.Internal: from 8.0.0-preview.5.23273.2 to 8.0.0-preview.6.23279.8 (parent: Microsoft.NET.Sdk)
  - Microsoft.AspNetCore.App.Runtime.win-x64: from 8.0.0-preview.5.23273.2 to 8.0.0-preview.6.23279.8 (parent: Microsoft.NET.Sdk)
  - VS.Redist.Common.AspNetCore.SharedFramework.x64.8.0: from 8.0.0-preview.5.23273.2 to 8.0.0-preview.6.23279.8 (parent: Microsoft.NET.Sdk)
  - dotnet-dev-certs: from 8.0.0-preview.5.23273.2 to 8.0.0-preview.6.23279.8 (parent: Microsoft.NET.Sdk)
  - dotnet-user-jwts: from 8.0.0-preview.5.23273.2 to 8.0.0-preview.6.23279.8 (parent: Microsoft.NET.Sdk)
  - dotnet-user-secrets: from 8.0.0-preview.5.23273.2 to 8.0.0-preview.6.23279.8 (parent: Microsoft.NET.Sdk)
  - Microsoft.WindowsDesktop.App.Runtime.win-x64: from 8.0.0-preview.5.23270.3 to 8.0.0-preview.6.23280.2 (parent: Microsoft.NET.Sdk)
  - Microsoft.Dotnet.WinForms.ProjectTemplates: from 8.0.0-preview.5.23269.3 to 8.0.0-preview.6.23276.4 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64)
  - Microsoft.WindowsDesktop.App.Runtime.win-x64: from 8.0.0-preview.5.23270.3 to 8.0.0-preview.6.23280.2 (parent: Microsoft.NET.Sdk)
  - Microsoft.DotNet.Wpf.ProjectTemplates: from 8.0.0-preview.5.23270.1 to 8.0.0-preview.6.23280.1 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64)
  - Microsoft.FSharp.Compiler: from 12.7.0-beta.23271.1 to 12.8.0-beta.23275.3 (parent: Microsoft.NET.Sdk)
  - Microsoft.SourceBuild.Intermediate.fsharp: from 7.0.400-beta.23271.1 to 8.0.100-beta.23275.3 (parent: Microsoft.NET.Sdk)
  - Microsoft.NET.Test.Sdk: from 17.7.0-preview.23268.1 to 17.7.0-preview.23276.3 (parent: Microsoft.NET.Sdk)
  - Microsoft.NET.ILLink.Tasks: from 8.0.0-preview.5.23272.14 to 8.0.0-preview.6.23279.6 (parent: Microsoft.NET.Sdk)
  - Microsoft.Net.Compilers.Toolset: from 4.7.0-2.23272.8 to 4.7.0-2.23276.4 (parent: Microsoft.NET.Sdk)
  - Microsoft.Build: from 17.7.0-preview-23272-02 to 17.7.0-preview-23279-01 (parent: Microsoft.NET.Sdk)
  - NuGet.Build.Tasks: from 6.7.0-preview.2.47 to 6.7.0-preview.2.50 (parent: Microsoft.NET.Sdk)
  - Microsoft.NETCore.App.Runtime.win-x64: from 8.0.0-preview.5.23272.14 to 8.0.0-preview.6.23279.6 (parent: Microsoft.NET.Sdk)
  - Microsoft.NET.Workload.Emscripten.Current.Manifest-8.0.100.Transport: from 8.0.0-preview.5.23265.1 to 8.0.0-preview.6.23277.2 (parent: Microsoft.NETCore.App.Runtime.win-x64)

 - Remove backported source-build patches for NuGet.Client
2023-05-30 22:29:06 +00:00
Tom Deseyn
5ddd9e43e6
source-build: bundle runtime packs with the sdk. (#16499)
Co-authored-by: Daniel Plaisted <dsplaisted@gmail.com>
2023-05-30 13:14:52 -05:00
dotnet-maestro[bot]
b9ce02be7c
[main] Update dependencies from dotnet/arcade (#16523)
Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
2023-05-30 07:32:07 -07:00
v-wuzhai
2de0392d49
[main] Update dependencies from dotnet/source-build-reference-packages (#16520) 2023-05-29 21:52:22 -07:00
dotnet-maestro[bot]
9c8599a124
[main] Update dependencies from dotnet/arcade (#16519) 2023-05-29 07:33:08 -07:00
dotnet-maestro[bot]
f8e80b9f9c Update dependencies from https://github.com/dotnet/source-build-reference-packages build 20230529.2
Microsoft.SourceBuild.Intermediate.source-build-reference-packages
 From Version 8.0.0-alpha.1.23274.2 -> To Version 8.0.0-alpha.1.23279.2
2023-05-29 14:30:22 +00:00
dotnet-maestro[bot]
b058b54215 Update dependencies from https://github.com/dotnet/source-build-reference-packages build 20230529.1
Microsoft.SourceBuild.Intermediate.source-build-reference-packages
 From Version 8.0.0-alpha.1.23274.2 -> To Version 8.0.0-alpha.1.23279.1
2023-05-29 13:32:03 +00:00
v-wuzhai
cc152df5e0
[main] Update dependencies from dotnet/arcade (#16516) 2023-05-29 13:24:23 +08:00
dotnet-maestro[bot]
fe5c958dea Update dependencies from https://github.com/dotnet/arcade build 20230527.1
Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Build.Tasks.Installers , Microsoft.DotNet.CMake.Sdk
 From Version 8.0.0-beta.23275.2 -> To Version 8.0.0-beta.23277.1
2023-05-28 12:30:20 +00:00
dotnet-maestro[bot]
c792c0e57b Update dependencies from https://github.com/dotnet/arcade build 20230526.2
Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Build.Tasks.Installers , Microsoft.DotNet.CMake.Sdk
 From Version 8.0.0-beta.23275.2 -> To Version 8.0.0-beta.23276.2
2023-05-27 12:32:02 +00:00
dotnet-maestro[bot]
6150605bd0
[main] Update dependencies from dotnet/arcade (#16512)
Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
2023-05-26 11:48:48 -07:00
Marc Paine
5521a24a13 Fix from PR review. 2023-05-25 15:57:58 -07:00
Marc Paine
35962b12ee
Preview 6 branding (#16497) 2023-05-25 15:48:42 -07:00
Matt Thalman
c8aab02ed6
SB patch to exclude WPF projects from nuget-client (#16507) 2023-05-25 15:27:01 -05:00
dotnet-maestro[bot]
3b24233fbe
[main] Update dependencies from dotnet/source-build-externals (#16504)
[main] Update dependencies from dotnet/source-build-externals
2023-05-25 14:56:49 +00:00
dotnet-maestro[bot]
766d1fe6dc
[main] Update dependencies from dotnet/arcade (#16503)
Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
2023-05-25 07:56:41 -07:00
Michael Simons
fcb7e475f8
Remove unnecessary sourcelink patch (#16498) 2023-05-25 08:56:45 -05:00
v-wuzhai
a47bf66d33
[automated] Merge branch 'release/7.0.4xx' => 'main' (#16501) 2023-05-25 18:10:00 +08:00
Jason Zhai
17b0b14774 Merge branch 'release/7.0.4xx' 2023-05-25 01:54:12 -07:00
v-wuzhai
2449e252cd
[release/7.0.4xx] Update dependencies from dotnet/sdk (#16500) 2023-05-25 16:50:11 +08:00
dotnet-maestro[bot]
af8ad5eddd Update dependencies from https://github.com/dotnet/sdk build 20230525.1
Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli
 From Version 7.0.400-preview.23274.2 -> To Version 7.0.400-preview.23275.1

Dependency coherency updates

Microsoft.Net.Compilers.Toolset
 From Version 4.7.0-2.23273.4 -> To Version 4.7.0-2.23274.2 (parent: Microsoft.NET.Sdk
2023-05-25 08:14:55 +00:00
Marc Paine
dda42f6830
Preview 6 branding 2023-05-24 14:34:14 -07:00
Marc Paine
4eeaa0f5c4 Double checked all 8.0 rids and noticed that I'd missed aspnet 2023-05-24 09:47:44 -07:00
Marc Paine
4ff81b5c39 Remove win-arm support in net8
Clean up the logic to correctly have a version of rids per release

A side effect of this is that net6.0 included a bunch of bionic RIDs that were added for 7.0. Those have now been removed
2023-05-24 09:45:19 -07:00