Skip to content

Bump Verify.Xunit from 27.0.1 to 27.1.0 in /src #49

Bump Verify.Xunit from 27.0.1 to 27.1.0 in /src

Bump Verify.Xunit from 27.0.1 to 27.1.0 in /src #49

Triggered via pull request October 28, 2024 00:30
Status Success
Total duration 2m 44s
Artifacts

codeql.yml

on: pull_request
Matrix: analyze
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
Analyze (csharp): src/CfsAlerts/CfsFunction.cs#L40
Dereference of a possibly null reference.
Analyze (csharp): src/CfsAlerts/CfsFunction.cs#L48
Dereference of a possibly null reference.
Analyze (csharp): src/CfsAlerts/CfsFunction.cs#L51
Dereference of a possibly null reference.
Analyze (csharp): src/CfsAlerts/CfsFunction.cs#L52
Dereference of a possibly null reference.
Analyze (csharp): src/CfsAlerts/CfsFunction.cs#L53
Dereference of a possibly null reference.
Analyze (csharp): src/CfsAlerts/CfsFunction.cs#L54
Dereference of a possibly null reference.
Analyze (csharp): src/CfsAlerts/MastodonSettings.cs#L5
Non-nullable property 'Instance' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Analyze (csharp): src/CfsAlerts/MastodonSettings.cs#L6
Non-nullable property 'Token' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Analyze (csharp): src/CfsAlerts.Tests/CfsFunctionTests.cs#L17
Dereference of a possibly null reference.
Analyze (csharp): src/CfsAlerts.Tests/CfsFunctionTests.cs#L17
Member Invoke can not be intercepted. Only interface members and virtual, overriding, and abstract members can be intercepted. (https://github.com/nsubstitute/NSubstitute.Analyzers/blob/master/documentation/rules/NS1000.md)