Merge branch 'main' into release/v1.0.0 #2
Annotations
12 warnings
build_and_deploy
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_and_deploy:
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_and_deploy:
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_and_deploy:
src/Training.AirBnb.Clone.Backend/AirBnB.Domain/Common/Exceptions/FuncResult.cs#L34
Non-nullable property 'Data' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build_and_deploy:
src/Training.AirBnb.Clone.Backend/AirBnB.Domain/Entities/City.cs#L23
Non-nullable property 'Country' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build_and_deploy:
src/Training.AirBnb.Clone.Backend/AirBnB.Domain/Entities/Country.cs#L43
Non-nullable property 'Cities' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build_and_deploy:
src/Training.AirBnb.Clone.Backend/AirBnB.Domain/Entities/Currency.cs#L13
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build_and_deploy:
src/Training.AirBnb.Clone.Backend/AirBnB.Domain/Entities/Currency.cs#L18
Non-nullable property 'Symbol' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build_and_deploy:
src/Training.AirBnb.Clone.Backend/AirBnB.Domain/Entities/Currency.cs#L23
Non-nullable property 'Code' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build_and_deploy:
src/Training.AirBnb.Clone.Backend/AirBnB.Domain/Entities/EmailHistory.cs#L15
Non-nullable property 'SenderEmailAddress' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build_and_deploy:
src/Training.AirBnb.Clone.Backend/AirBnB.Domain/Entities/EmailHistory.cs#L15
Non-nullable property 'ReceiverEmailAddress' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build_and_deploy
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.
|