Fixed static constructors having methods generated#81
Merged
ByronMayne merged 1 commit intoDec 20, 2025
Annotations
8 warnings
|
src/AutoFactories/Types/MetadataTypeName.cs#L11
Field 'MetadataTypeName.m_shortName' is never assigned to, and will always have its default value null
|
|
src/AutoFactories/ViewModels/ParameterViewModel.cs#L54
Possible null reference assignment.
|
|
src/AutoFactories/Types/MetadataTypeName.cs#L19
Non-nullable field 'm_shortName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
|
|
|
src/AutoFactories/Types/MetadataTypeName.cs#L11
Field 'MetadataTypeName.m_shortName' is never assigned to, and will always have its default value null
|
|
src/AutoFactories/ViewModels/ParameterViewModel.cs#L54
Possible null reference assignment.
|
|
src/AutoFactories/Types/MetadataTypeName.cs#L19
Non-nullable field 'm_shortName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
|
|
The logs for this run have expired and are no longer available.
Loading