Update appsettings.json #6
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/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/Models/RequestLog.cs#L12
Non-nullable property 'IpAddress' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
MinimalChat.Domain/Models/RequestLog.cs#L14
Non-nullable property 'Username' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
MinimalChat.Domain/Models/RequestLog.cs#L15
Non-nullable property 'RequestBody' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
MinimalChat.Domain/DTOs/ConversationDto.cs#L12
Non-nullable property 'SenderId' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
MinimalChat.Domain/DTOs/ConversationDto.cs#L13
Non-nullable property 'ReceiverId' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
MinimalChat.Domain/DTOs/ConversationDto.cs#L14
Non-nullable property 'Messages' 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/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/Models/RequestLog.cs#L12
Non-nullable property 'IpAddress' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
MinimalChat.Domain/Models/RequestLog.cs#L14
Non-nullable property 'Username' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|