Skip to content

Merge pull request #459 from TimeWarpEngineering/Cramer/2024-07-25/Next

Sign in for the full log view
GitHub Actions / Qodana for .NET completed Jul 31, 2024 in 0s

272 new problems found by Qodana for .NET

Qodana for .NET

272 new problems were found

Inspection name Severity Problems
Namespace does not correspond to file location 🔶 Warning 132
Type member is never used (private accessibility) 🔶 Warning 30
Auto-property accessor is never used (non-private accessibility) 🔶 Warning 17
Redundant type declaration body 🔶 Warning 13
Non-accessed positional property (non-private accessibility) 🔶 Warning 10
Path error 🔶 Warning 9
Redundant using directive 🔶 Warning 9
Usage of <inheritdoc /> is invalid 🔶 Warning 8
Redundant name qualifier 🔶 Warning 8
Redundant global using directive 🔶 Warning 8
Missing XML comment for publicly visible type or member 🔶 Warning 5
Use preferred 'var' style (when type is simple) 🔶 Warning 4
Keyword 'new' is redundant 🔶 Warning 1
'??' condition is never null according to nullable reference types' annotations 🔶 Warning 1
Private field can be converted into local variable 🔶 Warning 1
Redundant nullable warning suppression expression 🔶 Warning 1
Auto-property accessor is never used (private accessibility) 🔶 Warning 1
Unused local variable 🔶 Warning 1
Use preferred 'var' style (for built-in types) ◽️ Notice 7
Use preferred 'var' style (when type is simple) ◽️ Notice 6

💡 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 38 in Source/TimeWarp.State/Components/TimeWarpStateComponent.RegisterRenderTrigger.cs

See this annotation in the file changed.

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

Keyword 'new' is redundant

The keyword 'new' is redundant because method 'StateHasChanged' hides nothing

Check warning on line 7 in Tests/Test.App/Test.App.Server/Components/Pages/StaticWeatherForecastsPage.razor

See this annotation in the file changed.

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

Missing XML comment for publicly visible type or member

Missing XML comment for publicly visible type or member 'Test.App.Components.Pages.StaticWeatherForecastsPage.Route'

Check warning on line 6 in Tests/Test.App/Test.App.Client/Features/Counter/Components/Counter.razor

See this annotation in the file changed.

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

Missing XML comment for publicly visible type or member

Missing XML comment for publicly visible type or member 'Test.App.Client.Features.Counter.Components.Counter.OnInitialized'

Check warning on line 10 in Tests/Test.App/Test.App.Server/Components/Pages/StaticWeatherForecastsPage.razor

See this annotation in the file changed.

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

Missing XML comment for publicly visible type or member

Missing XML comment for publicly visible type or member 'Test.App.Components.Pages.StaticWeatherForecastsPage.OnInitializedAsync'

Check warning on line 6 in Tests/Test.App/Test.App.Server/Components/Pages/StaticWeatherForecastsPage.razor

See this annotation in the file changed.

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

Missing XML comment for publicly visible type or member

Missing XML comment for publicly visible type or member 'Test.App.Components.Pages.StaticWeatherForecastsPage.Title'

Check warning on line 34 in Tests/Test.App/Test.App.Server/Components/Pages/Error.razor

See this annotation in the file changed.

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

Missing XML comment for publicly visible type or member

Missing XML comment for publicly visible type or member 'Test.App.Components.Pages.Error.OnInitialized'

Check warning on line 1 in Source/TimeWarp.State/Features/CloneState/Pipeline/StateTransactionBehavior.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: 'TimeWarp.State.Features.CloneState.Pipeline'

Check warning on line 1 in Source/TimeWarp.State/Extensions/ServiceCollectionExtensions.LogTimeWarpStateMiddleware.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: 'TimeWarp.State.Extensions'

Check warning on line 1 in Source/TimeWarp.State/Features/RenderSubscriptions/RenderSubscriptionContext.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: 'TimeWarp.State.Features.RenderSubscriptions'

Check warning on line 1 in Tests/Test.App/Test.App.Client/Features/WeatherForecast/Actions/WeatherForecastsState.FetchWeatherForecasts.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: 'Test.App.Client.Features.WeatherForecast.Actions'

Check warning on line 1 in Tests/Test.App/Test.App.Client/Extensions/CollectionExtensions.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: 'Test.App.Client.Extensions'

Check warning on line 1 in Source/TimeWarp.State/Features/JavaScriptInterop/InvalidRequestTypeException.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: 'TimeWarp.State.Features.JavaScriptInterop'

Check warning on line 1 in Source/TimeWarp.State/Features/ReduxDevTools/Requests/Commit/CommitRequest.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: 'TimeWarp.State.Features.ReduxDevTools.Requests.Commit'

Check warning on line 1 in Tests/Test.App.EndToEnd.Tests/EventStreamPageTests.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: 'Test.App.EndToEnd.Tests'

Check warning on line 1 in Tests/Client.Integration.Tests/Convention_Tests.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: 'Client.Integration.Tests'

Check warning on line 3 in Tests/Test.App/Test.App.Client/TestObjects/TestEnum.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: 'Test.App.Client.TestObjects'

Check warning on line 3 in Tests/Test.App/Test.App.Client/TestObjects/CustomCollectionObject.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: 'Test.App.Client.TestObjects'

Check warning on line 1 in Tests/Test.App/Test.App.Client/Features/CacheableWeather/CacheableWeatherState.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: 'Test.App.Client.Features.CacheableWeather'

Check warning on line 1 in Tests/TimeWarp.State.Plus.Tests/ConventionTests.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: 'TimeWarp.State.Plus.Tests'

Check warning on line 1 in Source/TimeWarp.State.Plus/Features/Persistentence/StateInitializedNotificationHandler.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: 'TimeWarp.State.Plus.Features.Persistentence'

Check warning on line 1 in Tests/Test.App/Test.App.Client/Features/EventStream/Pipeline/EventStreamBehavior.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: 'Test.App.Client.Features.EventStream.Pipeline'

Check warning on line 1 in Tests/Test.App/Test.App.Client/Features/EventStream/Actions/AddEvent/AddEventAction.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: 'Test.App.Client.Features.EventStream.Actions.AddEvent'

Check warning on line 1 in Source/TimeWarp.State.Plus/Features/Routing/Actions/RouteState.PushRouteInfo.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: 'TimeWarp.State.Plus.Features.Routing.Actions'

Check warning on line 4 in Tests/Test.App/Test.App.Client/TestObjects/InterfaceObject.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: 'Test.App.Client.TestObjects'

Check warning on line 1 in Source/TimeWarp.State/Features/RenderSubscriptions/NonNestedClassException.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: 'TimeWarp.State.Features.RenderSubscriptions'