Skip to content

chore: .net8 yak shaving #3396

chore: .net8 yak shaving

chore: .net8 yak shaving #3396

Triggered via pull request February 10, 2024 05:15
Status Success
Total duration 10s
Artifacts

auto-label.yml

on: pull_request
auto_label
3s
auto_label
Fit to window
Zoom out
Zoom in

Annotations

190 warnings
auto_label
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: RocketSurgeonsGuild/actions/auto-label@v0.3.4. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
auto_label
The following actions uses node12 which is deprecated and will be forced to run on node16: RocketSurgeonsGuild/actions/auto-label@v0.3.4. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Possible 'null' assignment to non-nullable entity: src/Core/Navigation/ArgumentsBase.cs#L185
Possible 'null' assignment to non-nullable entity
Possible 'null' assignment to non-nullable entity: src/Core/Navigation/ArgumentExtensions.cs#L137
Possible 'null' assignment to non-nullable entity
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.: src/Core/Navigation/ArgumentExtensions.cs#L25
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.: src/Core/Navigation/ArgumentExtensions.cs#L159
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.: src/Core/Navigation/ArgumentExtensions.cs#L36
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.: src/Core/Navigation/ArgumentExtensions.cs#L24
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.: src/Core/Navigation/ArgumentExtensions.cs#L116
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context
Usage of <inheritdoc /> is invalid: test/Composition.Tests/TestView.cs#L7
Usage of is invalid: No base candidate to inherit from
Usage of <inheritdoc /> is invalid: test/Airframe.Tests/NoExceptionHandlerStub.cs#L14
Usage of is invalid: No base candidate to inherit from
Usage of <inheritdoc /> is invalid: test/Data.Tests/Jokes/ChuckNorris/ChuckNorrisJokeServiceTests.cs#L115
Usage of is invalid: No base candidate to inherit from
Usage of <inheritdoc /> is invalid: test/Core.Tests/LoggerMock.cs#L25
Usage of is invalid: No base candidate to inherit from
Usage of <inheritdoc /> is invalid: test/Airframe.Tests/NoExceptionHandlerStub.cs#L19
Usage of is invalid: No base candidate to inherit from
Usage of <inheritdoc /> is invalid: test/Core.Tests/Operations/Startup/TestOperation.cs#L22
Usage of is invalid: No base candidate to inherit from
Usage of <inheritdoc /> is invalid: test/Airframe.Tests/NoExceptionHandlerStub.cs#L9
Usage of is invalid: No base candidate to inherit from
Usage of <inheritdoc /> is invalid: test/Data.Tests/Jokes/ChuckNorris/ChuckNorrisJokeApiClientMock.cs#L33
Usage of is invalid: No base candidate to inherit from
Usage of <inheritdoc /> is invalid: test/Composition.Tests/TestModule.cs#L7
Usage of is invalid: No base candidate to inherit from
Usage of <inheritdoc /> is invalid: test/Core.Tests/LoggerMock.cs#L28
Usage of is invalid: No base candidate to inherit from
Usage of <inheritdoc /> is invalid: test/Composition.Tests/TestView.cs#L14
Usage of is invalid: No base candidate to inherit from
Usage of <inheritdoc /> is invalid: test/MicrosoftDependencyInjection.Tests/TestClassData.cs#L8
Usage of is invalid: No base candidate to inherit from
Usage of <inheritdoc /> is invalid: test/Core.Tests/Connectivity/NetworkStateMock.cs#L15
Usage of is invalid: No base candidate to inherit from
Usage of <inheritdoc /> is invalid: test/Core.Tests/LoggerMock.cs#L21
Usage of is invalid: No base candidate to inherit from
Usage of <inheritdoc /> is invalid: test/Data.Tests/Jokes/ChuckNorris/ChuckNorrisJokeServiceTests.cs#L121
Usage of is invalid: No base candidate to inherit from
Usage of <inheritdoc /> is invalid: test/Data.Tests/Jokes/ChuckNorris/ChuckNorrisJokeApiClientMock.cs#L19
Usage of is invalid: No base candidate to inherit from
Usage of <inheritdoc /> is invalid: test/Core.Tests/Operations/Startup/TestOperation.cs#L19
Usage of is invalid: No base candidate to inherit from
Usage of <inheritdoc /> is invalid: test/Data.Tests/Jokes/ChuckNorris/ChuckNorrisJokeApiClientMock.cs#L23
Usage of is invalid: No base candidate to inherit from
Usage of <inheritdoc /> is invalid: test/Data.Tests/Jokes/ChuckNorris/ChuckNorrisJokeApiClientMock.cs#L30
Usage of is invalid: No base candidate to inherit from
Usage of <inheritdoc /> is invalid: test/MicrosoftDependencyInjection.Tests/TestClassData.cs#L11
Usage of is invalid: No base candidate to inherit from
Redundant using directive: src/MicrosoftDependencyInjection/ConfigurationOptions.cs#L1
Using directive is not required by the code and can be safely removed
Redundant using directive: src/MicrosoftDependencyInjection/ConfigurationOptions.cs#L2
Using directive is not required by the code and can be safely removed
Redundant using directive: test/Data.Tests/DuckGo/DuckDuckGoServiceTests.cs#L7
Using directive is not required by the code and can be safely removed
Redundant using directive: test/Data.Tests/DuckGo/DuckDuckGoFunctionTests.cs#L5
Using directive is not required by the code and can be safely removed
Redundant using directive: test/ViewModels.Tests/TestNavigationViewModel.cs#L4
Using directive is not required by the code and can be safely removed
Redundant using directive: test/Data.Tests/DuckGo/DuckDuckGoFunctionTests.cs#L4
Using directive is not required by the code and can be safely removed
Redundant using directive: test/Core.Tests/Operations/Startup/OperationTests.cs#L3
Using directive is not required by the code and can be safely removed
Redundant using directive: src/Data/Data/DataServiceBase.cs#L6
Using directive is not required by the code and can be safely removed
Redundant using directive: test/MicrosoftDependencyInjection.Tests/DefaultOptions/DefaultOptionsTestData.cs#L4
Using directive is not required by the code and can be safely removed
Redundant using directive: src/Data/DuckDuckGo/DuckDuckGoService.cs#L3
Using directive is not required by the code and can be safely removed
Redundant using directive: test/ViewModels.Tests/TestNavigationViewModel.cs#L2
Using directive is not required by the code and can be safely removed
Redundant using directive: test/Core.Tests/Connectivity/NetworkStateChangedEventFixture.cs#L1
Using directive is not required by the code and can be safely removed
Redundant using directive: test/Data.Tests/Jokes/ChuckNorris/ChuckNorrisJokeServiceTests.cs#L5
Using directive is not required by the code and can be safely removed
Redundant using directive: test/Data.Tests/Jokes/ChuckNorris/ChuckNorrisJokeServiceTests.cs#L4
Using directive is not required by the code and can be safely removed
Redundant using directive: test/Data.Tests/Jokes/ChuckNorris/ChuckNorrisJokeServiceTests.cs#L6
Using directive is not required by the code and can be safely removed
Redundant using directive: test/Core.Tests/Connectivity/NetworkStateChangedEventTests.cs#L1
Using directive is not required by the code and can be safely removed
Redundant using directive: test/MicrosoftDependencyInjection.Tests/TestClassData.cs#L2
Using directive is not required by the code and can be safely removed
Redundant using directive: test/Airframe.Tests/TestBase.cs#L1
Using directive is not required by the code and can be safely removed
Redundant using directive: test/Composition.Tests/CompositionRootTests.cs#L1
Using directive is not required by the code and can be safely removed
Redundant using directive: test/MicrosoftDependencyInjection.Tests/OptionsTests.cs#L4
Using directive is not required by the code and can be safely removed
Redundant using directive: test/Composition.Tests/CompositionRootTests.cs#L4
Using directive is not required by the code and can be safely removed
Redundant using directive: test/Composition.Tests/IRegistrarExtensionTests.cs#L3
Using directive is not required by the code and can be safely removed
Redundant using directive: src/Timers/TimerBase.cs#L3
Using directive is not required by the code and can be safely removed
Redundant using directive: src/Data/Data/DataServiceBase.cs#L4
Using directive is not required by the code and can be safely removed
Redundant using directive: test/Data.Tests/Jokes/ChuckNorris/ChuckNorrisJokeServiceTests.cs#L7
Using directive is not required by the code and can be safely removed
Redundant using directive: src/Data/DuckDuckGo/DuckDuckGoService.cs#L4
Using directive is not required by the code and can be safely removed
Redundant using directive: test/Core.Tests/Operations/Startup/ApplicationStartupFixture.cs#L4
Using directive is not required by the code and can be safely removed
Redundant using directive: src/MicrosoftDependencyInjection/DependencyInjectionExtensions.cs#L4
Using directive is not required by the code and can be safely removed
Redundant using directive: test/Composition.Tests/IRegistrarExtensionTests.cs#L4
Using directive is not required by the code and can be safely removed
Redundant using directive: src/Core/Navigation/ArgumentExtensions.cs#L5
Using directive is not required by the code and can be safely removed
Redundant using directive: test/MicrosoftDependencyInjection.Tests/OptionsTests.cs#L2
Using directive is not required by the code and can be safely removed
Redundant using directive: test/Data.Tests/Jokes/ChuckNorris/ChuckNorrisJokeApiClientMock.cs#L4
Using directive is not required by the code and can be safely removed
Redundant using directive: test/Data.Tests/DuckGo/DuckDuckGoFunctionTests.cs#L6
Using directive is not required by the code and can be safely removed
Redundant using directive: test/Data.Tests/DuckGo/DuckDuckGoFunctionTests.cs#L3
Using directive is not required by the code and can be safely removed
Redundant using directive: src/Core/Operations/Startup/LoggableStartupOperation.cs#L4
Using directive is not required by the code and can be safely removed
Redundant using directive: test/Data.Tests/Jokes/ChuckNorris/ChuckNorrisJokeApiClientMock.cs#L2
Using directive is not required by the code and can be safely removed
Redundant using directive: test/Timers.Tests/DivisibleTimerTests.cs#L1
Using directive is not required by the code and can be safely removed
Redundant using directive: test/Timers.Tests/IncrementTimerTests.cs#L5
Using directive is not required by the code and can be safely removed
Redundant using directive: test/Core.Tests/Operations/Startup/ApplicationStartupTest.cs#L6
Using directive is not required by the code and can be safely removed
Redundant using directive: test/Data.Tests/DuckGo/DuckDuckGoServiceTests.cs#L4
Using directive is not required by the code and can be safely removed
Redundant using directive: src/Data/Jokes/ChuckNorris/IChuckNorrisJokeService.cs#L2
Using directive is not required by the code and can be safely removed
Redundant using directive: test/Core.Tests/Connectivity/NetworkStateChangedEventTests.cs#L2
Using directive is not required by the code and can be safely removed
Redundant using directive: src/Timers/ObservableTimer.cs#L3
Using directive is not required by the code and can be safely removed
Redundant using directive: test/Composition.Tests/DryIocModuleTests.cs#L1
Using directive is not required by the code and can be safely removed
Redundant using directive: test/MicrosoftDependencyInjection.Tests/FlatOptions/FlatOptionsTestData.cs#L4
Using directive is not required by the code and can be safely removed
Redundant using directive: src/Data/DuckDuckGo/DuckDuckGoFunctions.cs#L4
Using directive is not required by the code and can be safely removed
Redundant using directive: src/ViewModels/ViewModelBase.cs#L3
Using directive is not required by the code and can be safely removed
Redundant using directive: test/Core.Tests/Connectivity/NetworkStateDefaultInterfaceTests.cs#L3
Using directive is not required by the code and can be safely removed
Redundant using directive: test/Core.Tests/Connectivity/NetworkStateMock.cs#L2
Using directive is not required by the code and can be safely removed
Redundant using directive: test/MicrosoftDependencyInjection.Tests/TransientFaultHandlingOptions.cs#L1
Using directive is not required by the code and can be safely removed
Redundant using directive: src/Data/DuckDuckGo/IDuckDuckGoApiClient.cs#L5
Using directive is not required by the code and can be safely removed
Redundant using directive: test/Core.Tests/LoggerMock.cs#L1
Using directive is not required by the code and can be safely removed
Redundant using directive: test/Timers.Tests/DivisibleTimerTests.cs#L4
Using directive is not required by the code and can be safely removed
Redundant using directive: test/MicrosoftDependencyInjection.Tests/DefaultOptions/DefaultOptionsTestData.cs#L3
Using directive is not required by the code and can be safely removed
Redundant using directive: test/Timers.Tests/DecrementTimerTests.cs#L1
Using directive is not required by the code and can be safely removed
Redundant using directive: test/Core.Tests/Connectivity/NetworkStateMock.cs#L1
Using directive is not required by the code and can be safely removed
Redundant using directive: test/Composition.Tests/TestModule.cs#L1
Using directive is not required by the code and can be safely removed
Redundant using directive: test/Data.Tests/DuckGo/DuckDuckGoFunctionTests.cs#L1
Using directive is not required by the code and can be safely removed
Redundant using directive: test/Core.Tests/Connectivity/NetworkStateDefaultInterfaceTests.cs#L2
Using directive is not required by the code and can be safely removed
Redundant using directive: src/Data/Jokes/ChuckNorris/ChuckNorrisJokeService.cs#L2
Using directive is not required by the code and can be safely removed
Redundant using directive: test/MicrosoftDependencyInjection.Tests/ComplexOptions/AncestorOptionsTestData.cs#L3
Using directive is not required by the code and can be safely removed
Redundant using directive: test/Data.Tests/Jokes/ChuckNorris/ChuckNorrisJokeApiClientMock.cs#L5
Using directive is not required by the code and can be safely removed
Redundant using directive: test/Core.Tests/Connectivity/NetworkStateMock.cs#L3
Using directive is not required by the code and can be safely removed
Redundant using directive: test/Composition.Tests/CompositionRootTests.cs#L3
Using directive is not required by the code and can be safely removed
Redundant using directive: src/Timers/ObservableTimer.cs#L2
Using directive is not required by the code and can be safely removed
Redundant using directive: test/Core.Tests/Connectivity/NetworkStateChangedEventFixture.cs#L2
Using directive is not required by the code and can be safely removed
Redundant using directive: test/Composition.Tests/TestViewModel.cs#L1
Using directive is not required by the code and can be safely removed
Redundant using directive: src/Data/Data/IDataService.cs#L3
Using directive is not required by the code and can be safely removed
Redundant using directive: src/ViewModels/ReactiveDisposable.cs#L3
Using directive is not required by the code and can be safely removed
Redundant using directive: test/Data.Tests/Jokes/ChuckNorris/ChuckNorrisJokeApiClientMock.cs#L1
Using directive is not required by the code and can be safely removed
Redundant using directive: test/MicrosoftDependencyInjection.Tests/ComplexOptions/AncestorOptionsTestData.cs#L5
Using directive is not required by the code and can be safely removed
Redundant using directive: test/Timers.Tests/IncrementTimerTests.cs#L1
Using directive is not required by the code and can be safely removed
Redundant using directive: test/MicrosoftDependencyInjection.Tests/OptionsTests.cs#L8
Using directive is not required by the code and can be safely removed
Redundant using directive: src/MicrosoftDependencyInjection/StartupOption.cs#L1
Using directive is not required by the code and can be safely removed
Redundant using directive: src/MicrosoftDependencyInjection/ServiceCollectionModuleExtensions.cs#L1
Using directive is not required by the code and can be safely removed
Redundant using directive: src/MicrosoftDependencyInjection/ServiceCollectionModule.cs#L1
Using directive is not required by the code and can be safely removed
Redundant using directive: test/Timers.Tests/DivisibleTimerFixture.cs#L1
Using directive is not required by the code and can be safely removed
Redundant using directive: test/Core.Tests/Connectivity/NetworkStateDefaultInterfaceTests.cs#L1
Using directive is not required by the code and can be safely removed
Redundant using directive: test/Data.Tests/DuckGo/DuckDuckGoServiceTests.cs#L5
Using directive is not required by the code and can be safely removed
Redundant using directive: src/Core/Connectivity/INetworkState.cs#L2
Using directive is not required by the code and can be safely removed
Redundant using directive: test/MicrosoftDependencyInjection.Tests/DefaultOptions/DefaultOptionsTestData.cs#L5
Using directive is not required by the code and can be safely removed
Redundant using directive: test/Core.Tests/LoggerMock.cs#L5
Using directive is not required by the code and can be safely removed
Redundant using directive: test/MicrosoftDependencyInjection.Tests/OptionsTests.cs#L9
Using directive is not required by the code and can be safely removed
Redundant using directive: src/Timers/TimerBase.cs#L2
Using directive is not required by the code and can be safely removed
Redundant using directive: src/Data/Jokes/ChuckNorris/ChuckNorrisJokeService.cs#L3
Using directive is not required by the code and can be safely removed
Redundant using directive: src/Data/Data/DataServiceBase.cs#L2
Using directive is not required by the code and can be safely removed
Redundant using directive: test/Composition.Tests/IRegistrarExtensionTests.cs#L1
Using directive is not required by the code and can be safely removed
Redundant using directive: test/ViewModels.Tests/TestNavigationViewModel.cs#L3
Using directive is not required by the code and can be safely removed
Redundant using directive: src/Core/Operations/Startup/ApplicationStartup.cs#L2
Using directive is not required by the code and can be safely removed
Redundant using directive: test/MicrosoftDependencyInjection.Tests/ComplexOptions/AncestorOptionsTestData.cs#L4
Using directive is not required by the code and can be safely removed
Redundant using directive: test/Data.Tests/DuckGo/DuckDuckGoServiceTests.cs#L1
Using directive is not required by the code and can be safely removed
Redundant using directive: test/ViewModels.Tests/TestNavigationViewModel.cs#L1
Using directive is not required by the code and can be safely removed
Redundant using directive: test/Core.Tests/Operations/Startup/ScheduledTestOperation.cs#L1
Using directive is not required by the code and can be safely removed
Redundant using directive: src/ViewModels/NavigableViewModelBase.cs#L2
Using directive is not required by the code and can be safely removed
Redundant using directive: test/MicrosoftDependencyInjection.Tests/MultipleConfigurationOptionsTestData.cs#L5
Using directive is not required by the code and can be safely removed
Redundant using directive: src/ViewModels/ViewModelBase.cs#L2
Using directive is not required by the code and can be safely removed
Redundant using directive: test/Composition.Tests/DryIocModuleTests.cs#L3
Using directive is not required by the code and can be safely removed
Redundant using directive: test/Composition.Tests/TestView.cs#L1
Using directive is not required by the code and can be safely removed
Redundant using directive: test/MicrosoftDependencyInjection.Tests/FlatOptions/FlatOptionsTestData.cs#L3
Using directive is not required by the code and can be safely removed
Redundant using directive: src/MicrosoftDependencyInjection/IPlatformInitializer.cs#L1
Using directive is not required by the code and can be safely removed
Redundant using directive: test/Core.Tests/LoggerMock.cs#L2
Using directive is not required by the code and can be safely removed
Redundant using directive: src/Data/Data/DataServiceBase.cs#L3
Using directive is not required by the code and can be safely removed
Redundant using directive: test/ViewModels.Tests/NavigableViewModelTests.cs#L2
Using directive is not required by the code and can be safely removed
Redundant using directive: test/MicrosoftDependencyInjection.Tests/TestClassData.cs#L1
Using directive is not required by the code and can be safely removed
Redundant using directive: test/Timers.Tests/DecrementTimerTests.cs#L6
Using directive is not required by the code and can be safely removed
Redundant using directive: test/Data.Tests/Jokes/ChuckNorris/ChuckNorrisJokeServiceTests.cs#L8
Using directive is not required by the code and can be safely removed
Redundant using directive: test/Core.Tests/Operations/Startup/TestOperation.cs#L1
Using directive is not required by the code and can be safely removed
Redundant using directive: test/Data.Tests/Jokes/ChuckNorris/ChuckNorrisJokeApiClientMock.cs#L3
Using directive is not required by the code and can be safely removed
Redundant using directive: test/Data.Tests/DuckGo/DuckDuckGoServiceTests.cs#L6
Using directive is not required by the code and can be safely removed
Redundant using directive: src/MicrosoftDependencyInjection/IServiceCollectionModule.cs#L1
Using directive is not required by the code and can be safely removed
Redundant using directive: src/Data/CacheFunctions.cs#L4
Using directive is not required by the code and can be safely removed
Redundant using directive: src/Timers/ObservableTimer.cs#L4
Using directive is not required by the code and can be safely removed
Redundant using directive: test/Timers.Tests/DivisibleTimerTests.cs#L3
Using directive is not required by the code and can be safely removed
Redundant using directive: test/Core.Tests/LoggerMock.cs#L3
Using directive is not required by the code and can be safely removed
Redundant using directive: src/Data/CacheFunctions.cs#L3
Using directive is not required by the code and can be safely removed
Redundant using directive: src/Data/Jokes/ChuckNorris/IChuckNorrisJokeApiClient.cs#L4
Using directive is not required by the code and can be safely removed
Redundant using directive: src/Data/DuckDuckGo/DuckDuckGoFunctions.cs#L5
Using directive is not required by the code and can be safely removed
Redundant using directive: test/Timers.Tests/DecrementTimerFixture.cs#L1
Using directive is not required by the code and can be safely removed
Redundant using directive: test/MicrosoftDependencyInjection.Tests/ConfigurationBuilderTestData.cs#L4
Using directive is not required by the code and can be safely removed
Redundant using directive: test/Timers.Tests/DivisibleTimeSpanData.cs#L1
Using directive is not required by the code and can be safely removed
Redundant using directive: test/MicrosoftDependencyInjection.Tests/ConfigurationOptionsTestData.cs#L4
Using directive is not required by the code and can be safely removed
Redundant using directive: test/Airframe.Tests/NoExceptionHandlerStub.cs#L1
Using directive is not required by the code and can be safely removed
Redundant using directive: src/Core/Operations/Startup/LoggableApplicationStartup.cs#L7
Using directive is not required by the code and can be safely removed
Redundant using directive: test/Core.Tests/Operations/Startup/ApplicationStartupFixture.cs#L1
Using directive is not required by the code and can be safely removed
Redundant using directive: src/Data/Jokes/ChuckNorris/ChuckNorrisJokeService.cs#L4
Using directive is not required by the code and can be safely removed
Redundant using directive: benchmarks/Performance/Mocks/TestReactiveObject.cs#L1
Using directive is not required by the code and can be safely removed
Redundant using directive: test/MicrosoftDependencyInjection.Tests/OptionsTests.cs#L3
Using directive is not required by the code and can be safely removed
Redundant using directive: src/Data/Data/IDataService.cs#L4
Using directive is not required by the code and can be safely removed
Redundant using directive: test/Data.Tests/DuckGo/DuckDuckGoServiceFixture.cs#L2
Using directive is not required by the code and can be safely removed
Redundant using directive: src/Data/DuckDuckGo/IDuckDuckGoService.cs#L3
Using directive is not required by the code and can be safely removed
Redundant using directive: src/MicrosoftDependencyInjection/DependencyInjectionExtensions.cs#L2
Using directive is not required by the code and can be safely removed
Redundant using directive: test/Core.Tests/Operations/Startup/ApplicationStartupFixture.cs#L5
Using directive is not required by the code and can be safely removed
Redundant using directive: test/Timers.Tests/IncrementTimerFixture.cs#L1
Using directive is not required by the code and can be safely removed
Redundant using directive: test/Core.Tests/Operations/Startup/ApplicationStartupTest.cs#L4
Using directive is not required by the code and can be safely removed
Redundant using directive: src/Timers/DivisibleTimer.cs#L2
Using directive is not required by the code and can be safely removed
Redundant using directive: src/MicrosoftDependencyInjection/DependencyInjectionExtensions.cs#L3
Using directive is not required by the code and can be safely removed
Method return value is never used (private accessibility): test/Core.Tests/LoggerMock.cs#L31
Method 'LogToOutputHelper' return value is never used
Method return value is never used (private accessibility): test/Airframe.Tests/TestBase.cs#L9
Method 'Initialize' return value is never used
Unused local variable: src/Core/Navigation/ArgumentExtensions.cs#L65
Local variable 'type' is never used