TypeName | ObjectInitializerAnalyzer |
Check Id | CC0009 |
Category | Style |
Severity | Warning |
When possible an object initializer should be used to initialize the properties of an object instead of multiple assignments.
A code fix will be presented to you that will transform the code:
TBD