What's Changed
- Fixed various analyzer errors by @glen-84 in #8438
- Used expression body for lambdas (where applicable) by @glen-84 in #8441
- Used
var
instead of explicit type by @glen-84 in #8442 - Fixed cases where an expression would always evaluate to true or false by @glen-84 in #8443
- Used conditional access by @glen-84 in #8444
- Placed new line before binary operators by @glen-84 in #8445
- Normalized whitespace at the end of files by @glen-84 in #8446
- Removed unnecessary braces in switch sections by @glen-84 in #8447
- Marked structs as 'readonly' (where applicable) by @glen-84 in #8448
- Updates Nitro pricing page by @PascalSenn in #8449
- [Fusion] Adds Introspection Support by @michaelstaib in #8439
Full Changelog: 16.0.0-p.4.4...16.0.0-p.5.0