Skip to content

Generate API & base documentation from wiki dir into /docs #114

Generate API & base documentation from wiki dir into /docs

Generate API & base documentation from wiki dir into /docs #114

Triggered via pull request February 2, 2024 11:34
@csmircsmir
synchronize #43
wikigen
Status Success
Total duration 32s
Artifacts

dotnet.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-dotnet@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
build: src/CSF.Core/Entities/Attributes/Implementation/CommandAttribute.cs#L34
Parameter 'aliases' has no matching param tag in the XML comment for 'CommandAttribute.CommandAttribute(string, params string[])' (but other parameters do)
build: src/CSF.Core/Entities/Attributes/Implementation/RequireContextAttribute.cs#L22
Missing XML comment for publicly visible type or member 'RequireContextAttribute.Evaluate(ICommandContext, Command, IServiceProvider)'
build: src/CSF.Core/Entities/Contexts/Implementation/CommandContext.cs#L20
Missing XML comment for publicly visible type or member 'CommandContext.CommandContext(string, Parser)'
build: src/CSF.Core/Entities/Exceptions/Implementation/CheckException.cs#L8
Missing XML comment for publicly visible type or member 'CheckException.CheckException(string, Exception)'
build: src/CSF.Core/Entities/Exceptions/Implementation/CheckException.cs#L14
Missing XML comment for publicly visible type or member 'CheckException.AsResult()'
build: src/CSF.Core/Entities/Exceptions/Implementation/ExecuteException.cs#L8
Missing XML comment for publicly visible type or member 'ExecuteException.ExecuteException(string, Exception)'
build: src/CSF.Core/Entities/Exceptions/Implementation/ExecuteException.cs#L14
Missing XML comment for publicly visible type or member 'ExecuteException.AsResult()'
build: src/CSF.Core/Entities/Exceptions/Implementation/ReadException.cs#L8
Missing XML comment for publicly visible type or member 'ReadException.ReadException(string, Exception)'
build: src/CSF.Core/Entities/Exceptions/Implementation/ReadException.cs#L14
Missing XML comment for publicly visible type or member 'ReadException.AsResult()'
build: src/CSF.Core/Entities/Exceptions/Implementation/SearchException.cs#L8
Missing XML comment for publicly visible type or member 'SearchException.SearchException(string, Exception)'