Skip to content
Triggered via pull request March 8, 2024 00:04
Status Success
Total duration 2m 52s
Artifacts

build-pr.yml

on: pull_request
Matrix: coverage-pr
end-coverage-pr
5s
end-coverage-pr
Fit to window
Zoom out
Zoom in

Annotations

50 warnings
build-pr
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-dotnet@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
build-pr
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, 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-pr: src/tools/SoloX.GeneratorTools.Generator.Sample2/Class1.cs#L10
Non-nullable property 'SomeList' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build-pr: src/tools/SoloX.GeneratorTools.Generator.Sample2/Class1.cs#L12
Non-nullable property 'SomeClass' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build-pr: src/libs/SoloX.GeneratorTools.Core.CSharp/Generator/Impl/AInstanceResolver.cs#L44
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build-pr: src/libs/SoloX.GeneratorTools.Core.CSharp/Workspace/ICSharpWorkspace.cs#L60
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build-pr: src/libs/SoloX.GeneratorTools.Core.CSharp/Workspace/ICSharpWorkspace.cs#L75
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build-pr: src/libs/SoloX.GeneratorTools.Core.CSharp/Model/IEnumDeclaration.cs#L23
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build-pr: src/libs/SoloX.GeneratorTools.Core.CSharp/Generator/ReplacePattern/TextPatternHelper.cs#L32
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build-pr: src/libs/SoloX.GeneratorTools.Core.CSharp/Generator/ReplacePattern/TextPatternHelper.cs#L32
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build-pr: src/libs/SoloX.GeneratorTools.Core.CSharp/Generator/Attributes/RepeatAttribute.cs#L23
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build-pr: src/libs/SoloX.GeneratorTools.Core.CSharp/Generator/Attributes/RepeatAttribute.cs#L28
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
coverage-pr (src/tests/SoloX.GeneratorTools.Core.UTest)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-dotnet@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
coverage-pr (src/tests/SoloX.GeneratorTools.Core.UTest)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, 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/
coverage-pr (src/tools.tests/SoloX.GeneratorTools.Generator.ITest)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-dotnet@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
coverage-pr (src/tools.tests/SoloX.GeneratorTools.Generator.ITest)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, 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/
coverage-pr (src/tools.tests/SoloX.GeneratorTools.Generator.ITest): src/libs/SoloX.GeneratorTools.Core.CSharp/Model/IEnumDeclaration.cs#L23
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
coverage-pr (src/tools.tests/SoloX.GeneratorTools.Generator.ITest): src/libs/SoloX.GeneratorTools.Core.CSharp/Workspace/ICSharpWorkspace.cs#L60
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
coverage-pr (src/tools.tests/SoloX.GeneratorTools.Generator.ITest): src/libs/SoloX.GeneratorTools.Core.CSharp/Workspace/ICSharpWorkspace.cs#L75
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
coverage-pr (src/tools.tests/SoloX.GeneratorTools.Generator.ITest): src/libs/SoloX.GeneratorTools.Core.CSharp/Generator/Attributes/RepeatAttribute.cs#L23
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
coverage-pr (src/tools.tests/SoloX.GeneratorTools.Generator.ITest): src/libs/SoloX.GeneratorTools.Core.CSharp/Generator/Attributes/RepeatAttribute.cs#L28
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
coverage-pr (src/tools.tests/SoloX.GeneratorTools.Generator.ITest): src/libs/SoloX.GeneratorTools.Core.CSharp/Generator/Attributes/RepeatAttribute.cs#L33
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
coverage-pr (src/tools.tests/SoloX.GeneratorTools.Generator.ITest): src/libs/SoloX.GeneratorTools.Core.CSharp/Generator/Impl/AInstanceResolver.cs#L44
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
coverage-pr (src/tools.tests/SoloX.GeneratorTools.Generator.ITest): src/libs/SoloX.GeneratorTools.Core.CSharp/Model/Impl/EnumDeclaration.cs#L52
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
coverage-pr (src/tools.tests/SoloX.GeneratorTools.Generator.ITest): src/libs/SoloX.GeneratorTools.Core.CSharp/Generator/Impl/AutomatedGenerator.cs#L51
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
coverage-pr (src/tools.tests/SoloX.GeneratorTools.Generator.ITest): src/libs/SoloX.GeneratorTools.Core.CSharp/Generator/Impl/AutomatedGenerator.cs#L51
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
coverage-pr (src/tests/SoloX.GeneratorTools.Core.CSharp.UTest)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-dotnet@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
coverage-pr (src/tests/SoloX.GeneratorTools.Core.CSharp.UTest)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, 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/
coverage-pr (src/tests/SoloX.GeneratorTools.Core.CSharp.UTest): src/libs/SoloX.GeneratorTools.Core.CSharp/Model/IEnumDeclaration.cs#L23
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
coverage-pr (src/tests/SoloX.GeneratorTools.Core.CSharp.UTest): src/libs/SoloX.GeneratorTools.Core.CSharp/Generator/Impl/AInstanceResolver.cs#L44
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
coverage-pr (src/tests/SoloX.GeneratorTools.Core.CSharp.UTest): src/libs/SoloX.GeneratorTools.Core.CSharp/Generator/ReplacePattern/TextPatternHelper.cs#L32
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
coverage-pr (src/tests/SoloX.GeneratorTools.Core.CSharp.UTest): src/libs/SoloX.GeneratorTools.Core.CSharp/Generator/ReplacePattern/TextPatternHelper.cs#L32
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
coverage-pr (src/tests/SoloX.GeneratorTools.Core.CSharp.UTest): src/libs/SoloX.GeneratorTools.Core.CSharp/Generator/Impl/AutomatedGenerator.cs#L51
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
coverage-pr (src/tests/SoloX.GeneratorTools.Core.CSharp.UTest): src/libs/SoloX.GeneratorTools.Core.CSharp/Generator/Impl/AutomatedGenerator.cs#L51
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
coverage-pr (src/tests/SoloX.GeneratorTools.Core.CSharp.UTest): src/libs/SoloX.GeneratorTools.Core.CSharp/Workspace/ICSharpWorkspace.cs#L60
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
coverage-pr (src/tests/SoloX.GeneratorTools.Core.CSharp.UTest): src/libs/SoloX.GeneratorTools.Core.CSharp/Workspace/ICSharpWorkspace.cs#L75
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
coverage-pr (src/tests/SoloX.GeneratorTools.Core.CSharp.UTest): src/libs/SoloX.GeneratorTools.Core.CSharp/Generator/Attributes/RepeatAttribute.cs#L23
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
coverage-pr (src/tests/SoloX.GeneratorTools.Core.CSharp.UTest): src/libs/SoloX.GeneratorTools.Core.CSharp/Generator/Attributes/RepeatAttribute.cs#L28
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
coverage-pr (src/tests/SoloX.GeneratorTools.Core.CSharp.ITest)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-dotnet@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
coverage-pr (src/tests/SoloX.GeneratorTools.Core.CSharp.ITest)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, 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/
coverage-pr (src/tests/SoloX.GeneratorTools.Core.CSharp.ITest): src/libs/SoloX.GeneratorTools.Core.CSharp/Workspace/ICSharpWorkspace.cs#L60
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
coverage-pr (src/tests/SoloX.GeneratorTools.Core.CSharp.ITest): src/libs/SoloX.GeneratorTools.Core.CSharp/Workspace/ICSharpWorkspace.cs#L75
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
coverage-pr (src/tests/SoloX.GeneratorTools.Core.CSharp.ITest): src/libs/SoloX.GeneratorTools.Core.CSharp/Generator/Attributes/RepeatAttribute.cs#L23
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
coverage-pr (src/tests/SoloX.GeneratorTools.Core.CSharp.ITest): src/libs/SoloX.GeneratorTools.Core.CSharp/Generator/Attributes/RepeatAttribute.cs#L28
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
coverage-pr (src/tests/SoloX.GeneratorTools.Core.CSharp.ITest): src/libs/SoloX.GeneratorTools.Core.CSharp/Model/IEnumDeclaration.cs#L23
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
coverage-pr (src/tests/SoloX.GeneratorTools.Core.CSharp.ITest): src/libs/SoloX.GeneratorTools.Core.CSharp/Generator/Attributes/RepeatAttribute.cs#L33
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
coverage-pr (src/tests/SoloX.GeneratorTools.Core.CSharp.ITest): src/libs/SoloX.GeneratorTools.Core.CSharp/Generator/Impl/AInstanceResolver.cs#L44
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
coverage-pr (src/tests/SoloX.GeneratorTools.Core.CSharp.ITest): src/libs/SoloX.GeneratorTools.Core.CSharp/Generator/Impl/AutomatedGenerator.cs#L51
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
coverage-pr (src/tests/SoloX.GeneratorTools.Core.CSharp.ITest): src/libs/SoloX.GeneratorTools.Core.CSharp/Generator/Impl/AutomatedGenerator.cs#L51
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
coverage-pr (src/tests/SoloX.GeneratorTools.Core.CSharp.ITest): src/libs/SoloX.GeneratorTools.Core.CSharp/Generator/ReplacePattern/TextPatternHelper.cs#L32
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.