improve goal editing (#1774) #2325
Annotations
12 warnings
build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-dotnet@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
build
Package JavaScriptEngineSwitcher.Core 3.3.0 has a resource with the locale 'ru-ru'. This locale has been normalized to the standard format 'ru-RU' to prevent casing issues in the build. Consider notifying the package author about this casing issue.
|
build
Package JavaScriptEngineSwitcher.V8 3.17.1 has a resource with the locale 'ru-ru'. This locale has been normalized to the standard format 'ru-RU' to prevent casing issues in the build. Consider notifying the package author about this casing issue.
|
build:
TASVideos.Data/Entity/User.cs#L119
Dereference of a possibly null reference.
|
build:
TASVideos.Core/Services/UserManager.cs#L116
Possible null reference assignment.
|
build:
TASVideos.Core/Services/TopicWatcher.cs#L92
Argument of type 'IEnumerable<string?>' cannot be used for parameter 'recipients' of type 'IEnumerable<string>' in 'Task IEmailService.TopicReplyNotification(IEnumerable<string> recipients, TopicReplyNotificationTemplate template)' due to differences in the nullability of reference types.
|
build:
TASVideos.Core/Services/SignInManager.cs#L74
Possible null reference argument for parameter 'user' in 'Task<IdentityResult> UserManager<User>.AddPasswordAsync(User user, string password)'.
|
build:
TASVideos.Core/Services/PrivateMessageService.cs#L62
Possible null reference argument for parameter 'recipient' in 'Task IEmailService.NewPrivateMessage(string recipient, string userName)'.
|
build:
TASVideos.Core/Services/PrivateMessageService.cs#L62
Possible null reference argument for parameter 'userName' in 'Task IEmailService.NewPrivateMessage(string recipient, string userName)'.
|
build:
TASVideos.Core/Services/PrivateMessageService.cs#L77
Dereference of a possibly null reference.
|
build:
TASVideos.Core/Services/PrivateMessageService.cs#L93
Possible null reference argument for parameter 'toUserName' in 'Task PrivateMessageService.SendMessage(int fromUserId, string toUserName, string subject, string text)'.
|