Hi. I see net8 has Type.GetType with assembly and type resolvers:
GetType(String, Func<AssemblyName,Assembly>, Func<Assembly,String,Boolean,Type>)
This seems to solve kind of the same problems?
So I guess this project is an alternative to using this new net8 Type.GetType method, but for older targets < net8? Or am I way off?