Merge branch 'main' into dependabot/npm_and_yarn/r2-worker/npm_and_ya… #19
Annotations
23 warnings
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-dotnet@v1, actions/cache@v2, actions/setup-node@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions/setup-dotnet@v1, actions/cache@v2, actions/setup-node@v2, actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
SwipetorApp/System/NoopConsoleLifetime.cs#L33
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
SwipetorApp/System/MvcFilters/WhitelistCountryAccessFilter.cs#L12
Parameter 'httpCtx' is unread.
|
SwipetorApp/System/MvcFilters/WhitelistCountryAccessFilter.cs#L13
Parameter 'ipAddr' is unread.
|
SwipetorApp/System/MvcFilters/WhitelistCountryAccessFilter.cs#L14
Parameter 'config' is unread.
|
SwipetorApp/Areas/Api/PostsApi.cs#L37
Parameter 'logger' is unread.
|
SwipetorApp/Services/RateLimiter/Rules/VideoUploadRateLimiter.cs#L18
Parameter 'IConnectionCx connectionCx' is captured into the state of the enclosing type and its value is also passed to the base constructor. The value might be captured by the base class as well.
|
SwipetorApp/Services/RateLimiter/Rules/PhotoUploadRateLimiter.cs#L18
Parameter 'IConnectionCx connectionCx' is captured into the state of the enclosing type and its value is also passed to the base constructor. The value might be captured by the base class as well.
|
SwipetorApp/Areas/Api/MediasApi.cs#L60
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
SwipetorApp/Services/RateLimiter/Rules/CreatePostRateLimiter.cs#L18
Parameter 'IConnectionCx connectionCx' is captured into the state of the enclosing type and its value is also passed to the base constructor. The value might be captured by the base class as well.
|
SwipetorApp/Services/RateLimiter/Rules/CommentRateLimiter.cs#L18
Parameter 'IConnectionCx connectionCx' is captured into the state of the enclosing type and its value is also passed to the base constructor. The value might be captured by the base class as well.
|
|
SwipetorApp/System/NoopConsoleLifetime.cs#L33
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
SwipetorApp/System/MvcFilters/WhitelistCountryAccessFilter.cs#L12
Parameter 'httpCtx' is unread.
|
SwipetorApp/System/MvcFilters/WhitelistCountryAccessFilter.cs#L13
Parameter 'ipAddr' is unread.
|
SwipetorApp/System/MvcFilters/WhitelistCountryAccessFilter.cs#L14
Parameter 'config' is unread.
|
SwipetorApp/Areas/Api/PostsApi.cs#L37
Parameter 'logger' is unread.
|
SwipetorApp/Areas/Api/MediasApi.cs#L60
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
SwipetorApp/Services/BackgroundTasks/PostNotifCreatorBgSvc.cs#L21
Parameter 'IMetricsSvc metricsSvc' is captured into the state of the enclosing type and its value is also passed to the base constructor. The value might be captured by the base class as well.
|
SwipetorApp/Services/BackgroundTasks/NotificationEmailBgSvc.cs#L22
Parameter 'IMetricsSvc metricsSvc' is captured into the state of the enclosing type and its value is also passed to the base constructor. The value might be captured by the base class as well.
|
SwipetorApp/Services/BackgroundTasks/PmEmailBgSvc.cs#L25
Parameter 'IMetricsSvc metricsSvc' is captured into the state of the enclosing type and its value is also passed to the base constructor. The value might be captured by the base class as well.
|
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "swpserver".
Please update your workflow to use v4 of the artifact actions.
Learn more: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/
|
This job succeeded
Loading