Merge remote-tracking branch 'origin/main' into main #124
Annotations
10 warnings
build:
MyApp.Client/ServiceModel/AllTypes.cs#L61
Nullability of type of parameter 'obj' doesn't match overridden member (possibly because of nullability attributes).
|
build:
MyApp.Client/ServiceModel/Chinook.cs#L665
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
MyApp.Client/ServiceModel/Chinook.cs#L670
Non-nullable property 'Composer' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
MyApp.Client/ServiceModel/Chinook.cs#L655
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
MyApp.Client/ServiceModel/Chinook.cs#L646
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
MyApp.Client/ServiceModel/Chinook.cs#L631
Non-nullable property 'BillingAddress' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
MyApp.Client/ServiceModel/Chinook.cs#L632
Non-nullable property 'BillingCity' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
MyApp.Client/ServiceModel/Chinook.cs#L633
Non-nullable property 'BillingState' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
MyApp.Client/ServiceModel/Chinook.cs#L634
Non-nullable property 'BillingCountry' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
MyApp.Client/ServiceModel/Chinook.cs#L635
Non-nullable property 'BillingPostalCode' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|