Build Container #48
build-container.yml
on: workflow_run
build-container
57s
Annotations
10 warnings
|
build-container:
MyApp.ServiceModel/Bookings.cs#L123
Non-nullable property 'Id' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
build-container:
MyApp.ServiceModel/Bookings.cs#L133
Non-nullable property 'Id' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
build-container:
MyApp.ServiceModel/Bookings.cs#L144
Non-nullable property 'Description' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
build-container:
MyApp.ServiceModel/Bookings.cs#L142
Non-nullable property 'Id' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
build-container:
MyApp.ServiceModel/Bookings.cs#L156
Non-nullable property 'Id' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
build-container:
MyApp.ServiceModel/Bookings.cs#L170
Non-nullable property 'Id' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
build-container:
MyApp.ServiceModel/Bookings.cs#L177
Non-nullable property 'Label' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
build-container:
MyApp.ServiceModel/Bookings.cs#L183
Non-nullable property 'PageStats' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
build-container:
MyApp.ServiceModel/User.cs#L14
Non-nullable property 'UserName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
build-container:
MyApp.ServiceModel/User.cs#L13
Non-nullable property 'Id' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|