release test #13
Annotations
1 error and 12 warnings
release
Process completed with exit code 1.
|
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/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/ArgumentInfo.cs#L15
Non-nullable property 'Type' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
release
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/.
|