CodeQL #129
Annotations
11 warnings
|
Analyze (csharp):
src/Gemstone.Diagnostics/PerformanceMonitor.cs#L268
Possible null reference return.
|
|
Analyze (csharp):
src/Gemstone.Diagnostics/PerformanceMonitorBase.cs#L271
Nullability of reference types in type of parameter 'sender' of 'void PerformanceMonitorBase.SamplingTimer_Elapsed(object sender, ElapsedEventArgs e)' doesn't match the target delegate 'ElapsedEventHandler' (possibly because of nullability attributes).
|
|
Analyze (csharp):
src/Gemstone.Diagnostics/PerformanceMonitorBase.cs#L212
Dereference of a possibly null reference.
|
|
Analyze (csharp):
src/Gemstone.Diagnostics/PerformanceMonitorBase.cs#L143
Dereference of a possibly null reference.
|
|
Analyze (csharp):
src/Gemstone.Diagnostics/PerformanceMonitorBase.cs#L65
Nullability of reference types in type of parameter 'sender' of 'void PerformanceMonitorBase.SamplingTimer_Elapsed(object sender, ElapsedEventArgs e)' doesn't match the target delegate 'ElapsedEventHandler' (possibly because of nullability attributes).
|
|
Analyze (csharp):
src/Gemstone.Diagnostics/SystemPerformanceMonitor.cs#L76
Non-nullable field 's_systemPerformanceMonitor' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
|
Analyze (csharp):
src/Gemstone.Diagnostics/SystemPerformanceMonitor.cs#L69
Possible null reference return.
|
|
Analyze (csharp):
src/Gemstone.Diagnostics/SystemPerformanceMonitor.cs#L62
Possible null reference return.
|
|
Analyze (csharp):
src/Gemstone.Diagnostics/PerformanceMonitorBase.cs#L337
Cannot convert null literal to non-nullable reference type.
|
|
Analyze (csharp):
src/Gemstone.Diagnostics/PerformanceMonitorBase.cs#L337
Cannot convert null literal to non-nullable reference type.
|
|
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/
|