Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Fusion diagnostic events #7027

Merged
merged 3 commits into from
Mar 29, 2024

Register schema services

7788332
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Merged

Add Fusion diagnostic events #7027

Register schema services
7788332
Select commit
Loading
Failed to load commit list.
GitHub Actions / Qodana for .NET completed Mar 28, 2024 in 0s

18 new problems found by Qodana for .NET

Qodana for .NET

18 new problems were found

Inspection name Severity Problems
Redundant nullable warning suppression expression 🔶 Warning 14
Method return value is never used (private accessibility) 🔶 Warning 3
Unused type parameter 🔶 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 qodana-support@jetbrains.com

Details

This result was published with Qodana GitHub Action

Annotations

Check warning on line 116 in HotChocolate/Fusion/src/Core/Execution/Nodes/Resolve.cs

See this annotation in the file changed.

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

Redundant nullable warning suppression expression

The nullable warning suppression expression is redundant

Check warning on line 325 in HotChocolate/Fusion/src/Core/Execution/Nodes/ResolveByKeyBatch.cs

See this annotation in the file changed.

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

Redundant nullable warning suppression expression

The nullable warning suppression expression is redundant

Check warning on line 347 in HotChocolate/Fusion/src/Core/Execution/Nodes/ResolveByKeyBatch.cs

See this annotation in the file changed.

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

Redundant nullable warning suppression expression

The nullable warning suppression expression is redundant

Check warning on line 163 in HotChocolate/Fusion/src/Core/Execution/Nodes/ResolveByKeyBatch.cs

See this annotation in the file changed.

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

Redundant nullable warning suppression expression

The nullable warning suppression expression is redundant

Check warning on line 153 in HotChocolate/Fusion/src/Core/Execution/Nodes/Resolve.cs

See this annotation in the file changed.

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

Redundant nullable warning suppression expression

The nullable warning suppression expression is redundant

Check warning on line 304 in HotChocolate/Fusion/src/Core/Execution/Nodes/ResolveByKeyBatch.cs

See this annotation in the file changed.

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

Redundant nullable warning suppression expression

The nullable warning suppression expression is redundant

Check warning on line 341 in HotChocolate/Fusion/src/Core/Execution/Nodes/ResolveByKeyBatch.cs

See this annotation in the file changed.

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

Redundant nullable warning suppression expression

The nullable warning suppression expression is redundant

Check warning on line 115 in HotChocolate/Fusion/src/Core/Execution/Nodes/Resolve.cs

See this annotation in the file changed.

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

Redundant nullable warning suppression expression

The nullable warning suppression expression is redundant

Check warning on line 192 in HotChocolate/Fusion/src/Core/Execution/Nodes/ResolveByKeyBatch.cs

See this annotation in the file changed.

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

Redundant nullable warning suppression expression

The nullable warning suppression expression is redundant

Check warning on line 326 in HotChocolate/Fusion/src/Core/Execution/Nodes/ResolveByKeyBatch.cs

See this annotation in the file changed.

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

Redundant nullable warning suppression expression

The nullable warning suppression expression is redundant

Check warning on line 151 in HotChocolate/Fusion/src/Core/Execution/Nodes/Resolve.cs

See this annotation in the file changed.

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

Redundant nullable warning suppression expression

The nullable warning suppression expression is redundant

Check warning on line 129 in HotChocolate/Fusion/src/Core/Execution/Nodes/ResolveByKeyBatch.cs

See this annotation in the file changed.

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

Redundant nullable warning suppression expression

The nullable warning suppression expression is redundant

Check warning on line 346 in HotChocolate/Fusion/src/Core/Execution/Nodes/ResolveByKeyBatch.cs

See this annotation in the file changed.

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

Redundant nullable warning suppression expression

The nullable warning suppression expression is redundant

Check warning on line 152 in HotChocolate/Fusion/src/Core/Execution/Nodes/Resolve.cs

See this annotation in the file changed.

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

Redundant nullable warning suppression expression

The nullable warning suppression expression is redundant

Check warning on line 320 in HotChocolate/Fusion/src/Core/DependencyInjection/FusionRequestExecutorBuilderExtensions.cs

See this annotation in the file changed.

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

Method return value is never used (private accessibility)

Method 'UseFusionPersistedQueryPipeline' return value is never used

Check warning on line 303 in HotChocolate/Fusion/src/Core/DependencyInjection/FusionRequestExecutorBuilderExtensions.cs

See this annotation in the file changed.

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

Method return value is never used (private accessibility)

Method 'UseFusionDefaultPipeline' return value is never used

Check warning on line 345 in HotChocolate/Fusion/src/Core/DependencyInjection/FusionRequestExecutorBuilderExtensions.cs

See this annotation in the file changed.

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

Method return value is never used (private accessibility)

Method 'UseFusionAutomaticPersistedQueryPipeline' return value is never used

Check warning on line 85 in HotChocolate/Fusion/src/Core/DependencyInjection/FusionRequestExecutorBuilderExtensions.cs

See this annotation in the file changed.

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

Unused type parameter

Type parameter 'T' is never used