Skip to content

docs: add section placeholders #3

docs: add section placeholders

docs: add section placeholders #3

Triggered via push October 31, 2023 07:05
Status Success
Total duration 57s
Artifacts

ci.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
build
The following actions uses node12 which is deprecated and will be forced to run on node16: 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: src/Application/Infrastructure/Persistance/Migrations/20231028150009_init.cs#L8
The type name 'init' only contains lower-cased ascii characters. Such names may become reserved for the language.
build: src/Application/Infrastructure/Persistance/Migrations/20231028150009_init.Designer.cs#L16
The type name 'init' only contains lower-cased ascii characters. Such names may become reserved for the language.
build: src/Application/Common/Models/PaginatedList.cs#L33
Fix formatting (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0055)
build: src/Application/Features/Todos/TodoItemCompletedEventHandler.cs#L10
Rename type name TodoItemCompletedEventHandler so that it does not end in 'EventHandler' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1711)
build: src/Application/Features/Todos/TodoItemCreatedEventHandler.cs#L11
Rename type name TodoItemCreatedEventHandler so that it does not end in 'EventHandler' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1711)
build: src/Application/Features/Todos/TodoItemDeletedEventHandler.cs#L10
Rename type name TodoItemDeletedEventHandler so that it does not end in 'EventHandler' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1711)
build: src/Application/Infrastructure/Persistance/Migrations/20231028150009_init.cs#L8
Naming rule violation: These words must begin with upper case characters: init (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide1006)
build: src/Application/Infrastructure/Persistance/Migrations/20231028150009_init.cs#L8
The type name 'init' only contains lower-cased ascii characters. Such names may become reserved for the language.
build: src/Application/Infrastructure/Persistance/Migrations/20231028150009_init.Designer.cs#L16
The type name 'init' only contains lower-cased ascii characters. Such names may become reserved for the language.
build: src/Application/Common/Models/PaginatedList.cs#L33
Fix formatting (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0055)