Update package references #39
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/Song.cs#L5
Non-nullable property 'Title' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
src/Monambike.Web/Models/Song.cs#L7
Non-nullable property 'ImagePath' 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/Game.cs#L11
Non-nullable property 'Title' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
src/Monambike.Web/Models/Game.cs#L16
Non-nullable property 'BriefComment' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
src/Monambike.Web/Models/Game.cs#L21
Non-nullable property 'Tags' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
src/Monambike.Web/Models/Game.cs#L26
Non-nullable property 'Platforms' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
src/Monambike.Web/Models/Game.cs#L31
Non-nullable property 'Achievements' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|