-
Notifications
You must be signed in to change notification settings - Fork 144
Closed
Labels
announcementImportant announcements in DiscussionImportant announcements in Discussion
Description
DotNext.Reflection is a library for fast Reflection. .NET Team did amazing work to improve performance of Reflection in the latest release. Therefore, I decided to abandon development of this library. EOL is December 2023
Here is the links that can help you to migrate from this library:
- Performance improvements in .NET 7: Reflection. Starting from .NET 7, Reflection utilizes dynamic code generation just like as
DotNext.Reflection - MethodInfo.CreateDelegate<T> method was added in .NET 5. It allows to create typed delegate for a particular method and use it for invocation. Invocation through delegate has no (or very very small) overhead.
Metadata
Metadata
Assignees
Labels
announcementImportant announcements in DiscussionImportant announcements in Discussion