Skip to content

enhancement: add GeoCoordinate.Default #3859

enhancement: add GeoCoordinate.Default

enhancement: add GeoCoordinate.Default #3859

GitHub Actions / Qodana for .NET completed Feb 10, 2024 in 0s

6 new problems found by Qodana for .NET

Qodana for .NET

6 new problems were found

Inspection name Severity Problems
Redundant using directive 🔶 Warning 4
Invalid XML documentation comment 🔶 Warning 1
Redundant class or interface specification in base types list 🔶 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 10 in src/Core/Operations/Startup/StartupOperationBase.cs

See this annotation in the file changed.

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

Invalid XML documentation comment

Cannot resolve symbol 'ILogger'

Check warning on line 9 in src/Core/Operations/Startup/ApplicationStartup.cs

See this annotation in the file changed.

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

Redundant class or interface specification in base types list

Base interface 'IApplicationStartup' is redundant because Rocket.Surgery.Airframe.ApplicationStartup inherits 'ApplicationStartupBase'

Check warning on line 5 in src/Core/Operations/Startup/StartupOperationBase.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 warning on line 1 in test/Core.Tests/Operations/Startup/TestOperation.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 warning on line 4 in src/Core/Operations/Startup/StartupOperationBase.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 warning on line 3 in src/Core/Operations/Startup/StartupOperationBase.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