use ssh-exec action in the workflow #57
Annotations
20 warnings
Restore, Build and Test:
SwipetorApp/System/NoopConsoleLifetime.cs#L33
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Restore, Build and Test:
SwipetorApp/System/MvcFilters/WhitelistCountryAccessFilter.cs#L12
Parameter 'httpCtx' is unread.
|
Restore, Build and Test:
SwipetorApp/System/MvcFilters/WhitelistCountryAccessFilter.cs#L13
Parameter 'ipAddr' is unread.
|
Restore, Build and Test:
SwipetorApp/System/MvcFilters/WhitelistCountryAccessFilter.cs#L14
Parameter 'config' is unread.
|
Restore, Build and Test:
SwipetorApp/Areas/Api/PostsApi.cs#L37
Parameter 'logger' is unread.
|
Restore, Build and Test:
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.
|
Restore, Build and Test:
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.
|
Restore, Build and Test:
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.
|
Restore, Build and Test:
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.
|
Restore, Build and Test:
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.
|
Publish Application
The "--output" option isn't supported when building a solution. Specifying a solution-level output path results in all projects copying outputs to the same directory, which can lead to inconsistent builds.
|
Publish Application:
SwipetorApp/System/NoopConsoleLifetime.cs#L33
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Publish Application:
SwipetorApp/System/MvcFilters/WhitelistCountryAccessFilter.cs#L12
Parameter 'httpCtx' is unread.
|
Publish Application:
SwipetorApp/System/MvcFilters/WhitelistCountryAccessFilter.cs#L13
Parameter 'ipAddr' is unread.
|
Publish Application:
SwipetorApp/System/MvcFilters/WhitelistCountryAccessFilter.cs#L14
Parameter 'config' is unread.
|
Publish Application:
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.
|
Publish Application:
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.
|
Publish Application:
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.
|
Publish Application:
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.
|
Publish Application:
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.
|
Loading