-
Notifications
You must be signed in to change notification settings - Fork 4.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
API diff between .NET 9 RC1 and .NET 9 RC 2 #9539
Merged
Merged
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
6 changes: 6 additions & 0 deletions
6
release-notes/9.0/preview/rc2/api-diff/Microsoft.AspNetCore.App/9.0-rc2.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
# API Difference 9.0-rc1 vs 9.0-rc2 | ||
|
||
API listing follows standard diff formatting. | ||
Lines preceded by a '+' are additions and a '-' indicates removal. | ||
|
||
|
9 changes: 9 additions & 0 deletions
9
release-notes/9.0/preview/rc2/api-diff/Microsoft.NETCore.App/9.0-rc2.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
# API Difference 9.0-rc1 vs 9.0-rc2 | ||
|
||
API listing follows standard diff formatting. | ||
Lines preceded by a '+' are additions and a '-' indicates removal. | ||
|
||
* [System.Reflection.Emit](9.0-rc2_System.Reflection.Emit.md) | ||
* [System.Runtime.Intrinsics.Arm](9.0-rc2_System.Runtime.Intrinsics.Arm.md) | ||
* [System.Text.Json](9.0-rc2_System.Text.Json.md) | ||
|
10 changes: 10 additions & 0 deletions
10
....0/preview/rc2/api-diff/Microsoft.NETCore.App/9.0-rc2_System.Reflection.Emit.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
# System.Reflection.Emit | ||
|
||
``` diff | ||
namespace System.Reflection.Emit { | ||
public sealed class PersistedAssemblyBuilder : AssemblyBuilder { | ||
- public override bool IsDynamic { get; } | ||
} | ||
} | ||
``` | ||
|
23 changes: 23 additions & 0 deletions
23
...iew/rc2/api-diff/Microsoft.NETCore.App/9.0-rc2_System.Runtime.Intrinsics.Arm.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
# System.Runtime.Intrinsics.Arm | ||
|
||
``` diff | ||
namespace System.Runtime.Intrinsics.Arm { | ||
[CLSCompliantAttribute(false)] | ||
[ExperimentalAttribute("SYSLIB5003", UrlFormat="https://aka.ms/dotnet-warnings/{0}")] | ||
public abstract class Sve : AdvSimd { | ||
- public static void GatherPrefetch16Bit(Vector<short> mask, Vector<uint> addresses, [ConstantExpectedAttribute] SvePrefetchType prefetchType); | ||
- public static void GatherPrefetch16Bit(Vector<ushort> mask, Vector<uint> addresses, [ConstantExpectedAttribute] SvePrefetchType prefetchType); | ||
- public static void GatherPrefetch32Bit(Vector<int> mask, Vector<uint> addresses, [ConstantExpectedAttribute] SvePrefetchType prefetchType); | ||
- public static void GatherPrefetch32Bit(Vector<uint> mask, Vector<uint> addresses, [ConstantExpectedAttribute] SvePrefetchType prefetchType); | ||
- public static void GatherPrefetch64Bit(Vector<long> mask, Vector<uint> addresses, [ConstantExpectedAttribute] SvePrefetchType prefetchType); | ||
- public static void GatherPrefetch64Bit(Vector<ulong> mask, Vector<uint> addresses, [ConstantExpectedAttribute] SvePrefetchType prefetchType); | ||
- public static void GatherPrefetch8Bit(Vector<byte> mask, Vector<uint> addresses, [ConstantExpectedAttribute] SvePrefetchType prefetchType); | ||
- public static void GatherPrefetch8Bit(Vector<sbyte> mask, Vector<uint> addresses, [ConstantExpectedAttribute] SvePrefetchType prefetchType); | ||
- public static Vector<int> GatherVectorInt16SignExtendFirstFaulting(Vector<int> mask, Vector<uint> addresses); | ||
- public static Vector<uint> GatherVectorInt16SignExtendFirstFaulting(Vector<uint> mask, Vector<uint> addresses); | ||
- public static Vector<int> GatherVectorSByteSignExtendFirstFaulting(Vector<int> mask, Vector<uint> addresses); | ||
- public static Vector<uint> GatherVectorSByteSignExtendFirstFaulting(Vector<uint> mask, Vector<uint> addresses); | ||
} | ||
} | ||
``` | ||
|
10 changes: 10 additions & 0 deletions
10
...otes/9.0/preview/rc2/api-diff/Microsoft.NETCore.App/9.0-rc2_System.Text.Json.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
# System.Text.Json | ||
|
||
``` diff | ||
namespace System.Text.Json { | ||
public readonly struct JsonElement { | ||
+ public int GetPropertyCount(); | ||
} | ||
} | ||
``` | ||
|
8 changes: 8 additions & 0 deletions
8
release-notes/9.0/preview/rc2/api-diff/Microsoft.WindowsDesktop.App/9.0-rc2.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
# API Difference 9.0-rc1 vs 9.0-rc2 | ||
|
||
API listing follows standard diff formatting. | ||
Lines preceded by a '+' are additions and a '-' indicates removal. | ||
|
||
* [System.Drawing.Imaging.Effects](9.0-rc2_System.Drawing.Imaging.Effects.md) | ||
* [System.Formats.Nrbf](9.0-rc2_System.Formats.Nrbf.md) | ||
|
11 changes: 11 additions & 0 deletions
11
...api-diff/Microsoft.WindowsDesktop.App/9.0-rc2_System.Drawing.Imaging.Effects.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
# System.Drawing.Imaging.Effects | ||
|
||
``` diff | ||
namespace System.Drawing.Imaging.Effects { | ||
public abstract class Effect : IDisposable { | ||
- public virtual void Dispose(bool disposing); | ||
+ protected virtual void Dispose(bool disposing); | ||
} | ||
} | ||
``` | ||
|
10 changes: 10 additions & 0 deletions
10
...review/rc2/api-diff/Microsoft.WindowsDesktop.App/9.0-rc2_System.Formats.Nrbf.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
# System.Formats.Nrbf | ||
|
||
``` diff | ||
namespace System.Formats.Nrbf { | ||
public abstract class ArrayRecord : SerializationRecord { | ||
+ public virtual long FlattenedLength { get; } | ||
} | ||
} | ||
``` | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
# .NET 9.0 RC 2 API Changes | ||
|
||
The following API changes were made in .NET 9.0 RC 2: | ||
|
||
- [Microsoft.NETCore.App](./Microsoft.NETCore.App/9.0-rc2.md) | ||
- [Microsoft.AspNetCore.App](./Microsoft.AspNetCore.App/9.0-rc2.md) | ||
- [Microsoft.WindowsDesktop.App](./Microsoft.WindowsDesktop.App/9.0-rc2.md) |
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reflection.Emit change looks good