Skip to content

codewriter-packages/RequireFieldsInit-Analyzer

Repository files navigation

RequireFieldsInit Analyzer

Usage

Mark the struct with the [RequireFieldsInit] attribute. The compiler now requires you to initialize all fields in the object's initializer

Usage Usage Usage