Updating apim policy #163
Annotations
10 warnings
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/ApimCustomEvent.cs#L10
Non-nullable property 'InterfaceId' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
src/abstractions/Models/ApimCustomEvent.cs#L11
Non-nullable property 'EventName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
src/abstractions/Models/BusinessNotificationData.cs#L5
Non-nullable property 'key1' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
src/abstractions/Models/BusinessNotificationData.cs#L6
Non-nullable property 'key2' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
src/abstractions/Models/BusinessNotificationData.cs#L7
Non-nullable property 'key3' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
src/abstractions/Models/BusinessNotificationData.cs#L8
Non-nullable property 'notificationType' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
src/abstractions/Models/BusinessNotificationData.cs#L9
Non-nullable property 'nestedKey' 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