Annotations
10 warnings
nuget-org:
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.
|
nuget-org:
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.
|
nuget-org:
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.
|
nuget-org:
src/AEMO.MDFF/HeaderRecord.cs#L11
Non-nullable property 'ToParticipant' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
nuget-org:
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.
|
nuget-org:
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.
|
nuget-org:
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.
|
nuget-org:
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.
|
nuget-org:
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.
|
nuget-org:
src/AEMO.MDFF/NEM12/IntervalDataRecord.cs#L9
Non-nullable property 'IntervalValues' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|