Skip to content

Change SQL server to Postgres and Update .Net 7 to 8 with all packages #2

Change SQL server to Postgres and Update .Net 7 to 8 with all packages

Change SQL server to Postgres and Update .Net 7 to 8 with all packages #2

Triggered via pull request July 15, 2024 09:23
Status Success
Total duration 54s
Artifacts

dotnet.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

12 warnings
build
The following actions uses Node.js version which is deprecated 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
A FrameworkReference for 'Microsoft.AspNetCore.App' was included in the project. This is implicitly referenced by the .NET SDK and you do not typically need to reference it from your project. For more information, see https://aka.ms/sdkimplicitrefs
build
A FrameworkReference for 'Microsoft.AspNetCore.App' was included in the project. This is implicitly referenced by the .NET SDK and you do not typically need to reference it from your project. For more information, see https://aka.ms/sdkimplicitrefs
build: MinimalChat.Domain/Helpers/ApiResponse.cs#L7
Non-nullable property 'Message' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: MinimalChat.Domain/Helpers/ApiResponse.cs#L8
Non-nullable property 'Data' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: MinimalChat.Domain/DTOs/UserDto.cs#L11
Non-nullable property 'Id' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: MinimalChat.Domain/DTOs/UserDto.cs#L12
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: MinimalChat.Domain/DTOs/UserDto.cs#L13
Non-nullable property 'Email' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: MinimalChat.Domain/DTOs/SocialRegistrationDto.cs#L12
Non-nullable property 'Email' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: MinimalChat.Domain/DTOs/SocialRegistrationDto.cs#L13
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: MinimalChat.Domain/Helpers/MinimalChatUser.cs#L15
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: MinimalChat.Domain/Helpers/MinimalChatUser.cs#L21
Non-nullable property 'SentMessages' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.