Update appsettings.json #8
Annotations
22 warnings
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/
|
|
|
|
MinimalChat.Domain/Models/GroupMember.cs#L14
Non-nullable property 'UserId' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
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.
|
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.
|
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.
|
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.
|
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.
|
MinimalChat.Domain/DTOs/EditMessageDto.cs#L11
Non-nullable property 'Content' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
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.
|
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
This job succeeded
Loading