Remove automatic migration and seed data #3
Annotations
12 warnings
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-dotnet@v3, azure/webapps-deploy@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Build:
src/Training.AirBnb.Clone.Backend/AirBnB.Domain/Entities/EmailHistory.cs#L38
'EmailHistory.Template' hides inherited member 'NotificationHistory.Template'. Use the new keyword if hiding was intended.
|
Build:
src/Training.AirBnb.Clone.Backend/AirBnB.Domain/Entities/SmsHistory.cs#L33
'SmsHistory.Template' hides inherited member 'NotificationHistory.Template'. Use the new keyword if hiding was intended.
|
Build:
src/Training.AirBnb.Clone.Backend/AirBnB.Domain/Entities/User.cs#L28
Non-nullable property 'Roles' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build:
src/Training.AirBnb.Clone.Backend/AirBnB.Domain/Entities/User.cs#L48
Non-nullable property 'UserSettings' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build:
src/Training.AirBnb.Clone.Backend/AirBnB.Domain/Entities/User.cs#L53
Non-nullable property 'Listings' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build:
src/Training.AirBnb.Clone.Backend/AirBnB.Domain/Entities/User.cs#L55
Non-nullable property 'UserCredentials' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build:
src/Training.AirBnb.Clone.Backend/AirBnB.Domain/Entities/SmsHistory.cs#L15
Non-nullable property 'SenderPhoneNumber' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build:
src/Training.AirBnb.Clone.Backend/AirBnB.Domain/Entities/SmsHistory.cs#L15
Non-nullable property 'ReceiverPhoneNumber' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build:
src/Training.AirBnb.Clone.Backend/AirBnB.Domain/Entities/SmsHistory.cs#L15
Non-nullable property 'Template' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build:
src/Training.AirBnb.Clone.Backend/AirBnB.Domain/Entities/Role.cs#L24
Non-nullable property 'Users' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Publish
The "--output" option isn't supported when building a solution. Specifying a solution-level output path results in all projects copying outputs to the same directory, which can lead to inconsistent builds.
|
The logs for this run have expired and are no longer available.
Loading