Skip to content

update gitignore for frontend #52

update gitignore for frontend

update gitignore for frontend #52

Triggered via push June 5, 2024 00:34
Status Success
Total duration 38s
Artifacts

dotnet-core.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
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/PHP/PHPRoomModel.cs#L11
'PHPRoomModel.Name' hides inherited member 'VURoomModel.Name'. Use the new keyword if hiding was intended.
build: Ankh/Models/PHP/PHPRoomModel.cs#L11
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: Ankh/Models/PHP/PHPRoomModel.cs#L14
Non-nullable property 'Lieutenants' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: Ankh/Models/PHP/PHPRoomModel.cs#L17
Non-nullable property 'RoomOwners' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: Ankh/Models/PHP/PHPRoomModel.cs#L32
Non-nullable property 'Language' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: Ankh/Models/PHP/PHPRoomModel.cs#L62
Non-nullable property 'Participants' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: Ankh/Models/PHP/PHPRoomModel.cs#L65
Non-nullable property 'CustomersAvatarName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: Ankh/Models/PHP/PHPRoomModel.cs#L74
Non-nullable property 'RoomInstanceId' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: Ankh/Models/Interfaces/VUUserModel.cs#L10
Non-nullable property 'Username' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.