Configure Renovate #28
Annotations
11 warnings
build
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:
FitsLibrary/obj/Debug/net7.0/FitsLibrary.AssemblyInfo.cs#L16
The specified version string '0.3.0.0-pre' does not conform to the recommended format - major.minor.build.revision
|
build:
FitsLibrary/Deserialization/ContentDeserializer.cs#L90
The variable 'ex' is declared but never used
|
build:
FitsLibrary/FitsDocumentReader.cs#L23
Non-nullable field 'headerValidators' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
build:
FitsLibrary/FitsDocumentReader.cs#L23
Non-nullable field 'headerDeserializer' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
build:
FitsLibrary/FitsDocumentReader.cs#L23
Non-nullable field 'extensionsDeserializer' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
build:
FitsLibrary/FitsDocumentReader.cs#L23
Non-nullable field 'contentDeserializer' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
build:
FitsLibrary/FitsDocumentReader.cs#L42
Non-nullable field 'extensionsDeserializer' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
build:
FitsLibrary/FitsDocumentReader.cs#L18
Field 'FitsDocumentReader<T>.extensionsDeserializer' is never assigned to, and will always have its default value null
|
build:
FitsLibrary.Tests/Benchmarking/HeaderDeserializerBenchmarks.cs#L39
Nullability of reference types in value of type 'Task<(bool endOfStreamReached, Header parsedHeader)>' doesn't match target type 'Task<(bool, Header?)>'.
|
build:
FitsLibrary.Tests/FitsReaderTests.cs#L140
Argument of type 'ISetup<IHeaderDeserializer, Task<(bool endOfStreamReached, Header parsedHeader)>>' cannot be used for parameter 'mock' of type 'IReturns<IHeaderDeserializer, Task<(bool endOfStreamReached, Header? parsedHeader)>>' in 'IReturnsResult<IHeaderDeserializer> ReturnsExtensions.ReturnsAsync<IHeaderDeserializer, (bool endOfStreamReached, Header? parsedHeader)>(IReturns<IHeaderDeserializer, Task<(bool endOfStreamReached, Header? parsedHeader)>> mock, (bool endOfStreamReached, Header? parsedHeader) value)' due to differences in the nullability of reference types.
|