.NET 8/ C# 12 changes #675
Closed
TimothyMakkison
started this conversation in
General
Replies: 1 comment 1 reply
-
Created #682, #683 and #684. Overview for .NET 8.0 related work: #689 Improvements with |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
As the release date of .NET 8 draws closer and finalized previews of C# 12 are released, I thought that it would be worth looking at ensuring Mapperly supports the new features. I've compiled some standout issues and potential additions that could be considered.
init
/required
members, this could be further explored (perhaps for setting nestedinit
/required
properties).CollectionMarshal.SetCount
andCollectionMarshal.AsSpan
for extremely fast list copying (technically breaking).MapperConstructor
marked constructors.Beta Was this translation helpful? Give feedback.
All reactions