Great to see OpenAPI being even more embraced. It truly is fantastic for multi-team engineering
Programming
Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!
Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.
Hope you enjoy the instance!
Rules
Rules
- Follow the programming.dev instance rules
- Keep content related to programming in some way
- If you're posting long videos try to add in some form of tldr for those who don't want to watch videos
Wormhole
Follow the wormhole through a path of communities !webdev@programming.dev
Semi auto properties and params collection are long overdue. Great to see them in there.
System.Text.Json respecting nullability is also great. But may break some things if you didn't realise you were relying on the old behaviour.
LoggerMessage source gen using primary constructors fixes a minor pain.
EF generating SQL at compile time is also pretty sweet. Better query performance from precompiled and better startup performance from not having to precompile at runtime.
All in all it looks pretty good.