Fix test #1010
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
Annotations
10 warnings
build
Cannot convert null literal to non-nullable reference type.
|
build
Cannot convert null literal to non-nullable reference type.
|
build
Cannot convert null literal to non-nullable reference type.
|
build
Cannot convert null literal to non-nullable reference type.
|
build
Non-nullable field 'stops' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
build
Non-nullable field 'name' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
build
Non-nullable field 'name' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
build
Non-nullable field 'blocks' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
build
Argument of type 'IList<CGameCtnMediaBlock>' cannot be used for parameter 'value' of type 'IList<CGameCtnMediaBlock?>' in 'void GbxReaderWriter.ListNode_deprec<CGameCtnMediaBlock>(ref IList<CGameCtnMediaBlock?>? value)' due to differences in the nullability of reference types.
|
build
Non-nullable field 'tracks' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|