Skip to content

Merge pull request #4 from pedronvasconcelos/development #9

Merge pull request #4 from pedronvasconcelos/development

Merge pull request #4 from pedronvasconcelos/development #9

Triggered via push February 25, 2024 03:03
Status Failure
Total duration 46s
Billable time 1m
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

9 errors and 11 warnings
build: Spix.UnitTests/Domain/Spixers/SpixerTests.cs#L67
'Spixer' does not contain a definition for 'LikedByUsers' and no accessible extension method 'LikedByUsers' accepting a first argument of type 'Spixer' could be found (are you missing a using directive or an assembly reference?)
build: Spix.UnitTests/Domain/Spixers/SpixerTests.cs#L84
'Spixer' does not contain a definition for 'AddLike' and no accessible extension method 'AddLike' accepting a first argument of type 'Spixer' could be found (are you missing a using directive or an assembly reference?)
build: Spix.UnitTests/Domain/Spixers/SpixerTests.cs#L103
'Spixer' does not contain a definition for 'AddLike' and no accessible extension method 'AddLike' accepting a first argument of type 'Spixer' could be found (are you missing a using directive or an assembly reference?)
build: Spix.UnitTests/Domain/Spixers/SpixerTests.cs#L106
'Spixer' does not contain a definition for 'RemoveLike' and no accessible extension method 'RemoveLike' accepting a first argument of type 'Spixer' could be found (are you missing a using directive or an assembly reference?)
build: Spix.UnitTests/Domain/Spixers/SpixerTests.cs#L67
'Spixer' does not contain a definition for 'LikedByUsers' and no accessible extension method 'LikedByUsers' accepting a first argument of type 'Spixer' could be found (are you missing a using directive or an assembly reference?)
build: Spix.UnitTests/Domain/Spixers/SpixerTests.cs#L84
'Spixer' does not contain a definition for 'AddLike' and no accessible extension method 'AddLike' accepting a first argument of type 'Spixer' could be found (are you missing a using directive or an assembly reference?)
build: Spix.UnitTests/Domain/Spixers/SpixerTests.cs#L103
'Spixer' does not contain a definition for 'AddLike' and no accessible extension method 'AddLike' accepting a first argument of type 'Spixer' could be found (are you missing a using directive or an assembly reference?)
build: Spix.UnitTests/Domain/Spixers/SpixerTests.cs#L106
'Spixer' does not contain a definition for 'RemoveLike' and no accessible extension method 'RemoveLike' accepting a first argument of type 'Spixer' could be found (are you missing a using directive or an assembly reference?)
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@v3, actions/setup-dotnet@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
build: src/Spix.Domain/Users/User.cs#L59
Non-nullable property 'User' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/Spix.Domain/Users/User.cs#L62
Non-nullable property 'Follower' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/Spix.Domain/Users/User.cs#L37
Non-nullable property 'Following' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/Spix.Domain/Users/User.cs#L37
Non-nullable property 'Followers' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/Spix.Domain/Users/User.cs#L47
Non-nullable property 'UserName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/Spix.Domain/Users/User.cs#L47
Non-nullable property 'Email' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/Spix.Domain/Users/User.cs#L47
Non-nullable property 'Following' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/Spix.Domain/Users/User.cs#L47
Non-nullable property 'Followers' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/Spix.Domain/Users/User.cs#L47
Non-nullable property 'Location' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/Spix.Domain/Users/User.cs#L47
Non-nullable property 'WebSite' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.