Skip to content

Update project packages, warning levels and links #35

Update project packages, warning levels and links

Update project packages, warning levels and links #35

Triggered via push February 24, 2024 04:55
Status Failure
Total duration 33s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

5 errors and 12 warnings
build: src/Monambike.Web/Redirects/Patreon.razor#L6
'Links' does not contain a definition for 'Patreon'
build: src/Monambike.Web/Redirects/Discord.razor#L6
'Links' does not contain a definition for 'DiscordServer'
build: src/Monambike.Web/Pages/Home/Contact.razor#L12
The name 'Emails' does not exist in the current context
build: src/Monambike.Web/Pages/Home/Contact.razor#L12
The name 'Emails' does not exist in the current context
build
Process completed with exit code 1.
build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-dotnet@v1. 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
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/Blog/Blog.cs#L8
Non-nullable property 'Posts' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/Monambike.Web/Models/WebAPIProject/Blog/Blog.cs#L13
Non-nullable property 'Title' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/Monambike.Web/Models/WebAPIProject/Blog/Blog.cs#L15
Non-nullable property 'Content' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/Monambike.Web/Models/WebAPIProject/Blog/Blog.cs#L19
Non-nullable property 'Changes' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/Monambike.Web/Models/WebAPIProject/Blog/Blog.cs#L24
Non-nullable property 'User' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/Monambike.Web/Models/WebAPIProject/Dictionary/Dictionary.cs#L7
Non-nullable property 'Words' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
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.