FasterReflection icon indicating copy to clipboard operation
FasterReflection copied to clipboard

Utilizes System.Reflection.Metadata to read type information very fast and without locking assembly files.

Results 3 FasterReflection issues
Sort by recently updated
recently updated
newest added

Hi, I made another change to catch duplicate assembly / assembly load exception when calling `Build(...)` on metadatabuilder. The default behavior should be preserved. I needed this for my module...

Hi, I have an issue finding a type by its interface when it inherited from a base class. The inheritance is basically this `MyClass : GenericBaseClass : BaseClass : IBaseInterface`...

Nice! I wrote something similar to speed up MEF, see here if it's of any use: https://github.com/KirillOsenkov/MEFMetadata https://github.com/KirillOsenkov/MEFMetadata/blob/master/src/Microsoft.Composition.Metadata/AssemblyCatalogInfo.cs#L78