stakx / TypeNameFormatter

A small .NET library for formatting type names à la C#.
MIT License
33 stars 4 forks source link

Add .NET 2.0, 3.5, 4.0, and .NET Standard 1.0 as additional framework targets #5

Closed stakx closed 6 years ago

stakx commented 6 years ago

There's no reason why this library couldn't support much earlier versions .NET. The necessary reflection bits should be available on most common .NET platform targets.

stakx commented 6 years ago

Done in 840d051d2ed5e228435d905778ed737882c6f4da and 836d581c8fec3e0faa0cfeda100382cb0f826541.

Why are there separate targets for net20, net35, and net40? Wouldn't net20 be sufficient?

Perhaps yes, but there are some small differences between these three target platforms:

Why are there separate targets for netstandard10 and netstandard20? Wouldn't netstandard10 be sufficient?

Perhaps, but again, there are some differences: