Skip to content

WIP: Apollo Federation V2 merge #513

WIP: Apollo Federation V2 merge

WIP: Apollo Federation V2 merge #513

GitHub Actions / Qodana for .NET completed Dec 13, 2023 in 0s

98 new problems found by Qodana for .NET

Qodana for .NET

98 new problems were found

Inspection name Severity Problems
Use preferred style for trailing comma before new line in multiline lists 🔴 Failure 1
Namespace does not correspond to file location 🔶 Warning 47
Unused parameter (private accessibility) 🔶 Warning 23
Type member is never used (private accessibility) 🔶 Warning 21
Redundant using directive 🔶 Warning 5
Non-accessed field (private accessibility) 🔶 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 failure on line 79 in HotChocolate/Language/src/Language.Visitors/SyntaxRewriter~1.cs

See this annotation in the file changed.

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

Use preferred style for trailing comma before new line in multiline lists

Add trailing comma to conform to code style

Check warning on line 3 in HotChocolate/ApolloFederation/src/ApolloFederation/Configuration/Attributes/ExtendServiceTypeAttribute.cs

See this annotation in the file changed.

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

Namespace does not correspond to file location

Namespace does not correspond to file location, must be: 'HotChocolate.ApolloFederation.Configuration.Attributes'

Check warning on line 4 in HotChocolate/ApolloFederation/src/ApolloFederation/Configuration/Directives/LinkDirectiveType.cs

See this annotation in the file changed.

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

Namespace does not correspond to file location

Namespace does not correspond to file location, must be: 'HotChocolate.ApolloFederation.Configuration.Directives'

Check warning on line 5 in HotChocolate/ApolloFederation/src/ApolloFederation/Configuration/ObjectTypes/ScopeType.cs

See this annotation in the file changed.

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

Namespace does not correspond to file location

Namespace does not correspond to file location, must be: 'HotChocolate.ApolloFederation.Configuration.ObjectTypes'

Check warning on line 4 in HotChocolate/ApolloFederation/src/ApolloFederation/FederationVersioning/FederationUtils.cs

See this annotation in the file changed.

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

Namespace does not correspond to file location

Namespace does not correspond to file location, must be: 'HotChocolate.ApolloFederation.FederationVersioning'

Check warning on line 4 in HotChocolate/ApolloFederation/src/ApolloFederation/Configuration/Attributes/OverrideAttribute.cs

See this annotation in the file changed.

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

Namespace does not correspond to file location

Namespace does not correspond to file location, must be: 'HotChocolate.ApolloFederation.Configuration.Attributes'

Check warning on line 3 in HotChocolate/ApolloFederation/src/ApolloFederation/Extensions/ApolloFederationDescriptorExtensions.Inaccessible.cs

See this annotation in the file changed.

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

Namespace does not correspond to file location

Namespace does not correspond to file location, must be: 'HotChocolate.ApolloFederation.Extensions'

Check warning on line 3 in HotChocolate/ApolloFederation/src/ApolloFederation/Extensions/ApolloFederationDescriptorExtensions.ApolloAuthenticated.cs

See this annotation in the file changed.

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

Namespace does not correspond to file location

Namespace does not correspond to file location, must be: 'HotChocolate.ApolloFederation.Extensions'

Check warning on line 8 in HotChocolate/ApolloFederation/src/ApolloFederation/Configuration/Attributes/RequiresScopesAttribute.cs

See this annotation in the file changed.

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

Namespace does not correspond to file location

Namespace does not correspond to file location, must be: 'HotChocolate.ApolloFederation.Configuration.Attributes'

Check warning on line 5 in HotChocolate/ApolloFederation/src/ApolloFederation/Configuration/Attributes/RequiresAttribute.cs

See this annotation in the file changed.

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

Namespace does not correspond to file location

Namespace does not correspond to file location, must be: 'HotChocolate.ApolloFederation.Configuration.Attributes'

Check warning on line 4 in HotChocolate/ApolloFederation/src/ApolloFederation/Configuration/SchemaPrinter/FederationSchemaPrinter.InputType.cs

See this annotation in the file changed.

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

Namespace does not correspond to file location

Namespace does not correspond to file location, must be: 'HotChocolate.ApolloFederation.Configuration.SchemaPrinter'

Check warning on line 5 in HotChocolate/ApolloFederation/src/ApolloFederation/FederationVersioning/FederatedSchema.cs

See this annotation in the file changed.

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

Namespace does not correspond to file location

