Changed type lookup to use TypeCache, instead of iterating through all assemblies

This commit is contained in:
Anders Ejlersen 2025-05-11 15:02:40 +02:00
parent 8b927d1997
commit 733a7de800
4 changed files with 85 additions and 17 deletions

View file

@ -2,6 +2,12 @@
All notable changes to this project will be documented in this file.
## [1.11.3] - 2025-05-11
### Changed
- Changed type lookup to use TypeCache, instead of iterating through all assemblies
## [1.11.2] - 2024-11-26
### Added