vkhorikov / CSharpFunctionalExtensions

Functional extensions for C#
MIT License
2.39k stars 300 forks source link

Remove EOL .Net Frameworks. #496

Closed xavierjohn closed 1 week ago

xavierjohn commented 1 year ago

Remove EOL .Net Frameworks and obsolete methods https://learn.microsoft.com/en-us/lifecycle/products/microsoft-net-framework

.NET Framework 4.0, EOL: Jan 12, 2016 .NET Framework 4.5, EOL: Jan 12, 2016 .NET Framework 4.6.1 EOL: Apr 26, 2022

xavierjohn commented 1 year ago

Should we delete Obsolete methods in v3? Delete ValueObject < T >?

hankovich commented 1 year ago

.NET 5 is also out of support

vkhorikov commented 1 year ago

We should, yes. ValueObject < T > is no longer obsolete, it supports a use case which is not available for the regular VO.

bothzoli commented 1 month ago

I fixed the merge conflicts in #554.

bothzoli commented 3 weeks ago

With #554 merged I believe this PR could be closed. Sorry @xavierjohn, I didn't intend to steal your thunder 🥺