Update README.md #16
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/
|
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/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/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.
|
Restore, Build and Test:
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.
|
Restore, Build and Test:
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.
|
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/Areas/Api/PostsApi.cs#L37
Parameter 'logger' is unread.
|
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.
|
Publish Application:
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.
|
Publish Application:
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.
|
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/
|
Loading