Skip to content

commit to test git hard reset #859

commit to test git hard reset

commit to test git hard reset #859

Triggered via push August 15, 2024 15:25
Status Success
Total duration 1m 34s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
build
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-dotnet@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
build: src/FocusCore/Commands/Social/CreateFriendRequestCommand.cs#L13
Non-nullable property 'UserEmail' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: src/FocusCore/Commands/Social/CreateFriendRequestCommand.cs#L14
Non-nullable property 'FriendEmail' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: src/FocusCore/Commands/User/CreateUserCommand.cs#L10
Non-nullable property 'Auth0Id' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: src/FocusCore/Commands/User/CreateUserCommand.cs#L11
Non-nullable property 'Email' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: src/FocusCore/Commands/User/CreateUserCommand.cs#L12
Non-nullable property 'UserName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: src/FocusCore/Models/ShopItem.cs#L12
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: src/FocusCore/Models/ShopItem.cs#L13
Non-nullable property 'ImageSource' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: src/FocusCore/Models/PetItem.cs#L13
Non-nullable property 'PetName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: src/FocusCore/Models/PetItem.cs#L14
Non-nullable property 'PetsProfilePicture' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: src/FocusCore/Models/LeaderboardDto.cs#L5
Non-nullable property 'UserName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.