Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dotnet/core.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'release-notes/7.0/preview/api-diff/rc1/Microsoft.NETCore.App/7.0-rc1_System.Reflection.md')
-rw-r--r--release-notes/7.0/preview/api-diff/rc1/Microsoft.NETCore.App/7.0-rc1_System.Reflection.md12
1 files changed, 12 insertions, 0 deletions
diff --git a/release-notes/7.0/preview/api-diff/rc1/Microsoft.NETCore.App/7.0-rc1_System.Reflection.md b/release-notes/7.0/preview/api-diff/rc1/Microsoft.NETCore.App/7.0-rc1_System.Reflection.md
new file mode 100644
index 00000000..f4b093c7
--- /dev/null
+++ b/release-notes/7.0/preview/api-diff/rc1/Microsoft.NETCore.App/7.0-rc1_System.Reflection.md
@@ -0,0 +1,12 @@
+# System.Reflection
+
+``` diff
+ namespace System.Reflection {
+ public abstract class DispatchProxy {
+- public static T Create<T, TProxy>() where TProxy : DispatchProxy;
++ [RequiresDynamicCodeAttribute("Creating a proxy instance requires generating code at runtime")]
++ public static T Create<T, TProxy>() where TProxy : DispatchProxy;
+ }
+ }
+```
+