Updating apim policy #163
Annotations
10 warnings
src/abstractions/Models/CarModel.cs#L8
Non-nullable property 'Make' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
src/abstractions/Models/CarModel.cs#L11
Non-nullable property 'Model' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
src/abstractions/Models/VehicleTollBoothData.cs#L11
Non-nullable property 'CarModel' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
src/abstractions/Models/VehicleTollBoothData.cs#L14
Non-nullable property 'State' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
src/abstractions/Models/VehicleTollBoothData.cs#L26
Non-nullable property 'LicensePlate' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
src/abstractions/Models/FraudCallDetetectionData.cs#L5
Non-nullable property 'RecordType' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
src/abstractions/Models/FraudCallDetetectionData.cs#L6
Non-nullable property 'SystemIdentity' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
src/abstractions/Models/FraudCallDetetectionData.cs#L7
Non-nullable property 'FileNum' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
src/abstractions/Models/FraudCallDetetectionData.cs#L8
Non-nullable property 'SwitchNum' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
src/abstractions/Models/FraudCallDetetectionData.cs#L9
Non-nullable property 'CallingNum' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
The logs for this run have expired and are no longer available.
Loading