Revert #153
Annotations
10 warnings
build:
MyApp.ServiceModel/Bookings.cs#L16
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
MyApp.ServiceModel/Bookings.cs#L57
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
MyApp.ServiceModel/Hello.cs#L8
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
MyApp.ServiceModel/Hello.cs#L15
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
MyApp.ServiceModel/Hello.cs#L20
Non-nullable property 'Result' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
MyApp.ServiceModel/Hello.cs#L21
Non-nullable property 'ResponseStatus' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
MyApp.ServiceModel/Todos.cs#L21
Non-nullable property 'Text' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
MyApp.ServiceModel/Todos.cs#L30
Non-nullable property 'Text' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
MyApp.ServiceModel/WeatherForecast.cs#L11
Non-nullable property 'Summary' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
MyApp.ServiceModel/Todos.cs#L51
Non-nullable property 'Text' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|