Update SOS breaking change version for Exception's _stackTrace changes in .NET 9...
authorMike McLaughlin <mikem@microsoft.com>
Tue, 11 Jun 2024 19:29:50 +0000 (12:29 -0700)
committerGitHub <noreply@github.com>
Tue, 11 Jun 2024 19:29:50 +0000 (19:29 +0000)
/cc: @janvorli

src/shared/inc/sospriv.idl
src/shared/pal/prebuilt/inc/sospriv.h

index c377df57a15307d883022e19b31cd578c4138284..98cfa0afe9a5157decdf02b1408f695f0005f56e 100644 (file)
@@ -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,
index 855696ef0ce4ef45acca7fe91ab5ad111389b6c4..64db79c7921cc17d6e973f0bb9224d44b2aa1b9c 100644 (file)
@@ -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;