Skip to content

Commit

Permalink
Update SOS breaking change version for Exception's _stackTrace change…
Browse files Browse the repository at this point in the history
…s in .NET 9 (#4733)

/cc: @janvorli
  • Loading branch information
mikem8361 committed Jun 11, 2024
1 parent 3f8870e commit 3fc7f6d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/shared/inc/sospriv.idl
Original file line number Diff line number Diff line change
Expand Up @@ -444,7 +444,7 @@ interface ISOSDacInterface8 : IUnknown
// Increment anytime there is a change in the data structures that SOS depends on like
// stress log structs (StressMsg, StressLogChunck, ThreadStressLog, etc), exception
// stack traces (StackTraceElement), the PredefinedTlsSlots enums, etc.
cpp_quote("#define SOS_BREAKING_CHANGE_VERSION 4")
cpp_quote("#define SOS_BREAKING_CHANGE_VERSION 5")

[
object,
Expand Down
2 changes: 1 addition & 1 deletion src/shared/pal/prebuilt/inc/sospriv.h
Original file line number Diff line number Diff line change
Expand Up @@ -2802,7 +2802,7 @@ EXTERN_C const IID IID_ISOSDacInterface8;
/* interface __MIDL_itf_sospriv_0000_0012 */
/* [local] */

#define SOS_BREAKING_CHANGE_VERSION 4
#define SOS_BREAKING_CHANGE_VERSION 5


extern RPC_IF_HANDLE __MIDL_itf_sospriv_0000_0012_v0_0_c_ifspec;
Expand Down

0 comments on commit 3fc7f6d

Please sign in to comment.