Skip to content

Release v20.48.3

Choose a tag to compare

@github-actions github-actions released this 01 Jul 20:43
06497b2

Fixed

  • Resolved 9 MA0206 (unnecessary braces in type declaration) errors that were blocking Release-configuration builds after Meziantou.Analyzer was bumped to 3.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.