Release v20.48.3
Fixed
- Resolved 9
MA0206(unnecessary braces in type declaration) errors that were blocking Release-configuration builds afterMeziantou.Analyzerwas bumped to3.0.117.
Summary
These exception types never went through Release-configuration CI to catch the new analyzer rule, since the .NET Build and Publish workflows both only trigger on Source/** paths and the analyzer bump only touched the root Directory.Packages.props manifest. Switched to semicolon-bodied primary constructor syntax per the project's own convention for types with no implementation body.