Skip to content

#KDB-850 add certificate validity period metrics

ef12985
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Draft

KDB-850 add certificate validity period metrics #5112

#KDB-850 add certificate validity period metrics
ef12985
Select commit
Loading
Failed to load commit list.
GitHub Actions / Qodana for .NET completed May 25, 2025 in 0s

4 new problems found by Qodana for .NET

Qodana for .NET

4 new problems were found

Inspection name Severity Problems
Parameter is only used for precondition check (private accessibility) 🔶 Warning 3
Redundant 'object.ToString()' call 🔶 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 77 in KurrentDB.Core.XUnit.Tests/Metrics/CertificatesExpirationMetricTest.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 'm' is only used for precondition check(s)

Check warning on line 108 in KurrentDB.Core.XUnit.Tests/Metrics/CertificatesExpirationMetricTest.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 'm' is only used for precondition check(s)

Check warning on line 46 in KurrentDB.Core.XUnit.Tests/Metrics/CertificatesExpirationMetricTest.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 'm' is only used for precondition check(s)

Check warning on line 79 in KurrentDB.Core/Metrics/CertificatesMetric.cs

See this annotation in the file changed.

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

Redundant 'object.ToString()' call

Redundant 'Object.ToString()' call