Pipeline/state #149
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#L26
Nullability of type of parameter 'value' doesn't match overridden member (possibly because of nullability attributes).
|
Execute unit tests:
Shared/Rubberduck.InternalApi/Model/Declarations/Execution/Values/VBByteValue.cs#L25
'VBByteValue.WithValue(double)' hides inherited member 'VBNumericTypedValue.WithValue(double)'. Use the new keyword if hiding was intended.
|
Execute unit tests:
Shared/Rubberduck.InternalApi/Model/Declarations/Execution/Values/VBByteValue.cs#L34
The member 'VBByteValue.WithValue(int)' does not hide an accessible member. The new keyword is not required.
|
Execute unit tests:
Shared/Rubberduck.InternalApi/Model/Declarations/Execution/Values/VBCurrencyValue.cs#L26
'VBCurrencyValue.WithValue(double)' hides inherited member 'VBNumericTypedValue.WithValue(double)'. Use the new keyword if hiding was intended.
|
Execute unit tests:
Shared/Rubberduck.InternalApi/Model/Declarations/Execution/Values/VBDecimalValue.cs#L26
'VBDecimalValue.WithValue(double)' hides inherited member 'VBNumericTypedValue.WithValue(double)'. Use the new keyword if hiding was intended.
|
Loading