Skip to content

No longer leaking memory #23

No longer leaking memory

No longer leaking memory #23

Triggered via pull request December 16, 2024 11:31
Status Success
Total duration 3m 6s
Artifacts

ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

16 warnings
build: src/Spark/obj/Release/net48/Spark.AssemblyInfo.cs#L18
The specified version string '1.8.2.0-alpha' does not conform to the recommended format - major.minor.build.revision
build: src/Spark/obj/Release/net9.0/Spark.AssemblyInfo.cs#L18
The specified version string '1.8.2.0-alpha' does not conform to the recommended format - major.minor.build.revision
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)
build: src/Spark/obj/Release/net8.0/Spark.AssemblyInfo.cs#L18
The specified version string '1.8.2.0-alpha' does not conform to the recommended format - major.minor.build.revision
build: src/Spark.Web/obj/Release/net48/Spark.Web.AssemblyInfo.cs#L18
The specified version string '1.8.2.0-alpha' does not conform to the recommended format - major.minor.build.revision
build: src/Spark.Web.Mvc/obj/Release/net48/Spark.Web.Mvc.AssemblyInfo.cs#L18
The specified version string '1.8.2.0-alpha' does not conform to the recommended format - major.minor.build.revision
build: src/Spark/obj/Debug/net48/Spark.AssemblyInfo.cs#L18
The specified version string '1.8.2.0-alpha' does not conform to the recommended format - major.minor.build.revision
build: src/Spark/obj/Debug/net8.0/Spark.AssemblyInfo.cs#L18
The specified version string '1.8.2.0-alpha' does not conform to the recommended format - major.minor.build.revision
build: src/Spark/obj/Debug/net9.0/Spark.AssemblyInfo.cs#L18
The specified version string '1.8.2.0-alpha' does not conform to the recommended format - major.minor.build.revision
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)
build: src/Spark.Web/obj/Debug/net48/Spark.Web.AssemblyInfo.cs#L18
The specified version string '1.8.2.0-alpha' does not conform to the recommended format - major.minor.build.revision
build: src/Castle.Monorail.Pdf/obj/Debug/net48/Castle.MonoRail.Pdf.AssemblyInfo.cs#L18
The specified version string '1.8.2.0-alpha' does not conform to the recommended format - major.minor.build.revision
build: src/Spark.Ruby/obj/Debug/net48/Spark.Ruby.AssemblyInfo.cs#L18
The specified version string '1.8.2.0-alpha' does not conform to the recommended format - major.minor.build.revision
build: src/Spark.Ruby/RubyLanguageFactory.cs#L22
Parameter 'ISparkSettings settings' is captured into the state of the enclosing type and its value is also passed to the base constructor. The value might be captured by the base class as well.
build: src/Spark.Python/obj/Debug/net48/Spark.Python.AssemblyInfo.cs#L18
The specified version string '1.8.2.0-alpha' does not conform to the recommended format - major.minor.build.revision
build: src/Spark.Python/PythonLanguageFactory.cs#L21
Parameter 'ISparkSettings settings' is captured into the state of the enclosing type and its value is also passed to the base constructor. The value might be captured by the base class as well.