From 3bd2b6899257127480fe152964a524aa5ba2c481 Mon Sep 17 00:00:00 2001 From: Jan Kotas Date: Tue, 26 Sep 2023 16:01:35 -0700 Subject: [PATCH 1/2] DynamicMethod permit ref returns in .NET Core 2.1+ Fixes https://github.com/dotnet/runtime/issues/92670 --- xml/System.Reflection.Emit/DynamicMethod.xml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/xml/System.Reflection.Emit/DynamicMethod.xml b/xml/System.Reflection.Emit/DynamicMethod.xml index 431620305f6..77f7ea548f7 100644 --- a/xml/System.Reflection.Emit/DynamicMethod.xml +++ b/xml/System.Reflection.Emit/DynamicMethod.xml @@ -219,7 +219,7 @@ An element of is or . is . - + .NET Framework and .NET Core versions older than 2.1: is a type for which returns . How to: Define and Execute Dynamic Methods Security Issues in Reflection Emit @@ -326,7 +326,7 @@ An element of is or . is . - + .NET Framework and .NET Core versions older than 2.1: is a type for which returns . How to: Define and Execute Dynamic Methods Security Issues in Reflection Emit @@ -430,8 +430,8 @@ -or- is . - - is a type for which returns . + .NET Framework and .NET Core versions older than 2.1: + is a type for which returns . How to: Define and Execute Dynamic Methods Security Issues in Reflection Emit @@ -546,8 +546,8 @@ -or- is . - - is , or is a type for which returns . + .NET Framework and .NET Core versions older than 2.1: + is a type for which returns . How to: Define and Execute Dynamic Methods Security Issues in Reflection Emit @@ -645,7 +645,7 @@ -or- is . - + .NET Framework and .NET Core versions older than 2.1: is a type for which returns . How to: Define and Execute Dynamic Methods Security Issues in Reflection Emit @@ -744,8 +744,8 @@ -or- is . - - is , or is a type for which returns . + .NET Framework and .NET Core versions older than 2.1: + is a type for which returns . How to: Define and Execute Dynamic Methods Security Issues in Reflection Emit From 93919dda686ca13fe8416e94dfa60ab096ecb7b2 Mon Sep 17 00:00:00 2001 From: Jan Kotas Date: Tue, 26 Sep 2023 19:35:20 -0700 Subject: [PATCH 2/2] Update xml/System.Reflection.Emit/DynamicMethod.xml --- xml/System.Reflection.Emit/DynamicMethod.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xml/System.Reflection.Emit/DynamicMethod.xml b/xml/System.Reflection.Emit/DynamicMethod.xml index 77f7ea548f7..2a2d4a16918 100644 --- a/xml/System.Reflection.Emit/DynamicMethod.xml +++ b/xml/System.Reflection.Emit/DynamicMethod.xml @@ -431,7 +431,7 @@ is . .NET Framework and .NET Core versions older than 2.1: - is a type for which returns . + is a type for which returns . How to: Define and Execute Dynamic Methods Security Issues in Reflection Emit