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

Fixed issue that caused the tag directive to be ignored. #6746

Merged
merged 10 commits into from
Dec 15, 2023

edits

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

Fixed issue that caused the tag directive to be ignored. #6746

edits
72b8856
Select commit
Loading
Failed to load commit list.
GitHub Actions / Qodana for .NET completed Dec 15, 2023 in 0s

33 new problems found by Qodana for .NET

Qodana for .NET

33 new problems were found

Inspection name Severity Problems
Potentially misleading parameter name in lambda or local function 🔶 Warning 16
Type member is never used (private accessibility) 🔶 Warning 5
Parameter is only used for precondition check (private accessibility) 🔶 Warning 4
Auto-property accessor is never used (private accessibility) 🔶 Warning 3
Redundant member initializer 🔶 Warning 2
Unused parameter (private accessibility) 🔶 Warning 2
Redundant type declaration body 🔶 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 225 in HotChocolate/Caching/test/Caching.Tests/CacheControlDirectiveTypeTests.cs

See this annotation in the file changed.

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

Potentially misleading parameter name in lambda or local function

The '_' name is typically reserved for parameters without usages

Check warning on line 320 in HotChocolate/Caching/test/Caching.Tests/CacheControlDirectiveTypeTests.cs

See this annotation in the file changed.

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

Potentially misleading parameter name in lambda or local function

The '_' name is typically reserved for parameters without usages

Check warning on line 20 in HotChocolate/Caching/test/Caching.Tests/CacheControlDirectiveTypeTests.cs

See this annotation in the file changed.

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

Potentially misleading parameter name in lambda or local function

The '_' name is typically reserved for parameters without usages

Check warning on line 397 in HotChocolate/Caching/test/Caching.Tests/CacheControlDirectiveTypeTests.cs

See this annotation in the file changed.

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

Potentially misleading parameter name in lambda or local function

The '_' name is typically reserved for parameters without usages

Check warning on line 301 in HotChocolate/Caching/test/Caching.Tests/CacheControlDirectiveTypeTests.cs

See this annotation in the file changed.

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

Potentially misleading parameter name in lambda or local function

The '_' name is typically reserved for parameters without usages

Check warning on line 108 in HotChocolate/Caching/test/Caching.Tests/CacheControlDirectiveTypeTests.cs

See this annotation in the file changed.

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

Potentially misleading parameter name in lambda or local function

The '_' name is typically reserved for parameters without usages

Check warning on line 194 in HotChocolate/Caching/test/Caching.Tests/CacheControlDirectiveTypeTests.cs

See this annotation in the file changed.

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

Potentially misleading parameter name in lambda or local function

The '_' name is typically reserved for parameters without usages

Check warning on line 244 in HotChocolate/Caching/test/Caching.Tests/CacheControlDirectiveTypeTests.cs

See this annotation in the file changed.

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

Potentially misleading parameter name in lambda or local function

The '_' name is typically reserved for parameters without usages

Check warning on line 149 in HotChocolate/Caching/test/Caching.Tests/CacheControlDirectiveTypeTests.cs

See this annotation in the file changed.

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

Potentially misleading parameter name in lambda or local function

The '_' name is typically reserved for parameters without usages

Check warning on line 81 in HotChocolate/Caching/test/Caching.Tests/CacheControlDirectiveTypeTests.cs

See this annotation in the file changed.

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

Potentially misleading parameter name in lambda or local function

The '_' name is typically reserved for parameters without usages

Check warning on line 126 in HotChocolate/Caching/test/Caching.Tests/CacheControlDirectiveTypeTests.cs

See this annotation in the file changed.

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

Potentially misleading parameter name in lambda or local function

The '_' name is typically reserved for parameters without usages

Check warning on line 176 in HotChocolate/Caching/test/Caching.Tests/CacheControlDirectiveTypeTests.cs

See this annotation in the file changed.

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

Potentially misleading parameter name in lambda or local function

The '_' name is typically reserved for parameters without usages

Check warning on line 349 in HotChocolate/Caching/test/Caching.Tests/CacheControlDirectiveTypeTests.cs

See this annotation in the file changed.

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

Potentially misleading parameter name in lambda or local function

The '_' name is typically reserved for parameters without usages

Check warning on line 378 in HotChocolate/Caching/test/Caching.Tests/CacheControlDirectiveTypeTests.cs

See this annotation in the file changed.

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

Potentially misleading parameter name in lambda or local function

The '_' name is typically reserved for parameters without usages

Check warning on line 63 in HotChocolate/Caching/test/Caching.Tests/CacheControlDirectiveTypeTests.cs

See this annotation in the file changed.

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

Potentially misleading parameter name in lambda or local function

The '_' name is typically reserved for parameters without usages

Check warning on line 270 in HotChocolate/Caching/test/Caching.Tests/CacheControlDirectiveTypeTests.cs

See this annotation in the file changed.

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

Potentially misleading parameter name in lambda or local function

The '_' name is typically reserved for parameters without usages

Check warning on line 29 in HotChocolate/Caching/test/Caching.Tests/CacheControlDirectiveTypeTests.cs

See this annotation in the file changed.

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

Parameter is only used for precondition check (private accessibility)

Parameter 't' is only used for precondition check(s)

Check warning on line 39 in HotChocolate/Caching/test/Caching.Tests/CacheControlDirectiveTypeTests.cs

See this annotation in the file changed.

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

Parameter is only used for precondition check (private accessibility)

Parameter 't' is only used for precondition check(s)

Check warning on line 34 in HotChocolate/Caching/test/Caching.Tests/CacheControlDirectiveTypeTests.cs

See this annotation in the file changed.

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

Parameter is only used for precondition check (private accessibility)

Parameter 't' is only used for precondition check(s)

Check warning on line 247 in HotChocolate/Core/test/Types.Tests/Types/Directives/CostDirectiveTypeTests.cs

See this annotation in the file changed.

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

Parameter is only used for precondition check (private accessibility)

Parameter 't' is only used for precondition check(s)

Check warning on line 216 in HotChocolate/Core/src/Types/SchemaOptions.cs

See this annotation in the file changed.

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

Redundant member initializer

Initializing property by default value is redundant

Check warning on line 211 in HotChocolate/Core/src/Types/SchemaOptions.cs

See this annotation in the file changed.

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

Redundant member initializer

Initializing property by default value is redundant

Check warning on line 438 in HotChocolate/Caching/test/Caching.Tests/CacheControlDirectiveTypeTests.cs

See this annotation in the file changed.

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

Redundant type declaration body

Redundant empty interface declaration body

Check warning on line 368 in HotChocolate/Fusion/src/CommandLine/Commands/ComposeCommand.cs

See this annotation in the file changed.

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

Auto-property accessor is never used (private accessibility)

Auto-property accessor 'MakePublic.set' is never used

Check warning on line 318 in HotChocolate/Fusion/src/CommandLine/Commands/ComposeCommand.cs

See this annotation in the file changed.

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

Auto-property accessor is never used (private accessibility)

Auto-property accessor 'FusionTypePrefix.set' is never used