Improove getAllChilds gettings from db (page tree functional) (#54) #370
Annotations
11 warnings
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions/setup-dotnet@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Build:
src/Mimisbrunnr.Json/AbstractClassJsonConverter.cs#L15
Possible null reference return.
|
Build:
src/Mimisbrunnr.Json/AbstractClassJsonConverter.cs#L27
Converting null literal or possible null value to non-nullable type.
|
Build:
src/Mimisbrunnr.Json/AbstractClassJsonConverter.cs#L33
Possible null reference argument for parameter 'returnType' in 'object? JsonSerializer.Deserialize(ReadOnlySpan<byte> utf8Json, Type returnType, JsonSerializerOptions? options = null)'.
|
Build:
src/Mimisbrunnr.Json/AbstractClassJsonConverter.cs#L33
Converting null literal or possible null value to non-nullable type.
|
Build:
src/Mimisbrunnr.Json/AbstractClassJsonConverter.cs#L33
Possible null reference return.
|
Build:
src/Mimisbrunnr.Json/AbstractClassJsonConverter.cs#L76
Possible null reference argument for parameter 'propertyName' in 'void Utf8JsonWriter.WritePropertyName(string propertyName)'.
|
Build:
src/Mimisbrunnr.Json/AbstractClassJsonConverter.cs#L101
Dereference of a possibly null reference.
|
Build:
src/Migration/Mimisbrunnr.Migration.Persistent.Cli/ConfigurationExtensions.cs#L13
Possible null reference argument for parameter 'value' in 'StorageType Enum.Parse<StorageType>(string value, bool ignoreCase)'.
|
Build:
src/Migration/Mimisbrunnr.Migration.Persistent.Cli/ConfigurationExtensions.cs#L18
Possible null reference argument for parameter 'value' in 'StorageType Enum.Parse<StorageType>(string value, bool ignoreCase)'.
|
Loading