Skip to content

Lsp/initial parse

Lsp/initial parse #88

Triggered via pull request February 5, 2024 00:50
Status Failure
Total duration 2m 50s
Artifacts

dotnet-main.yml

on: pull_request
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

6 errors and 26 warnings
build (Debug): Shared/Rubberduck.InternalApi/Model/Declarations/Types/VBFunctionMember.cs#L11
Argument 6: cannot convert from 'Rubberduck.InternalApi.Model.Declarations.Symbols.Symbol[]' to 'Rubberduck.InternalApi.Model.Declarations.Symbols.TypedSymbol[]?'
build (Debug): Shared/Rubberduck.InternalApi/Model/Declarations/Types/VBFunctionMember.cs#L16
Argument 6: cannot convert from 'Rubberduck.InternalApi.Model.Declarations.Symbols.Symbol[]' to 'Rubberduck.InternalApi.Model.Declarations.Symbols.TypedSymbol[]?'
build (Debug)
Process completed with exit code 1.
build (Release): Shared/Rubberduck.InternalApi/Model/Declarations/Types/VBFunctionMember.cs#L11
Argument 6: cannot convert from 'Rubberduck.InternalApi.Model.Declarations.Symbols.Symbol[]' to 'Rubberduck.InternalApi.Model.Declarations.Symbols.TypedSymbol[]?'
build (Release): Shared/Rubberduck.InternalApi/Model/Declarations/Types/VBFunctionMember.cs#L16
Argument 6: cannot convert from 'Rubberduck.InternalApi.Model.Declarations.Symbols.Symbol[]' to 'Rubberduck.InternalApi.Model.Declarations.Symbols.TypedSymbol[]?'
build (Release)
Process completed with exit code 1.
build (Debug)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-dotnet@v3, microsoft/[email protected]. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
build (Debug)
The following actions uses node12 which is deprecated and will be forced to run on node16: microsoft/[email protected]. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
build (Debug)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
build (Debug)
ProjectReference 'D:\a\Rubberduck3\Rubberduck3\Client\Rubberduck.Unmanaged\Rubberduck.Unmanaged.csproj' was resolved using '.NETFramework,Version=v4.8.1' instead of the project target framework '.NETCoreApp,Version=v8.0'. This project may not be fully compatible with your project.
build (Debug)
ProjectReference 'D:\a\Rubberduck3\Rubberduck3\Client\Rubberduck.Unmanaged\Rubberduck.Unmanaged.csproj' was resolved using '.NETFramework,Version=v4.8.1' instead of the project target framework '.NETCoreApp,Version=v8.0'. This project may not be fully compatible with your project.
build (Debug): Shared/Rubberduck.InternalApi/Services/PerformanceRecordAggregator.cs#L168
Cannot convert null literal to non-nullable reference type.
build (Debug): Shared/Rubberduck.InternalApi/Services/PerformanceRecordAggregator.cs#L189
Cannot convert null literal to non-nullable reference type.
build (Debug): Shared/Rubberduck.InternalApi/WebApi/Model/Feature.cs#L66
Nullability of type of parameter 'obj' doesn't match overridden member (possibly because of nullability attributes).
build (Debug): Shared/Rubberduck.InternalApi/Settings/Model/TypedRubberduckSetting.cs#L26
Nullability of type of parameter 'value' doesn't match overridden member (possibly because of nullability attributes).
build (Debug): Shared/Rubberduck.InternalApi/WebApi/Model/TagAsset.cs#L6
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build (Debug): Shared/Rubberduck.InternalApi/WebApi/Model/TagAsset.cs#L7
Non-nullable property 'DownloadUrl' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build (Debug): Shared/Rubberduck.InternalApi/WebApi/Model/Tag.cs#L8
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build (Debug): Shared/Rubberduck.InternalApi/WebApi/Model/Tag.cs#L11
Non-nullable property 'InstallerDownloadUrl' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build (Release)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-dotnet@v3, microsoft/[email protected]. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
build (Release)
The following actions uses node12 which is deprecated and will be forced to run on node16: microsoft/[email protected]. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
build (Release)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
build (Release)
ProjectReference 'D:\a\Rubberduck3\Rubberduck3\Client\Rubberduck.Unmanaged\Rubberduck.Unmanaged.csproj' was resolved using '.NETFramework,Version=v4.8.1' instead of the project target framework '.NETCoreApp,Version=v8.0'. This project may not be fully compatible with your project.
build (Release)
ProjectReference 'D:\a\Rubberduck3\Rubberduck3\Client\Rubberduck.Unmanaged\Rubberduck.Unmanaged.csproj' was resolved using '.NETFramework,Version=v4.8.1' instead of the project target framework '.NETCoreApp,Version=v8.0'. This project may not be fully compatible with your project.
build (Release): Shared/Rubberduck.InternalApi/Services/PerformanceRecordAggregator.cs#L168
Cannot convert null literal to non-nullable reference type.
build (Release): Shared/Rubberduck.InternalApi/Services/PerformanceRecordAggregator.cs#L189
Cannot convert null literal to non-nullable reference type.
build (Release): Shared/Rubberduck.InternalApi/WebApi/Model/Feature.cs#L66
Nullability of type of parameter 'obj' doesn't match overridden member (possibly because of nullability attributes).
build (Release): Shared/Rubberduck.InternalApi/Settings/Model/TypedRubberduckSetting.cs#L26
Nullability of type of parameter 'value' doesn't match overridden member (possibly because of nullability attributes).
build (Release): Shared/Rubberduck.InternalApi/WebApi/Model/TagAsset.cs#L6
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build (Release): Shared/Rubberduck.InternalApi/WebApi/Model/TagAsset.cs#L7
Non-nullable property 'DownloadUrl' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build (Release): Shared/Rubberduck.InternalApi/WebApi/Model/Tag.cs#L8
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build (Release): Shared/Rubberduck.InternalApi/WebApi/Model/Tag.cs#L11
Non-nullable property 'InstallerDownloadUrl' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.