Skip to content

feat: add tests project (#7) #15

feat: add tests project (#7)

feat: add tests project (#7) #15

Triggered via push September 13, 2024 14:37
Status Success
Total duration 38s
Billable time 1m
Artifacts

build.yaml

on: push
Matrix: build
Fit to window
Zoom out
Zoom in

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.