Pipeline/state #157
Annotations
2 errors and 11 warnings
|
Execute unit tests
The operation was canceled.
|
Setup MSBuild.exe
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/
|
Execute unit tests
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.
|
Execute unit tests
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.
|
Execute unit tests:
Shared/Rubberduck.InternalApi/Services/PerformanceRecordAggregator.cs#L190
Cannot convert null literal to non-nullable reference type.
|
Execute unit tests:
Shared/Rubberduck.InternalApi/Services/PerformanceRecordAggregator.cs#L211
Cannot convert null literal to non-nullable reference type.
|
Execute unit tests:
Shared/Rubberduck.InternalApi/WebApi/Model/Feature.cs#L66
Nullability of type of parameter 'obj' doesn't match overridden member (possibly because of nullability attributes).
|
Execute unit tests:
Shared/Rubberduck.InternalApi/Settings/Model/TypedRubberduckSetting.cs#L27
Nullability of type of parameter 'value' doesn't match overridden member (possibly because of nullability attributes).
|
Execute unit tests:
Shared/Rubberduck.InternalApi/Model/Workspace/VBProjectInfo.cs#L7
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Execute unit tests:
Shared/Rubberduck.InternalApi/Model/Workspace/VBProjectInfo.cs#L8
Non-nullable property 'WorkspaceUri' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Execute unit tests:
Shared/Rubberduck.InternalApi/Model/Workspace/Reference.cs#L7
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Execute unit tests:
Shared/Rubberduck.InternalApi/Model/Workspace/ProjectTemplate.cs#L12
Non-nullable property 'ProjectFile' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Loading