-
Notifications
You must be signed in to change notification settings - Fork 4.9k
Comparing changes
Open a pull request
base repository: dotnet/core
base: v10.0.0-preview.4
head repository: dotnet/core
compare: v10.0.0-preview.5
- 20 commits
- 107 files changed
- 19 contributors
Commits on May 13, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 7373846 - Browse repository at this point
Copy the full SHA 7373846View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4dfc905 - Browse repository at this point
Copy the full SHA 4dfc905View commit details
Commits on May 14, 2025
-
Updates to CVE information (#9893)
* Update 8.0.16.md * Update 9.0.5.md
Configuration menu - View commit details
-
Copy full SHA for cea8e5b - Browse repository at this point
Copy the full SHA cea8e5bView commit details -
Configuration menu - View commit details
-
Copy full SHA for d167ed1 - Browse repository at this point
Copy the full SHA d167ed1View commit details
Commits on May 15, 2025
-
Configuration menu - View commit details
-
Copy full SHA for edabc74 - Browse repository at this point
Copy the full SHA edabc74View commit details
Commits on May 21, 2025
-
API diff between .NET 10 Preview 3 and .NET 10 Preview 4 (#9882)
* Microsoft.AspNetCore.App * Microsoft.NETCore.App * Microsoft.WindowsDesktop.App * Readme
Configuration menu - View commit details
-
Copy full SHA for 247b82d - Browse repository at this point
Copy the full SHA 247b82dView commit details
Commits on May 22, 2025
-
Release Artifacts for .NET 8.0 SDK only updates (#9898)
* Update releases-index.json * Update releases.json * Update README.md * Update install-linux.md * Update install-macos.md * Update install-windows.md * Update 8.0.16.md * Added new SDK Markdowns * Update release.json
Configuration menu - View commit details
-
Copy full SHA for aa74a44 - Browse repository at this point
Copy the full SHA aa74a44View commit details -
Update releases.json - 8.0.16 sdk array mismatch (#9899)
* Update releases.json * Update releases.json * Update releases.json
Configuration menu - View commit details
-
Copy full SHA for 2a7e5b0 - Browse repository at this point
Copy the full SHA 2a7e5b0View commit details
Commits on May 23, 2025
-
Update .NET SDK download link (#9903)
v-wuzhai authoredMay 23, 2025 Configuration menu - View commit details
-
Copy full SHA for 18ea3ba - Browse repository at this point
Copy the full SHA 18ea3baView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6e3dcee - Browse repository at this point
Copy the full SHA 6e3dceeView commit details -
Update .NET SDK to version 8.0.410 (#9905)
* Update .NET SDK to version 8.0.410 Updated the .NET SDK from version 8.0.409 to 8.0.410. All download links for Linux, macOS, and Windows have been revised to point to the new SDK version. * Update SDK version to 8.0.410 Updated the SDK version from 8.0.409 to 8.0.410. This includes new download links for various SDK packages for version 8.0.410 across different platforms, including Linux ARM, ARM64, x64, and musl variants.
Configuration menu - View commit details
-
Copy full SHA for d12657a - Browse repository at this point
Copy the full SHA d12657aView commit details
Commits on May 27, 2025
-
New powershell script to generate API diffs using the new SDK tool (#…
…9772) * New powershell script * Text file with attribute APIs to exclude by default * Add beforeFriendlyName and afterFriendlyName arguments. Pass the correct strings to the api diff tool. Add better logic to determine root of failure when packages are not found. * Add assemblies to exclude * Remove extensions from assemblies to exclude * Add options to exclude a particular sdk * typo * Update APIDiff script / docs * Remove old script / docs * Fix name of script * Apply feedback --------- Co-authored-by: Eric StJohn <ericstj@microsoft.com>
Configuration menu - View commit details
-
Copy full SHA for 43654d2 - Browse repository at this point
Copy the full SHA 43654d2View commit details
Commits on May 28, 2025
-
Update CVE entries for .NET 6 patch versions (#9910)
* Update CVE entries for .NET 6 patch versions. Added entries for .NET 6 versions 6.0.36 and 6.0.28 with no new CVEs. Updated version 6.0.35 to include three new denial of service CVEs. Removed outdated entries to streamline the document. * Fix broken link for CVE-2025-26646 Replaced the outdated link for CVE-2025-26646 with the correct issue (#356) to ensure accurate information regarding .NET 8 security vulnerabilities.
Configuration menu - View commit details
-
Copy full SHA for 8caf972 - Browse repository at this point
Copy the full SHA 8caf972View commit details
Commits on Jun 2, 2025
-
Configuration menu - View commit details
-
Copy full SHA for a032fea - Browse repository at this point
Copy the full SHA a032feaView commit details
Commits on Jun 5, 2025
-
API diff between .NET 10 Preview 4 and .NET 10 Preview 5 (#9906)
* API diff between .NET 10 Preview 4 and .NET 10 Preview 5 * Remove System.Threading.AccessControl from ASP.NET diff
Configuration menu - View commit details
-
Copy full SHA for eed89b8 - Browse repository at this point
Copy the full SHA eed89b8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4ffc4e7 - Browse repository at this point
Copy the full SHA 4ffc4e7View commit details
Commits on Jun 7, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 7783168 - Browse repository at this point
Copy the full SHA 7783168View commit details
Commits on Jun 10, 2025
-
* .NET 10 Preview 5 * update * lint * Add C# features in preview 5 Write the description for user defined compound assignment operators. * Revert "Add C# features in preview 5" This reverts commit 42e5ac6. * Remove VB release notes for P5 There aren't notable new features in Visual Basic for Preview 5. * Add notes about PQC * Add PQC to the libraries ToC * .NET 10 P5 - WinForms (#9919) * winforms * WinForms Preview 5 Preview 5 updates * Fix duplicated intro --------- Co-authored-by: Merrie McGaw <mmcgaw@microsoft.com> Co-authored-by: Andy (Steve) De George <67293991+adegeo@users.noreply.github.com> * .NET 10 P5 - Containers (#9917) * containers * update for p5 * .NET 10 P5 - WPF (#9918) * wpf * Add notes --------- Co-authored-by: Andy (Steve) De George <67293991+adegeo@users.noreply.github.com> * .NET 10 P5 Runtime (#9912) * Update for Runtime * Add JIT notes * Fix GC notes --------- Co-authored-by: Aman Khalid (from Dev Box) <amankhalid@microsoft.com> * .NET 10 P5 - Languages (#9916) * update csharp * Add C# features in preview 5 Write the description for user defined compound assignment operators. * Remove VB release notes for P5 There aren't notable new features in Visual Basic for Preview 5. * Update fsharp.md * Update fsharp.md * Update fsharp.md * add vb back just to link to docs * update f# * Update README.md --------- Co-authored-by: Bill Wagner <wiwagn@microsoft.com> Co-authored-by: Tomas Grosup <tomasgrosup@microsoft.com> * updates for lint * update (#9915) * update for sdk (#9914) * some more updates * .NET MAUI in 10 Preview 5 (#9921) * .NET MAUI in 10 Preview 5 * Update dotnetmaui.md * added contributors * hybridwebview interception * addressing comments --------- Co-authored-by: James Montemagno <james.montemagno@gmail.com> * linting * Update release-notes/10.0/preview/preview5/README.md Co-authored-by: Martin Costello <martin@martincostello.com> * Update release-notes/10.0/preview/preview5/README.md Co-authored-by: Martin Costello <martin@martincostello.com> * Update ef and date * updating md file * Added updates to README --------- Co-authored-by: Bill Wagner <wiwagn@microsoft.com> Co-authored-by: Jeremy Barton <jbarton@microsoft.com> Co-authored-by: Merrie McGaw <mmcgaw@microsoft.com> Co-authored-by: Andy (Steve) De George <67293991+adegeo@users.noreply.github.com> Co-authored-by: Aman Khalid (from Dev Box) <amankhalid@microsoft.com> Co-authored-by: Tomas Grosup <tomasgrosup@microsoft.com> Co-authored-by: David Ortinau <david.ortinau@microsoft.com> Co-authored-by: Martin Costello <martin@martincostello.com> Co-authored-by: victorisr <victorisr@microsoft.com>
Configuration menu - View commit details
-
Copy full SHA for 215900a - Browse repository at this point
Copy the full SHA 215900aView commit details -
Artifacts for .NET June 2025 Servicing Release (#9928)
* Artifacts for .NET June 2025 Servicing Release * Updating install files for OS * Update 8.0.17.md * Update 9.0.6.md --------- Co-authored-by: victorisr <victorisr@microsoft.com>
Configuration menu - View commit details
-
Copy full SHA for c2cdbf0 - Browse repository at this point
Copy the full SHA c2cdbf0View commit details -
Fix typo in Preview 5 release notes. (#9929)
The FIPS PUBS numbers were off by one.
Configuration menu - View commit details
-
Copy full SHA for 0ca80a2 - Browse repository at this point
Copy the full SHA 0ca80a2View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v10.0.0-preview.4...v10.0.0-preview.5