add: first test + fluentassertion #2
Merged
Annotations
11 warnings
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/Spixers/Media.cs#L6
'Media.Id' hides inherited member 'Entity.Id'. Use the new keyword if hiding was intended.
|
Build:
src/Spix.Domain/Users/UserLanguage.cs#L6
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build:
src/Spix.Domain/Users/User.cs#L38
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#L38
Non-nullable property 'WebSite' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build:
src/Spix.Domain/Likes/SpixerLike.cs#L10
Non-nullable property 'Spixer' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build:
src/Spix.Domain/Likes/SpixerLike.cs#L12
Non-nullable property 'User' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build:
src/Spix.Domain/Spixers/Media.cs#L6
'Media.Id' hides inherited member 'Entity.Id'. Use the new keyword if hiding was intended.
|
Build:
src/Spix.Domain/Users/UserLanguage.cs#L6
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build:
src/Spix.Domain/Users/User.cs#L38
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#L38
Non-nullable property 'WebSite' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
The logs for this run have expired and are no longer available.
Loading