Skip to content

v1.8.2.2

v1.8.2.2 #14

Triggered via release June 6, 2025 10:29
@bounavbounav
published v1.8.2.2
Status Success
Total duration 2m 27s
Artifacts

release.yml

on: release
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: src/Spark.AspNetCore.Mvc/SparkViewOfT.cs#L32
Converting null literal or possible null value to non-nullable type.
build: src/Spark.AspNetCore.Mvc/SparkViewOfT.cs#L32
Dereference of a possibly null reference.
build: src/Spark.AspNetCore.Mvc/SparkViewOfT.cs#L31
Converting null literal or possible null value to non-nullable type.
build: src/Spark.AspNetCore.Mvc/SparkViewOfT.cs#L31
Dereference of a possibly null reference.
build: src/Spark.AspNetCore.Mvc/SparkViewOfT.cs#L28
Converting null literal or possible null value to non-nullable type.
build: src/Spark.AspNetCore.Mvc/SparkViewOfT.cs#L26
Converting null literal or possible null value to non-nullable type.
build: src/Spark.AspNetCore.Mvc/SparkViewOfT.cs#L26
Dereference of a possibly null reference.
build: src/Spark.AspNetCore.Mvc/SparkViewOfT.cs#L18
Dereference of a possibly null reference.
build: src/Spark.AspNetCore.Mvc/SparkViewEngine.cs#L33
Nullability of reference types in type of parameter 'executingFilePath' of 'ViewEngineResult SparkViewEngine.GetView(string executingFilePath, string viewPath, bool isMainPage)' doesn't match implicitly implemented member 'ViewEngineResult IViewEngine.GetView(string? executingFilePath, string viewPath, bool isMainPage)' (possibly because of nullability attributes).
build: src/Spark/FileSystem/EmbeddedViewFolder.cs#L41
Avoid inexact read with 'System.IO.Stream.Read(byte[], int, int)' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2022)