Skip to content

Add Azure in workflow for push app #9

Add Azure in workflow for push app

Add Azure in workflow for push app #9

Re-run triggered July 16, 2024 11:58
Status Success
Total duration 52s
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

22 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
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/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/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/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/Models/RequestLog.cs#L12
Non-nullable property 'IpAddress' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
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/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.
build: MinimalChat.Domain/Helpers/MinimalChatUser.cs#L24
Non-nullable property 'ReceivedMessages' 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.