fix: Address open issues, update all dependencies, add CodeQL #10
codeql.yml
on: pull_request
codeql
/
Analyze C#
29m 16s
codeql
/
Analyze GitHub Actions
46s
codeql
/
Analyze JavaScript
0s
Annotations
12 warnings
|
codeql / Analyze GitHub Actions
Starting April 2026, the CodeQL Action will skip computing file coverage information on pull requests to improve analysis performance. File coverage information will still be computed on non-PR analyses.
To opt out of this change, set the `CODEQL_ACTION_FILE_COVERAGE_ON_PRS` environment variable to `true`. Alternatively, create a custom repository property with the name `github-codeql-file-coverage-on-prs` and the type "True/false", then set this property to `true` in the repository's settings.
|
|
codeql / Analyze C#:
src/Akavache.Benchmarks.V10/AkavacheV10ReadBenchmarks.cs#L103
Using member 'Akavache.BlobCache.Shutdown()' which has 'RequiresDynamicCodeAttribute' can break functionality when AOT compiling. Registrations for Akavache.Core.
|
|
codeql / Analyze C#:
src/Akavache.Benchmarks.V10/AkavacheV10ReadBenchmarks.cs#L103
Using member 'Akavache.BlobCache.Shutdown()' which has 'RequiresUnreferencedCodeAttribute' can break functionality when trimming application code. Registrations for Akavache.Core.
|
|
codeql / Analyze C#:
src/Akavache.Benchmarks.V10/AkavacheV10ComprehensiveBenchmarks.cs#L81
Using member 'Akavache.BlobCache.Shutdown()' which has 'RequiresDynamicCodeAttribute' can break functionality when AOT compiling. Registrations for Akavache.Core.
|
|
codeql / Analyze C#:
src/Akavache.Benchmarks.V10/AkavacheV10ComprehensiveBenchmarks.cs#L81
Using member 'Akavache.BlobCache.Shutdown()' which has 'RequiresUnreferencedCodeAttribute' can break functionality when trimming application code. Registrations for Akavache.Core.
|
|
codeql / Analyze C#:
src/Akavache.Benchmarks.V10/AkavacheV10WriteBenchmarks.cs#L57
Using member 'Akavache.Sqlite3.SqlRawPersistentBlobCache.SqlRawPersistentBlobCache(String, IScheduler)' which has 'RequiresDynamicCodeAttribute' can break functionality when AOT compiling. Registrations for Akavache.Core.
|
|
codeql / Analyze C#:
src/Akavache.Benchmarks.V10/AkavacheV10WriteBenchmarks.cs#L57
Using member 'Akavache.Sqlite3.SqlRawPersistentBlobCache.SqlRawPersistentBlobCache(String, IScheduler)' which has 'RequiresUnreferencedCodeAttribute' can break functionality when trimming application code. Registrations for Akavache.Core.
|
|
codeql / Analyze C#:
src/Akavache.Benchmarks.V10/AkavacheV10WriteBenchmarks.cs#L68
Using member 'Akavache.BlobCache.Shutdown()' which has 'RequiresDynamicCodeAttribute' can break functionality when AOT compiling. Registrations for Akavache.Core.
|
|
codeql / Analyze C#:
src/Akavache.Benchmarks.V10/AkavacheV10WriteBenchmarks.cs#L51
Using member 'Akavache.BlobCache.ApplicationName.set' which has 'RequiresDynamicCodeAttribute' can break functionality when AOT compiling. Registrations for Akavache.Core.
|
|
codeql / Analyze C#:
src/Akavache.Benchmarks.V10/AkavacheV10WriteBenchmarks.cs#L51
Using member 'Akavache.BlobCache.ApplicationName.set' which has 'RequiresUnreferencedCodeAttribute' can break functionality when trimming application code. Registrations for Akavache.Core.
|
|
codeql / Analyze C#:
src/Akavache.Benchmarks.V10/AkavacheV10WriteBenchmarks.cs#L68
Using member 'Akavache.BlobCache.Shutdown()' which has 'RequiresUnreferencedCodeAttribute' can break functionality when trimming application code. Registrations for Akavache.Core.
|
|
codeql / Analyze C#
Starting April 2026, the CodeQL Action will skip computing file coverage information on pull requests to improve analysis performance. File coverage information will still be computed on non-PR analyses.
To opt out of this change, set the `CODEQL_ACTION_FILE_COVERAGE_ON_PRS` environment variable to `true`. Alternatively, create a custom repository property with the name `github-codeql-file-coverage-on-prs` and the type "True/false", then set this property to `true` in the repository's settings.
|