rsdn / CodeJam

Set of handy reusable .NET components that can simplify your daily work and save your time when you copy and paste your favorite helper methods and classes from one project to another
MIT License
258 stars 35 forks source link

Use Theraot.Core library #72

Closed NN--- closed 5 years ago

NN--- commented 5 years ago

This makes easier to support older frameworks:

ig-sinicyn commented 5 years ago
  1. 👍

  2. Can we keep current approach with #if LESSTHAN_XXX checks? I'm afraid strict equality checks (#if net35) will be very fragile and we'll have to update them for each new target.

NN--- commented 5 years ago

Sure. After Theraot library update fix, I'll revisit these conditions.

NN--- commented 5 years ago

Can we keep current approach with #if LESSTHAN_XXX checks? My intention is to not bring additional dependency in newer .NET frameworks. Therefore, I am afraid that for some cases there will be need for strict version check.