theraot / Theraot

Backporting .NET and more: LINQ expressions in .net 2.0 - nuget Theraot.Core available.
MIT License
160 stars 30 forks source link

Include ReflectionBridge into Theraot #85

Closed NN--- closed 5 years ago

NN--- commented 5 years ago

This should be part of Theraot library https://github.com/StefH/ReflectionBridge

NN--- commented 5 years ago

Improved version: https://github.com/NN---/CodeJam/blob/legacy_dotnet_targetting/CodeJam.Main/Targeting/NETSTANDARD16/TypeExtensions.cs

theraot commented 5 years ago

System.Reflection.TypeExtensions

NN--- commented 5 years ago

It is defined only for 1.3

if LESSTHAN_NETSTANDARD13

You can add also overload for Type with simpler implementation than MemberInfo.

I think some overloads are missing like GetCustomAttributes.

theraot commented 5 years ago

Some things are missing, like #82

NN--- commented 5 years ago

Currently I am using my version. I will gladly switch to Theraot once you add all extension methods.

NN--- commented 5 years ago

Do you want to open issue for each overload separately or just reopen this one ?