remove drafts #95
Annotations
10 warnings
|
build:
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:
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:
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:
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:
MyApp.ServiceModel/Bookings.cs#L37
Non-nullable property 'Employee' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
build:
MyApp.ServiceModel/Bookings.cs#L32
Non-nullable property 'Discount' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
build:
MyApp.ServiceModel/Bookings.cs#L17
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
build:
MyApp.ServiceModel/Bookings.cs#L124
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:
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:
MyApp.ServiceModel/Bookings.cs#L73
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|