ObjectPrinter icon indicating copy to clipboard operation
ObjectPrinter copied to clipboard

Support targeting .net standard

Open sneal opened this issue 8 years ago • 2 comments

I'm not sure what's possible in this realm because of the lighter weight reflection API, but it seems like some support would be possible.

sneal avatar Aug 31 '17 20:08 sneal

Hey Sneal. Are you using this? I had assumed everyone had moved on to using Json serializers. In my current projects, I only use a version of the AddContext extension method to ensure the added item is serializable and then let the whole object graph serialize to json.
I'm a bit swamped at the moment. I may have some time later in the year to convert to using json. Once using the json serializers, supporting .net standard would be trivial.

drewburlingame avatar Aug 31 '17 21:08 drewburlingame

@drewburlingame Warning:

Server.csproj: [NU1701] Package 'ObjectPrinter 2.0.35' was restored using .NETFramework,Version=v4.6.1' instead of the project target framework '.NETCoreApp,Version=v2.2'. This package may not be fully compatible with your project.

devinterx avatar Aug 22 '19 15:08 devinterx