Skip to content

Merge branch 'main' into feature/dll-delivery

Sign in for the full log view
GitHub Actions / Qodana for .NET completed Jan 5, 2025 in 0s

86 new problems found by Qodana for .NET

Qodana for .NET

9 new problems were found

Inspection name Severity Problems
Possible 'null' assignment to non-nullable entity 🔶 Warning 3
Check .NET source code coverage 🔶 Warning 1
Redundant using directive 🔶 Warning 1
Type member is never used (private accessibility) 🔶 Warning 1
Redundant verbatim string prefix ◽️ Notice 2
'if' statement can be rewritten as '?:' expression ◽️ Notice 1
@@ Code coverage @@
- 22% total lines covered
372 lines analyzed, 82 lines covered
# Calculated according to the filters of your coverage tool

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

Detected 5 dependencies

Third-party software list

This page lists the third-party software dependencies used in SoulSplitter

Dependency Version Licenses
MaterialDesignColors 2.1.4 MIT
MaterialDesignThemes 4.9.0 MIT
Microsoft.CSharp 4.7.0 MIT
Microsoft.NETCore.Platforms 1.1.0 MIT
Microsoft.Xaml.Behaviors.Wpf 1.1.39 MIT
Contact Qodana team

Contact us at [email protected]

Details

This result was published with Qodana GitHub Action

Annotations

Check warning on line 53 in src/SoulMemory/soulmods/Soulmods.cs

See this annotation in the file changed.

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

Possible 'null' assignment to non-nullable entity

Possible 'null' assignment to non-nullable entity

Check warning on line 49 in src/SoulSplitter/soulmemory-rs/SoulMemoryRs.cs

See this annotation in the file changed.

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

Possible 'null' assignment to non-nullable entity

Possible 'null' assignment to non-nullable entity

Check warning on line 50 in src/SoulSplitter/soulmemory-rs/SoulMemoryRs.cs

See this annotation in the file changed.

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

Possible 'null' assignment to non-nullable entity

Possible 'null' assignment to non-nullable entity

Check notice on line 56 in src/SoulMemory/soulmods/Soulmods.cs

See this annotation in the file changed.

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

'if' statement can be rewritten as '?:' expression

Convert into method call with '?:' expression inside

Check warning on line 75 in src/SoulMemory/soulmods/Soulmods.cs

See this annotation in the file changed.

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

Check .NET source code coverage

Method `GetMorphemeMessages2` coverage is below the threshold 50%

Check warning on line 34 in src/Cli/Program.cs

See this annotation in the file changed.

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

Redundant using directive

Using directive is not required by the code and can be safely removed

Check notice on line 54 in src/SoulMemory/soulmods/Soulmods.cs

See this annotation in the file changed.

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

Redundant verbatim string prefix

Redundant verbatim string prefix

Check notice on line 53 in src/SoulMemory/soulmods/Soulmods.cs

See this annotation in the file changed.

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

Redundant verbatim string prefix

Redundant verbatim string prefix

Check warning on line 125 in src/SoulMemory/soulmods/Soulmods.cs

See this annotation in the file changed.

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

Type member is never used (private accessibility)

Method 'OverwriteFile' is never used