Skip to content

build(deps): bump Npgsql from 8.0.2 to 8.0.3 in /src/Spix.Infra #18

build(deps): bump Npgsql from 8.0.2 to 8.0.3 in /src/Spix.Infra

build(deps): bump Npgsql from 8.0.2 to 8.0.3 in /src/Spix.Infra #18

Triggered via pull request May 28, 2024 18:10
Status Success
Total duration 39s
Artifacts

dotnet.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
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/Entities/UserSpix.cs#L63
Non-nullable property 'User' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/Spix.Domain/Entities/UserSpix.cs#L63
Non-nullable property 'Follower' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/Spix.Domain/Entities/UserSpix.cs#L36
Non-nullable property 'Following' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/Spix.Domain/Entities/UserSpix.cs#L36
Non-nullable property 'Followers' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/Spix.Domain/Entities/UserSpix.cs#L46
Non-nullable property 'UserName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/Spix.Domain/Entities/UserSpix.cs#L46
Non-nullable property 'Email' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/Spix.Domain/Entities/UserSpix.cs#L46
Non-nullable property 'Following' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/Spix.Domain/Entities/UserSpix.cs#L46
Non-nullable property 'Followers' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/Spix.Domain/Entities/UserSpix.cs#L46
Non-nullable property 'Location' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/Spix.Domain/Entities/UserSpix.cs#L46
Non-nullable property 'WebSite' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.