docker imgs #60
dotnet-core.yml
on: push
build
36s
Publish to GitHub
9s
Annotations
1 error and 10 warnings
Publish to GitHub
buildx failed with: ERROR: failed to solve: failed to read dockerfile: open Dockerfile: no such file or directory
|
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:
Ankh/Models/Rework/UserModel.cs#L19
Non-nullable property 'ProfileImage' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
Ankh/Models/Rework/UserModel.cs#L25
Non-nullable property 'Gender' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
Ankh/Models/Rework/UserModel.cs#L11
Non-nullable property 'Password' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
Ankh/Models/Rework/UserModel.cs#L12
Non-nullable property 'Sauce' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
Ankh/Models/Rework/UserModel.cs#L13
Non-nullable property 'SessionId' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
Ankh/Models/Rework/UserModel.cs#L7
Non-nullable property 'Username' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
Ankh/Models/Queries/RoomSearchQuery.cs#L9
Non-nullable property 'Keywords' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
Ankh/Models/Queries/RoomSearchQuery.cs#L14
Non-nullable property 'Language' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
Ankh/Models/Queries/RoomSearchQuery.cs#L19
Non-nullable property 'Username' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|