Skip to content

test CI Acc

test CI Acc #10

GitHub Actions / Qodana for .NET completed Mar 17, 2024 in 0s

177 new problems found by Qodana for .NET

Qodana for .NET

176 new problems were found

Inspection name Severity Problems
Auto-property accessor is never used (non-private accessibility) 🔶 Warning 34
Non-nullable member is uninitialized. 🔶 Warning 29
Possible null reference argument for a parameter. 🔶 Warning 17
Redundant using directive 🔶 Warning 17
Dereference of a possibly null reference. 🔶 Warning 9
Converting null literal or possible null value to non-nullable type. 🔶 Warning 8
Redundant member initializer 🔶 Warning 7
Unused local variable 🔶 Warning 7
Incorrect indent (around child statement) 🔶 Warning 6
Redundant anonymous type property explicit name 🔶 Warning 5
Namespace does not correspond to file location 🔶 Warning 4
Variable in local function hides variable from outer scope 🔶 Warning 4
Possible null reference return. 🔶 Warning 3
Expression is always 'true' or 'false' according to nullable reference types' annotations 🔶 Warning 3
Empty constructor 🔶 Warning 3
Redundant type arguments of method 🔶 Warning 3
Unused parameter (private accessibility) 🔶 Warning 3
Use of obsolete symbol 🔶 Warning 2
Nullability of reference types in source type doesn't match target type. 🔶 Warning 2
Invalid XML documentation comment 🔶 Warning 2
Not accessed primary constructor parameter 🔶 Warning 2
Redundant type declaration body 🔶 Warning 2
Async method invocation without await expression 🔶 Warning 1
Private field can be converted into local variable 🔶 Warning 1
Assignment is not used 🔶 Warning 1
Do not use object initializer for 'using' variable 🔶 Warning 1

💡 Qodana analysis was run in the pull request mode: only the changed files were checked
☁️ View the detailed Qodana report

Contact Qodana team

Contact us at [email protected]

Details

This result was published with Qodana GitHub Action

Annotations

Check warning on line 16 in Upload/Controllers/HealthController.cs

See this annotation in the file changed.

@github-actions github-actions / Qodana for .NET

Incorrect indent (around child statement)

Line indent is not restored to the previous level around child statement

Check warning on line 16 in VideoStreamer/Controllers/HealthController.cs

See this annotation in the file changed.

@github-actions github-actions / Qodana for .NET

Incorrect indent (around child statement)

Line indent is not restored to the previous level around child statement

Check warning on line 16 in RecommendationAlgo/Controllers/HealthController.cs

See this annotation in the file changed.

@github-actions github-actions / Qodana for .NET

Incorrect indent (around child statement)

Line indent is not restored to the previous level around child statement

Check warning on line 16 in Account/Controllers/HealthController.cs

See this annotation in the file changed.

@github-actions github-actions / Qodana for .NET

Incorrect indent (around child statement)

Line indent is not restored to the previous level around child statement

Check warning on line 16 in Render/Controllers/HealthController.cs

See this annotation in the file changed.

@github-actions github-actions / Qodana for .NET

Incorrect indent (around child statement)

Line indent is not restored to the previous level around child statement

Check warning on line 16 in VideoLibrary/Controllers/HealthController.cs

See this annotation in the file changed.

@github-actions github-actions / Qodana for .NET

Incorrect indent (around child statement)

Line indent is not restored to the previous level around child statement

Check warning on line 30 in APIGateway/Auth/OwnAuthHandler.cs

See this annotation in the file changed.

@github-actions github-actions / Qodana for .NET

Use of obsolete symbol

CS0618: ISystemClock is obsolete, use TimeProvider on AuthenticationSchemeOptions instead.

Check warning on line 28 in APIGateway/Auth/OwnAuthHandler.cs

See this annotation in the file changed.

@github-actions github-actions / Qodana for .NET

Use of obsolete symbol

CS0618: Interface 'Microsoft.AspNetCore.Authentication.ISystemClock' is obsolete: Use TimeProvider instead.

