Skip to content

Bump Swashbuckle.AspNetCore.ReDoc from 6.2.3 to 6.5.0 #1166

Bump Swashbuckle.AspNetCore.ReDoc from 6.2.3 to 6.5.0

Bump Swashbuckle.AspNetCore.ReDoc from 6.2.3 to 6.5.0 #1166

Triggered via pull request January 15, 2024 07:50
Status Success
Total duration 32s
Artifacts

dotnet-core.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

13 warnings
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2.4.0, actions/setup-dotnet@v1.9.0. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
build
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
build
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
build: MyApi/Controllers/v1/UsersController.cs#L108
'ElmahExtensions.RiseError(HttpContext, Exception)' is obsolete: 'Prefer RaiseError'
build: MyApi/Controllers/v1/UsersController.cs#L108
Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
build: MyApi/Controllers/v1/CategoriesController.cs#L9
Missing XML comment for publicly visible type or member 'CategoriesController'
build: MyApi/Controllers/v1/CategoriesController.cs#L11
Missing XML comment for publicly visible type or member 'CategoriesController.CategoriesController(IRepository<Category>, IMapper)'
build: MyApi/Controllers/v1/OldPostsController.cs#L17
Missing XML comment for publicly visible type or member 'OldPostsController'
build: MyApi/Controllers/v1/OldPostsController.cs#L22
Missing XML comment for publicly visible type or member 'OldPostsController.OldPostsController(IRepository<Post>, IMapper)'
build: MyApi/Controllers/v1/OldPostsController.cs#L29
Missing XML comment for publicly visible type or member 'OldPostsController.Get(CancellationToken)'
build: MyApi/Controllers/v1/OldPostsController.cs#L60
Missing XML comment for publicly visible type or member 'OldPostsController.Get(Guid, CancellationToken)'
build: MyApi/Controllers/v1/OldPostsController.cs#L90
Missing XML comment for publicly visible type or member 'OldPostsController.Create(PostDto, CancellationToken)'
build: MyApi/Controllers/v1/OldPostsController.cs#L145
Missing XML comment for publicly visible type or member 'OldPostsController.Update(Guid, PostDto, CancellationToken)'