feat: add tests project (#7) #15
Annotations
10 warnings
build (8.x):
src/AEMO.MDFF/NEM12/NMIDataDetailsRecord.cs#L9
Non-nullable property 'NMIConfiguration' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build (8.x):
src/AEMO.MDFF/NEM12/NMIDataDetailsRecord.cs#L10
Non-nullable property 'RegisterId' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build (8.x):
src/AEMO.MDFF/NEM12/NMIDataDetailsRecord.cs#L11
Non-nullable property 'NMISuffix' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build (8.x):
src/AEMO.MDFF/NEM12/NMIDataDetailsRecord.cs#L12
Non-nullable property 'MDMDataStreamIdentifier' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build (8.x):
src/AEMO.MDFF/NEM12/NMIDataDetailsRecord.cs#L13
Non-nullable property 'MeterSerialNumber' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build (8.x):
src/AEMO.MDFF/NEM12/NMIDataDetailsRecord.cs#L14
Non-nullable property 'UOM' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build (8.x):
src/AEMO.MDFF/NEM12/Nem12Reader.cs#L23
Converting null literal or possible null value to non-nullable type.
|
build (8.x):
src/AEMO.MDFF/NEM12/Nem12Reader.cs#L48
Possible null reference argument for parameter 'currentNMI' in 'IntervalDataRecord Nem12Reader.ParseIntervalDataRecord(CsvDataReader csv, string currentNMI)'.
|
build (8.x):
src/AEMO.MDFF/HeaderRecord.cs#L8
Non-nullable property 'VersionHeader' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build (8.x):
src/AEMO.MDFF/HeaderRecord.cs#L10
Non-nullable property 'FromParticipant' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|