Skip to content

Update email

Update email #34

Triggered via push February 24, 2024 03:04
Status Success
Total duration 1m 2s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

13 warnings
build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-dotnet@v1, SamKirkland/FTP-Deploy-Action@v4.3.4. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
build
Unexpected input(s) 'passive', valid inputs are ['server', 'username', 'password', 'port', 'protocol', 'local-dir', 'server-dir', 'state-name', 'dry-run', 'dangerous-clean-slate', 'exclude', 'log-level', 'security', 'timeout']
build
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.
build: src/Monambike.Web/Models/WebAPIProject/User/User.cs#L39
Non-nullable property 'FirstName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/Monambike.Web/Models/WebAPIProject/User/User.cs#L41
Non-nullable property 'SecondName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/Monambike.Web/Models/WebAPIProject/User/User.cs#L7
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/Monambike.Web/Models/WebAPIProject/User/User.cs#L9
Non-nullable property 'Username' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/Monambike.Web/Models/WebAPIProject/User/User.cs#L11
Non-nullable property 'Email' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/Monambike.Web/Models/WebAPIProject/User/User.cs#L13
Non-nullable property 'Biography' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/Monambike.Web/Models/WebAPIProject/User/User.cs#L31
Non-nullable property 'ProfilePicturePath' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/Monambike.Web/Models/WebAPIProject/User/User.cs#L33
Non-nullable property 'ProfileBackgroundPath' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/Monambike.Web/Models/WebAPIProject/User/Login.cs#L7
Non-nullable property 'LoginUsernameOrEmail' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.