Check warning on line 52 in Render/Services/RenderService.cs

See this annotation in the file changed.

@github-actions github-actions / Qodana for .NET

Async method invocation without await expression

Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.

Check warning on line 39 in Upload/Controllers/UploadController.cs

See this annotation in the file changed.

@github-actions github-actions / Qodana for .NET

Converting null literal or possible null value to non-nullable type.

Converting null literal or possible null value into non-nullable type

Check warning on line 16 in VideoLibrary/ConsulRegisterer.cs

See this annotation in the file changed.

@github-actions github-actions / Qodana for .NET

Converting null literal or possible null value to non-nullable type.

Converting null literal or possible null value into non-nullable type

Check warning on line 105 in Common/Model/VideoCategory.cs

See this annotation in the file changed.

@github-actions github-actions / Qodana for .NET

Converting null literal or possible null value to non-nullable type.

Converting null literal or possible null value into non-nullable type

Check warning on line 16 in Account/ConsulRegisterer.cs

See this annotation in the file changed.

@github-actions github-actions / Qodana for .NET

Converting null literal or possible null value to non-nullable type.

Converting null literal or possible null value into non-nullable type

Check warning on line 16 in Upload/ConsulRegisterer.cs

See this annotation in the file changed.

@github-actions github-actions / Qodana for .NET

Converting null literal or possible null value to non-nullable type.

Converting null literal or possible null value into non-nullable type

Check warning on line 16 in VideoStreamer/ConsulRegisterer.cs

See this annotation in the file changed.

@github-actions github-actions / Qodana for .NET

Converting null literal or possible null value to non-nullable type.

Converting null literal or possible null value into non-nullable type

Check warning on line 16 in Render/ConsulRegisterer.cs

See this annotation in the file changed.

@github-actions github-actions / Qodana for .NET

Converting null literal or possible null value to non-nullable type.

Converting null literal or possible null value into non-nullable type

Check warning on line 16 in RecommendationAlgo/ConsulRegisterer.cs

See this annotation in the file changed.

@github-actions github-actions / Qodana for .NET

Converting null literal or possible null value to non-nullable type.

Converting null literal or possible null value into non-nullable type

Check warning on line 120 in RecommendationAlgo/Repository/RecommendationRepository.cs

See this annotation in the file changed.

@github-actions github-actions / Qodana for .NET

Dereference of a possibly null reference.

Dereference of a possibly null reference

Check warning on line 222 in RecommendationAlgo/Repository/RecommendationRepository.cs

See this annotation in the file changed.

@github-actions github-actions / Qodana for .NET

Dereference of a possibly null reference.

Dereference of a possibly null reference

Check warning on line 173 in RecommendationAlgo/Repository/RecommendationRepository.cs

See this annotation in the file changed.

@github-actions github-actions / Qodana for .NET

Dereference of a possibly null reference.

Dereference of a possibly null reference

Check warning on line 283 in RecommendationAlgo/Repository/RecommendationRepository.cs

See this annotation in the file changed.

@github-actions github-actions / Qodana for .NET

Dereference of a possibly null reference.

Dereference of a possibly null reference

Check warning on line 98 in RecommendationAlgo/Repository/RecommendationRepository.cs

See this annotation in the file changed.

@github-actions github-actions / Qodana for .NET

Dereference of a possibly null reference.

Dereference of a possibly null reference

Check warning on line 121 in RecommendationAlgo/Repository/RecommendationRepository.cs

See this annotation in the file changed.

@github-actions github-actions / Qodana for .NET

Dereference of a possibly null reference.

Dereference of a possibly null reference

Check warning on line 44 in Account/Services/StripePaymentService.cs

See this annotation in the file changed.

@github-actions github-actions / Qodana for .NET

Dereference of a possibly null reference.

Dereference of a possibly null reference

Check warning on line 279 in RecommendationAlgo/Repository/RecommendationRepository.cs

See this annotation in the file changed.

@github-actions github-actions / Qodana for .NET

Dereference of a possibly null reference.

Dereference of a possibly null reference