Skip to content

github link

github link #11

Triggered via push March 20, 2024 20:24
Status Success
Total duration 46s
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/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.
build: src/DocFxToTemplate/Models/DocFx/ApiParameter.cs#L31
Non-nullable property 'Attributes' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/DocFxToTemplate/Models/DocFx/AttributeInfo.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/AttributeInfo.cs#L19
Non-nullable property 'Constructor' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/DocFxToTemplate/Models/DocFx/AttributeInfo.cs#L23
Non-nullable property 'Arguments' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/DocFxToTemplate/Models/DocFx/AttributeInfo.cs#L27
Non-nullable property 'NamedArguments' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
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.