Skip to content

API diff between .NET 11.0 Preview 1 and .NET 11.0 Preview 2#10281

Open
jeffhandley wants to merge 1 commit intodotnet11-preview2from
dotnet11-preview2-apidiff
Open

API diff between .NET 11.0 Preview 1 and .NET 11.0 Preview 2#10281
jeffhandley wants to merge 1 commit intodotnet11-preview2from
dotnet11-preview2-apidiff

Conversation

@jeffhandley
Copy link
Member

@jeffhandley jeffhandley commented Feb 20, 2026

This captures all of the API changes included in .NET 11 Preview 2, compared to .NET 11 Preview 1.

Repo area owners:

Libraries area owners:

  • System.Console @dotnet/area-system-console
  • System.Diagnostics.Process @dotnet/area-system-diagnostics-process
  • System.Formats.Tar @dotnet/area-system-formats-tar
  • System.Net.Primitives @dotnet/area-system-net
  • System.Runtime @dotnet/area-system-runtime
  • System.Runtime.InteropServices @dotnet/area-system-runtime-interopservices
  • System.Runtime.Intrinsics @dotnet/area-system-runtime-intrinsics
  • System.Text.Json @dotnet/area-system-text-json

/cc @leecow @rbhanda @jozkee

Original Prompt: Create the next API Diff

Command:
cd release-notes
.\RunApiDiff.ps1

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
+ [System.ObsoleteAttribute("This constructor has been deprecated. Use Uri(string) instead.")]
public Uri(string uriString, bool dontEscape);
- [System.ObsoleteAttribute("This constructor has been deprecated; the dontEscape parameter is always false. Use Uri(Uri, string) instead.")]
+ [System.ObsoleteAttribute("This constructor has been deprecated. Use Uri(Uri, string) instead.")]
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It looks like the only thing that changed here was the message in the obsoletion attribute? That shouldn't be considered an API change.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants