Skip to content

CodeQL

CodeQL #205

Triggered via schedule January 24, 2026 18:34
Status Success
Total duration 2m 12s
Artifacts

codeql-analysis.yml

on: schedule
Matrix: Analyze
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
Analyze (csharp): src/Gemstone/Identity/UserInfoWindows.cs#L1011
Cannot convert null literal to non-nullable reference type.
Analyze (csharp): src/Gemstone/Identity/UserInfoWindows.cs#L872
Unboxing a possibly null value.
Analyze (csharp): src/Gemstone/Identity/UserInfoWindows.cs#L871
Unboxing a possibly null value.
Analyze (csharp): src/Gemstone/Identity/UserInfoWindows.cs#L815
The variable 'ex' is declared but never used
Analyze (csharp): src/Gemstone/Identity/UserInfoWindows.cs#L796
Possible null reference return.
Analyze (csharp): src/Gemstone/Console/Arguments.cs#L437
Nullability of reference types in value of type 'KeyValuePair<string, string?>' doesn't match target type 'KeyValuePair<string, string>'.
Analyze (csharp): src/Gemstone/Console/Arguments.cs#L381
Possible null reference assignment.
Analyze (csharp): src/Gemstone/Configuration/AppSettings/AppSettingsExtensions.cs#L58
Argument of type 'IEnumerable<KeyValuePair<string, string>>' cannot be used for parameter 'initialData' of type 'IEnumerable<KeyValuePair<string, string?>>' in 'IConfigurationBuilder MemoryConfigurationBuilderExtensions.AddInMemoryCollection(IConfigurationBuilder configurationBuilder, IEnumerable<KeyValuePair<string, string?>>? initialData)' due to differences in the nullability of reference types.
Analyze (csharp): src/Gemstone/Configuration/ReadOnly/ReadOnlyConfigurationProvider.cs#L83
Nullability of reference types in type of parameter 'value' of 'void ReadOnlyConfigurationProvider.Set(string key, string value)' doesn't match implicitly implemented member 'void IConfigurationProvider.Set(string key, string? value)' (possibly because of nullability attributes).
Analyze (csharp)
CodeQL Action v3 will be deprecated in December 2026. Please update all occurrences of the CodeQL Action in your workflow files to v4. For more information, see https://github.blog/changelog/2025-10-28-upcoming-deprecation-of-codeql-action-v3/