bluebat

Results 2 issues of bluebat

Hi There is a problem with TypeExtensions.GetPublicInstanceProperties(). it get's also all static and nonpublic properties. A short blink into ILSpy I saw that GetRuntimeProperties() will call GetProperties(BindingFlags.Instance | BindingFlags.Static |...

Hi First of all, thank you sharing your fantastic code with the community. it saved me HOURS of developing an own solution! I had some problems serializing between a .Net4.8...