Skip to content

init

init #9

Triggered via push March 17, 2024 20:12
Status Success
Total duration 37s
Artifacts

build.yaml

on: push
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/DocFxToTemplate/Models/DocFx/CompositeDictionary.cs#L181
Cannot convert null literal to non-nullable reference type.
build: src/DocFxToTemplate/Models/DocFx/TocItemViewModel.cs#L93
Possible null reference assignment.
build: src/DocFxToTemplate/Models/DocFx/AdditionalNotes.cs#L15
Non-nullable property 'Caller' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/DocFxToTemplate/Models/DocFx/AdditionalNotes.cs#L20
Non-nullable property 'Implementer' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/DocFxToTemplate/Models/DocFx/AdditionalNotes.cs#L25
Non-nullable property 'Inheritor' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/DocFxToTemplate/Models/DocFx/ArgumentInfo.cs#L15
Non-nullable property 'Type' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/DocFxToTemplate/Models/DocFx/ArgumentInfo.cs#L19
Non-nullable property 'Value' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/DocFxToTemplate/Models/DocFx/ApiParameter.cs#L16
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/DocFxToTemplate/Models/DocFx/ApiParameter.cs#L21
Non-nullable property 'Type' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/DocFxToTemplate/Models/DocFx/ApiParameter.cs#L26
Non-nullable property 'Description' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.