Namespace does not correspond to file location, must be: 'HotChocolate.ApolloFederation.FederationVersioning'

Check warning on line 5 in HotChocolate/ApolloFederation/src/ApolloFederation/Configuration/Directives/RequiresScopesDirectiveType.cs

See this annotation in the file changed.

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

Namespace does not correspond to file location

Namespace does not correspond to file location, must be: 'HotChocolate.ApolloFederation.Configuration.Directives'

Check warning on line 4 in HotChocolate/ApolloFederation/src/ApolloFederation/Configuration/Directives/ShareableDirectiveType.cs

See this annotation in the file changed.

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

Namespace does not correspond to file location

Namespace does not correspond to file location, must be: 'HotChocolate.ApolloFederation.Configuration.Directives'

Check warning on line 8 in HotChocolate/ApolloFederation/src/ApolloFederation/Configuration/ObjectTypes/AnyType.cs

See this annotation in the file changed.

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

Namespace does not correspond to file location

Namespace does not correspond to file location, must be: 'HotChocolate.ApolloFederation.Configuration.ObjectTypes'

Check warning on line 20 in HotChocolate/ApolloFederation/src/ApolloFederation/Initialization/FederationTypeInterceptor.cs

See this annotation in the file changed.

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

Namespace does not correspond to file location

Namespace does not correspond to file location, must be: 'HotChocolate.ApolloFederation.Initialization'

Check warning on line 4 in HotChocolate/ApolloFederation/src/ApolloFederation/Configuration/Attributes/ContactAttribute.cs

See this annotation in the file changed.

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

Namespace does not correspond to file location

Namespace does not correspond to file location, must be: 'HotChocolate.ApolloFederation.Configuration.Attributes'

Check warning on line 4 in HotChocolate/ApolloFederation/src/ApolloFederation/Configuration/Attributes/InaccessibleAttribute.cs

See this annotation in the file changed.

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

Namespace does not correspond to file location

Namespace does not correspond to file location, must be: 'HotChocolate.ApolloFederation.Configuration.Attributes'

Check warning on line 6 in HotChocolate/ApolloFederation/src/ApolloFederation/Configuration/ObjectTypes/FieldSetType.cs

See this annotation in the file changed.

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

Namespace does not correspond to file location

Namespace does not correspond to file location, must be: 'HotChocolate.ApolloFederation.Configuration.ObjectTypes'

Check warning on line 4 in HotChocolate/ApolloFederation/src/ApolloFederation/Configuration/Directives/ExternalDirectiveType.cs

See this annotation in the file changed.

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

Namespace does not correspond to file location

Namespace does not correspond to file location, must be: 'HotChocolate.ApolloFederation.Configuration.Directives'

Check warning on line 4 in HotChocolate/ApolloFederation/src/ApolloFederation/Configuration/Attributes/ComposeDirectiveAttribute.cs

See this annotation in the file changed.

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

Namespace does not correspond to file location

Namespace does not correspond to file location, must be: 'HotChocolate.ApolloFederation.Configuration.Attributes'

Check warning on line 5 in HotChocolate/ApolloFederation/src/ApolloFederation/Configuration/SchemaPrinter/FederationSchemaPrinter.LeafType.cs

See this annotation in the file changed.

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

Namespace does not correspond to file location

Namespace does not correspond to file location, must be: 'HotChocolate.ApolloFederation.Configuration.SchemaPrinter'

Check warning on line 4 in HotChocolate/ApolloFederation/src/ApolloFederation/Extensions/ApolloFederationDescriptorExtensions.RequiresScopes.cs

See this annotation in the file changed.

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

Namespace does not correspond to file location

Namespace does not correspond to file location, must be: 'HotChocolate.ApolloFederation.Extensions'

Check warning on line 4 in HotChocolate/ApolloFederation/src/ApolloFederation/Configuration/SchemaPrinter/FederationSchemaPrinter.OutputTypes.cs

See this annotation in the file changed.

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

Namespace does not correspond to file location

Namespace does not correspond to file location, must be: 'HotChocolate.ApolloFederation.Configuration.SchemaPrinter'

Check warning on line 3 in HotChocolate/ApolloFederation/src/ApolloFederation/Configuration/Attributes/SchemaTypeDescriptorAttribute.cs

See this annotation in the file changed.

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

Namespace does not correspond to file location

Namespace does not correspond to file location, must be: 'HotChocolate.ApolloFederation.Configuration.Attributes'