publish 🚀 #6
Annotations
1 error and 8 warnings
publish
Process completed with exit code 1.
|
publish:
Basic_crud/Models/Customer.cs#L14
Non-nullable property 'City' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
publish:
Basic_crud/Models/Customer.cs#L16
Non-nullable property 'Phone' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
publish:
Basic_crud/Data/ApplicationDbContext.cs#L8
Non-nullable property 'Customers' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
publish:
Basic_crud/Controllers/CustomerController.cs#L34
Unreachable code detected
|
publish:
Basic_crud/Models/Customer.cs#L14
Non-nullable property 'City' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
publish:
Basic_crud/Models/Customer.cs#L16
Non-nullable property 'Phone' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
publish:
Basic_crud/Data/ApplicationDbContext.cs#L8
Non-nullable property 'Customers' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
publish:
Basic_crud/Controllers/CustomerController.cs#L34
Unreachable code detected
|