Commit graph

5769 commits

Author SHA1 Message Date
Sven Boemer
0a8a943c83
Update 7.0 ILLink version (#16546) 2023-06-01 14:52:59 -07:00
Michael Simons
59aa257a16
Update source-build prebuilts (#16559) 2023-06-01 15:55:22 -05:00
Michael Simons
8f01b7d3f7
Enable source-build pvp flow for installer (#16550)
Co-authored-by: Matt Thalman <mthalman@microsoft.com>
2023-06-01 19:01:35 +00:00
Nikola Milosavljevic
547ce1eca4
Merge branch 'main' into patch.nuget.80 2023-06-01 09:08:24 -07:00
Nikola Milosavljevic
3191211534 Add NoWarn for SYSLIB0051 to work around obsolete API 2023-06-01 16:07:26 +00:00
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
Michael Simons
bf404d0676
Add source-build patch to eliminate razor prebuilts (#16536) 2023-06-01 07:34:17 -05: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
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
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
Nikola Milosavljevic
6a1f058ba5 Patch for net8.0 targeting in nuget.client 2023-05-31 19:44:57 +00:00
Michael Simons
e9175418d6
Enable per repo pvp for format, fsharp, and test-templates (#16540) 2023-05-31 14:19:12 -05:00
Oleksandr Didyk
287b9ae582
enable repo pvp for runtime (#16532) 2023-05-31 14:14:46 +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
Marc Paine
5521a24a13 Fix from PR review. 2023-05-25 15:57:58 -07:00
Matt Thalman
c8aab02ed6
SB patch to exclude WPF projects from nuget-client (#16507) 2023-05-25 15:27:01 -05:00
Michael Simons
fcb7e475f8
Remove unnecessary sourcelink patch (#16498) 2023-05-25 08:56:45 -05:00
Tom Deseyn
896efd974c 7.0.1xx: ignore WarnOrErrorOnTargetArchitectureMismatch. 2023-05-25 13:42:55 +02: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
Nikola Milosavljevic
7e3cbf69c4
Patch for ILMerge prebuilt in source-build (#16487)
Co-authored-by: Michael Simons <msimons@microsoft.com>
2023-05-23 22:52:03 +00:00
Nikola Milosavljevic
248f535bbf
Use new prebuilts package - Private.SourceBuilt.Prebuilts.0.1.0-8.0.100-31.centos.8-x64.tar.gz (#16482) 2023-05-23 18:36:18 +00:00
dotnet bot
3590ed9c31 Localized file check-in by OneLocBuild Task: Build definition ID 1224: Build ID 2186824 2023-05-23 11:09:36 -07:00
dotnet-maestro[bot]
441d27fc63
[main] Update dependencies from dotnet/sdk (#16471)
[main] Update dependencies from dotnet/sdk
- Coherency Updates:
  - VS.Redist.Common.NetCore.SharedFramework.x64.8.0: from 8.0.0-preview.5.23272.4 to 8.0.0-preview.5.23272.14 (parent: Microsoft.NET.Sdk)
  - Microsoft.NETCore.App.Ref: from 8.0.0-preview.5.23272.4 to 8.0.0-preview.5.23272.14 (parent: Microsoft.NET.Sdk)
  - VS.Redist.Common.NetCore.TargetingPack.x64.8.0: from 8.0.0-preview.5.23272.4 to 8.0.0-preview.5.23272.14 (parent: Microsoft.NET.Sdk)
  - Microsoft.NETCore.App.Host.win-x64: from 8.0.0-preview.5.23272.4 to 8.0.0-preview.5.23272.14 (parent: Microsoft.NET.Sdk)
  - Microsoft.NETCore.DotNetHostResolver: from 8.0.0-preview.5.23272.4 to 8.0.0-preview.5.23272.14 (parent: Microsoft.NET.Sdk)
  - Microsoft.NETCore.Platforms: from 8.0.0-preview.5.23272.4 to 8.0.0-preview.5.23272.14 (parent: Microsoft.NET.Sdk)
  - Microsoft.AspNetCore.App.Ref: from 8.0.0-preview.5.23272.6 to 8.0.0-preview.5.23272.16 (parent: Microsoft.NET.Sdk)
  - Microsoft.AspNetCore.App.Ref.Internal: from 8.0.0-preview.5.23272.6 to 8.0.0-preview.5.23272.16 (parent: Microsoft.NET.Sdk)
  - Microsoft.AspNetCore.App.Runtime.win-x64: from 8.0.0-preview.5.23272.6 to 8.0.0-preview.5.23272.16 (parent: Microsoft.NET.Sdk)
  - VS.Redist.Common.AspNetCore.SharedFramework.x64.8.0: from 8.0.0-preview.5.23272.6 to 8.0.0-preview.5.23272.16 (parent: Microsoft.NET.Sdk)
  - dotnet-dev-certs: from 8.0.0-preview.5.23272.6 to 8.0.0-preview.5.23272.16 (parent: Microsoft.NET.Sdk)
  - dotnet-user-jwts: from 8.0.0-preview.5.23272.6 to 8.0.0-preview.5.23272.16 (parent: Microsoft.NET.Sdk)
  - dotnet-user-secrets: from 8.0.0-preview.5.23272.6 to 8.0.0-preview.5.23272.16 (parent: Microsoft.NET.Sdk)
  - Microsoft.NET.ILLink.Tasks: from 8.0.0-preview.5.23272.4 to 8.0.0-preview.5.23272.14 (parent: Microsoft.NET.Sdk)
  - Microsoft.Net.Compilers.Toolset: from 4.7.0-2.23271.1 to 4.7.0-2.23272.8 (parent: Microsoft.NET.Sdk)
  - Microsoft.NETCore.App.Runtime.win-x64: from 8.0.0-preview.5.23272.4 to 8.0.0-preview.5.23272.14 (parent: Microsoft.NET.Sdk)

 - Merge branch 'main' into darc-main-1526ed1d-2ba6-4a46-b95c-5f4c7ce0323b

 - Remove backported roslyn patch

 - Remove backported Roslyn patch
2023-05-23 16:56:10 +00:00
Michael Simons
0016cea7f9
Revert "Remove runtime patch that was addressed (#16466)" (#16477) 2023-05-23 11:54:30 -05:00
Michael Simons
2343810002
Remove runtime patch that was addressed (#16466)
Co-authored-by: Jan Kotas <jkotas@microsoft.com>
2023-05-22 17:42:12 -07:00
Forgind
1eb909edbc Change property name (#16341)
Co-authored-by: Forgind <Forgind@users.noreply.github.com>
2023-05-22 13:04:42 -07:00
Forgind
baad58f5b4 Change property name (#15907)
This means the package version property won't collide with MicrosoftNetCompilersToolsetPackageVersion, which is already in use for another package, albeit the core version of the same package.
2023-05-22 13:04:26 -07:00
Forgind
783478bbb0 Generate version for Roslyn packages (#15216)
Co-authored-by: Forgind <Forgind@users.noreply.github.com>
2023-05-22 13:03:48 -07:00
Matt Thalman
1633fdb585 Merged PR 31462: Add System.Reflection.Metadata to poison baseline
This adds back System.Reflection.Metadata.dll to the poison baseline. It was originally removed in https://github.com/dotnet/installer/pull/16078 but now has showed up again.
2023-05-22 19:38:58 +00:00
dotnet-maestro[bot]
4508c3cba5
[main] Update dependencies from dotnet/sdk (#16452)
[main] Update dependencies from dotnet/sdk
- Coherency Updates:
  - Microsoft.WindowsDesktop.App.Ref: from 8.0.0-preview.5.23268.5 to 8.0.0-preview.5.23270.3 (parent: Microsoft.NET.Sdk)
  - VS.Redist.Common.WindowsDesktop.SharedFramework.x64.8.0: from 8.0.0-preview.5.23268.5 to 8.0.0-preview.5.23270.3 (parent: Microsoft.NET.Sdk)
  - VS.Redist.Common.WindowsDesktop.TargetingPack.x64.8.0: from 8.0.0-preview.5.23268.5 to 8.0.0-preview.5.23270.3 (parent: Microsoft.NET.Sdk)
  - VS.Redist.Common.NetCore.SharedFramework.x64.8.0: from 8.0.0-preview.5.23268.13 to 8.0.0-preview.5.23272.1 (parent: Microsoft.NET.Sdk)
  - Microsoft.NETCore.App.Ref: from 8.0.0-preview.5.23268.13 to 8.0.0-preview.5.23272.1 (parent: Microsoft.NET.Sdk)
  - VS.Redist.Common.NetCore.TargetingPack.x64.8.0: from 8.0.0-preview.5.23268.13 to 8.0.0-preview.5.23272.1 (parent: Microsoft.NET.Sdk)
  - Microsoft.NETCore.App.Host.win-x64: from 8.0.0-preview.5.23268.13 to 8.0.0-preview.5.23272.1 (parent: Microsoft.NET.Sdk)
  - Microsoft.NETCore.DotNetHostResolver: from 8.0.0-preview.5.23268.13 to 8.0.0-preview.5.23272.1 (parent: Microsoft.NET.Sdk)
  - Microsoft.NETCore.Platforms: from 8.0.0-preview.5.23268.13 to 8.0.0-preview.5.23272.1 (parent: Microsoft.NET.Sdk)
  - Microsoft.AspNetCore.App.Ref: from 8.0.0-preview.5.23268.15 to 8.0.0-preview.5.23271.1 (parent: Microsoft.NET.Sdk)
  - Microsoft.AspNetCore.App.Ref.Internal: from 8.0.0-preview.5.23268.15 to 8.0.0-preview.5.23271.1 (parent: Microsoft.NET.Sdk)
  - Microsoft.AspNetCore.App.Runtime.win-x64: from 8.0.0-preview.5.23268.15 to 8.0.0-preview.5.23271.1 (parent: Microsoft.NET.Sdk)
  - VS.Redist.Common.AspNetCore.SharedFramework.x64.8.0: from 8.0.0-preview.5.23268.15 to 8.0.0-preview.5.23271.1 (parent: Microsoft.NET.Sdk)
  - dotnet-dev-certs: from 8.0.0-preview.5.23268.15 to 8.0.0-preview.5.23271.1 (parent: Microsoft.NET.Sdk)
  - dotnet-user-jwts: from 8.0.0-preview.5.23268.15 to 8.0.0-preview.5.23271.1 (parent: Microsoft.NET.Sdk)
  - dotnet-user-secrets: from 8.0.0-preview.5.23268.15 to 8.0.0-preview.5.23271.1 (parent: Microsoft.NET.Sdk)
  - Microsoft.WindowsDesktop.App.Runtime.win-x64: from 8.0.0-preview.5.23268.5 to 8.0.0-preview.5.23270.3 (parent: Microsoft.NET.Sdk)
  - Microsoft.Dotnet.WinForms.ProjectTemplates: from 8.0.0-preview.5.23267.2 to 8.0.0-preview.5.23269.3 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64)
  - Microsoft.WindowsDesktop.App.Runtime.win-x64: from 8.0.0-preview.5.23268.5 to 8.0.0-preview.5.23270.3 (parent: Microsoft.NET.Sdk)
  - Microsoft.DotNet.Wpf.ProjectTemplates: from 8.0.0-preview.5.23268.1 to 8.0.0-preview.5.23270.1 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64)
  - Microsoft.FSharp.Compiler: from 12.7.0-beta.23267.4 to 12.7.0-beta.23271.1 (parent: Microsoft.NET.Sdk)
  - Microsoft.SourceBuild.Intermediate.fsharp: from 7.0.400-beta.23267.4 to 7.0.400-beta.23271.1 (parent: Microsoft.NET.Sdk)
  - Microsoft.NET.Test.Sdk: from 17.7.0-preview.23267.3 to 17.7.0-preview.23268.1 (parent: Microsoft.NET.Sdk)
  - Microsoft.NET.ILLink.Tasks: from 8.0.0-preview.5.23268.13 to 8.0.0-preview.5.23272.1 (parent: Microsoft.NET.Sdk)
  - Microsoft.Net.Compilers.Toolset: from 4.7.0-2.23268.17 to 4.7.0-2.23271.1 (parent: Microsoft.NET.Sdk)
  - NuGet.Build.Tasks: from 6.7.0-preview.2.44 to 6.7.0-preview.2.47 (parent: Microsoft.NET.Sdk)
  - Microsoft.NETCore.App.Runtime.win-x64: from 8.0.0-preview.5.23268.13 to 8.0.0-preview.5.23272.1 (parent: Microsoft.NET.Sdk)
  - Microsoft.NET.Workload.Emscripten.Current.Manifest-8.0.100.Transport: from 8.0.0-preview.5.23252.1 to 8.0.0-preview.5.23265.1 (parent: Microsoft.NETCore.App.Runtime.win-x64)

 - Cloak the removed binary

 - Revert "Cloak the removed binary"

This reverts commit c39b93bedaebe30b357305f5abf064af5d2737a3.

 - Remove allowed binaries

 - Merge branch 'main' into darc-main-f14f2feb-688d-40f3-a2b7-964c038ada93
2023-05-22 16:33:33 +00:00
Nikola Milosavljevic
3fa683a2dc
Patch for roslyn ref-pack prebuilts (#16451) 2023-05-19 22:59:04 +00:00
Nikola Milosavljevic
3b0743fa60
Patch for Microsoft.VisualStudioEng.MicroBuild.Core prebuilt (#16450) 2023-05-19 20:40:04 +00:00
Matt Thalman
c8b79b9e39
Update poison baseline (#16449) 2023-05-19 19:42:20 +00:00
Matt Mitchell
d01457385e Merged PR 31376: [internal/release/6.0.1xx] Merge from public
Merge from public release/6.0.1xx to internal/release/6.0.1xx and resolve conflicts if necessary
2023-05-19 16:48:52 +00:00
Matt Thalman
de8c9e71bd Merged PR 31351: Update source-build XML test baseline
The System.Runtime.CompilerServices.Unsafe.xml file no longer is reported as a missing XML doc from the source-build output. Removing it from the baseline.
2023-05-19 16:20:00 +00:00
Nikola Milosavljevic
3ffce32651
Use new prebuilts package - Private.SourceBuilt.Prebuilts.0.1.0-8.0.100-29.centos.8-x64.tar.gz (#16448) 2023-05-19 16:00:07 +00:00
Oleksandr Didyk
e72f754b98 add exception for wasm binary in runtime 2023-05-19 11:53:46 +00:00
Larry Ewing
59d723bcff
Merge branch 'main' into darc-main-b3493948-ba4e-418f-85b9-c4d9e5a8b57d 2023-05-18 21:13:05 -05:00
Nikola Milosavljevic
39b55a955d Remove patch for roslyn ref-pack usage 2023-05-19 00:43:37 +00:00
Marc Paine
4c801c8595
Add lock comment to loc all of the .NET product strings (#16347) 2023-05-18 16:12:37 -07:00
Larry Ewing
0f237fa404
Merge branch 'main' into darc-main-b3493948-ba4e-418f-85b9-c4d9e5a8b57d 2023-05-18 15:33:06 -05:00
Larry Ewing
1cb6a2f954 Remove the arm msi reference as well 2023-05-18 15:31:51 -05:00
Larry Ewing
ecdfbac96b
Remove more win-arm references 2023-05-18 13:47:13 -05:00
dotnet-maestro[bot]
804050874c
[main] Update dependencies from dotnet/arcade (#16432)
[main] Update dependencies from dotnet/arcade
- Coherency Updates:
  - Microsoft.SourceLink.GitHub: from 8.0.0-beta.23218.3 to 8.0.0-beta.23252.2 (parent: Microsoft.DotNet.Arcade.Sdk)
  - Microsoft.DotNet.XliffTasks: from 1.0.0-beta.23263.1 to 1.0.0-beta.23266.1 (parent: Microsoft.DotNet.Arcade.Sdk)

 - Remove integrated source build patch
2023-05-18 18:22:48 +00:00
Jan Kotas
82fe0fc7f6 Delete Windows Arm32 support 2023-05-18 10:58:34 -07:00