this post was submitted on 22 Apr 2025
19 points (100.0% liked)

.NET

1662 readers
2 users here now

Getting started

Useful resources

IDEs and code editors

Tools

Rules

Related communities

Wikipedia pages

founded 2 years ago
MODERATORS
19
What's new in C# 14 (learn.microsoft.com)
submitted 1 week ago by manuc66 to c/dotnet
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 5 points 1 week ago

Extension members seems promising, but the way they are implemented seem kind of strange to me. I still need to create a static class to declare extension? Why not just get rid of class and declare extensions as "standalone" elements?