Skip to content

Push on main

Push on main #56

Triggered via dynamic April 29, 2024 03:15
Status Success
Total duration 2m 44s
Artifacts

codeql

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

Annotations

20 warnings
Dereference of a possibly null reference.: CfsAlerts/CfsFunction.cs#L51
Dereference of a possibly null reference
Dereference of a possibly null reference.: CfsAlerts/CfsFunction.cs#L40
Dereference of a possibly null reference
Dereference of a possibly null reference.: CfsAlerts/CfsFunction.cs#L53
Dereference of a possibly null reference
Dereference of a possibly null reference.: CfsAlerts/CfsFunction.cs#L54
Dereference of a possibly null reference
Dereference of a possibly null reference.: CfsAlerts.Tests/CfsFunctionTests.cs#L17
Dereference of a possibly null reference
Dereference of a possibly null reference.: CfsAlerts/CfsFunction.cs#L52
Dereference of a possibly null reference
Dereference of a possibly null reference.: CfsAlerts/CfsFunction.cs#L48
Dereference of a possibly null reference
Non-nullable member is uninitialized.: CfsAlerts/MastodonSettings.cs#L5
Non-nullable property 'Instance' is uninitialized. Consider declaring the property as nullable.
Non-nullable member is uninitialized.: CfsAlerts/MastodonSettings.cs#L6
Non-nullable property 'Token' is uninitialized. Consider declaring the property as nullable.
RoslynAnalyzers Non-virtual setup specification.: CfsAlerts.Tests/CfsFunctionTests.cs#L17
Member Invoke can not be intercepted. Only interface members and virtual, overriding, and abstract members can be intercepted.
RoslynAnalyzers Argument matcher used with a non-virtual member of a class.: CfsAlerts.Tests/CfsFunctionTests.cs#L20
Argument matcher used with a non-virtual member of a class.
RoslynAnalyzers Argument matcher used with a non-virtual member of a class.: CfsAlerts.Tests/CfsFunctionTests.cs#L20
Argument matcher used with a non-virtual member of a class.
Non-accessed positional property (non-private accessibility): CfsAlerts/CfsFeedItem.cs#L3
Positional property 'CfsAlerts.CfsFeedItem.PubDate' is never accessed (except in implicit Equals/ToString implementations)
Non-accessed local variable: CfsAlerts.Tests/CfsFunctionTests.cs#L35
Local variable 'oldListContent' is only assigned but its value is never used
Assignment is not used: CfsAlerts.Tests/CfsFunctionTests.cs#L41
Value assigned is not used in any execution path
Redundant type arguments of method: CfsAlerts.Tests/CfsFunctionTests.cs#L50
Type argument specification is redundant
Redundant global using directive: CfsAlerts.Tests/GlobalUsings.cs#L2
Global using directive is not required by the code and can be safely removed
Auto-property accessor is never used (non-private accessibility): CfsAlerts/MastodonSettings.cs#L5
Auto-property accessor 'Instance.set' is never used
Auto-property accessor is never used (non-private accessibility): CfsAlerts/MastodonSettings.cs#L6
Auto-property accessor 'Token.set' is never used
Unused local variable: CfsAlerts/CfsFunction.cs#L65
Local variable 'client' is never used