1
0
mirror of synced 2025-12-25 02:14:57 -05:00

API diff between .NET 8.0 Preview 3 and .NET 8 Preview 4 (#8469)

* Fix scripts

* Microsoft.AspNetCore.App

* Microsoft.NETCore.App

* Microsoft.WindowsDesktop.App

* Add base README

* Microsoft.AspNetCore.App: Fix missing attributes.

* Microsoft.NETCore.App: Fix missing attributes.

* Microsoft.WindowsDesktop.App: Fix missing attributes.

* Apply suggestions from code review

Co-authored-by: Brennan <brecon@microsoft.com>

---------

Co-authored-by: Brennan <brecon@microsoft.com>
This commit is contained in:
Carlos Sánchez López
2023-06-14 19:54:45 -07:00
committed by GitHub
parent afcee8f34b
commit b548bbcc74
115 changed files with 4645 additions and 7 deletions

View File

@@ -11,10 +11,10 @@ The [`RunApiDiff.ps1`](./RunApiDiff.ps1) script can automatically generate an AP
```powershell
.\RunApiDiff.ps1 `
-PreviousDotNetVersion 7.0 `
-PreviousDotNetVersion 8.0 `
-PreviousPreviewOrRC preview `
-PreviousPreviewNumberVersion 2 `
-CurrentDotNetVersion 7.0 `
-CurrentDotNetVersion 8.0 `
-CurrentPreviewOrRC preview `
-CurrentPreviewNumberVersion 3 `
-CoreRepo D:\core\ `
@@ -24,5 +24,5 @@ The [`RunApiDiff.ps1`](./RunApiDiff.ps1) script can automatically generate an AP
Examples of what this script generates:
- PR comparing .NET 6.0 vs .NET 7.0 Preview1: <https://github.com/dotnet/core/pull/7211>
- PR comparing .NET 7.0 Preview1 vs Preview2: <https://github.com/dotnet/core/pull/7307>
- PR comparing .NET 8.0 Preview2 vs Preview3: <https://github.com/dotnet/core/pull/8387>
- PR comparing .NET 7.0 Preview1 vs Preview2: <https://github.com/dotnet/core/pull/7307>