LenFon / StronglyTypedId

A base implementation of strongly typed ids.
MIT License
1 stars 1 forks source link

Suggestion: Add support for more frameworks(6 & 7) #5

Closed SigtryggurO closed 8 months ago

SigtryggurO commented 10 months ago

I think most of the features within this library have been supported since dotnet 6. At least that's when record structs where added too the language. I don't see much in the way of also building for dotnet 6 and 7.

LenFon commented 8 months ago

Thank you for your suggestion. However, at this time, we are not considering support for .NET 6 in this project. This decision is due to certain interface features that are not supported in .NET 6.