Skip to content

Cache cleanup is now fire and forget #746

Cache cleanup is now fire and forget

Cache cleanup is now fire and forget #746

Triggered via push December 2, 2024 17:46
Status Success
Total duration 5m 41s
Artifacts

dotnet-core.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: Registry.Test.Common/TestBase.cs#L12
Non-nullable property 'TestContext' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: Registry.Adapters/DroneDB/MetaManager.cs#L57
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build: Registry.Web.Identity/ApplicationDbContext.cs#L27
Possible null reference return.
build: Registry.Web.Identity/ApplicationDbContext.cs#L34
Possible null reference return.
build: Registry.Web/Exceptions/QuotaExceededException.cs#L32
'InvalidOperationException.InvalidOperationException(SerializationInfo, StreamingContext)' is obsolete: 'This API supports obsolete formatter-based serialization. It should not be called or extended by application code.' (https://aka.ms/dotnet-warnings/SYSLIB0051)
build: Registry.Web/HealthChecks/DiskSpaceHealthCheck.cs#L24
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
build: Registry.Web/Filters/BasicAuthFilter.cs#L38
Use IHeaderDictionary.Append or the indexer to append or set headers. IDictionary.Add will throw an ArgumentException when attempting to add a duplicate key. (https://aka.ms/aspnet/analyzers)
build: Registry.Web/Services/Managers/DatasetsManager.cs#L189
Number of parameters supplied in the logging message template do not match the number of named placeholders (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2017)
build
Found version-specific or distribution-specific runtime identifier(s): win7-x64. Affected libraries: Packaging.Targets. In .NET 8.0 and higher, assets for version-specific and distribution-specific runtime identifiers will not be found by default. See https://aka.ms/dotnet/rid-usage for details.
build: Registry.Web.Test/ShareManagerTest.cs#L188
'IDDB.GetAttributesRaw()' is obsolete: 'Use meta manager instead'