Skip to content

70 multi target

70 multi target #6

Triggered via pull request July 15, 2024 17:27
Status Success
Total duration 50s
Artifacts

dotnet-test.yml

on: pull_request
dotnet-test
41s
dotnet-test
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
dotnet-test: source/Kangaroo.UI/Views/ScanConfiguratorView.axaml.cs#L11
Possible null reference argument for parameter 'provider' in 'ScanConfiguratorViewModel ServiceProviderServiceExtensions.GetRequiredService<ScanConfiguratorViewModel>(IServiceProvider provider)'.
dotnet-test: source/Kangaroo.UI/Views/MainWindow.axaml.cs#L17
Converting null literal or possible null value to non-nullable type.
dotnet-test: source/Kangaroo.UI/ViewModels/IpScannerViewModel.cs#L32
Non-nullable field '_factory' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
dotnet-test: source/Kangaroo.UI/ViewModels/IpScannerViewModel.cs#L32
Non-nullable field '_recentScans' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
dotnet-test: source/Kangaroo.UI/ViewModels/IpScannerViewModel.cs#L32
Non-nullable field '_cts' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
dotnet-test: source/Kangaroo.UI/ViewModels/HomePageViewModel.cs#L23
Non-nullable field '_recentScansRepository' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
dotnet-test: source/Kangaroo.UI/ViewModels/IpScannerViewModel.cs#L37
Non-nullable field '_cts' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
dotnet-test: source/Kangaroo.UI/ViewModels/IpScannerViewModel.cs#L202
Possible null reference argument for parameter 'config' in 'RecentScan RecentScan.FromResults(ScanResults? results, ScanConfiguration config, TimeProvider time)'.
dotnet-test: source/Kangaroo.UI/Views/ScanConfiguratorView.axaml.cs#L11
Possible null reference argument for parameter 'provider' in 'ScanConfiguratorViewModel ServiceProviderServiceExtensions.GetRequiredService<ScanConfiguratorViewModel>(IServiceProvider provider)'.
dotnet-test: source/Kangaroo.UI/Views/MainWindow.axaml.cs#L17
Converting null literal or possible null value to non-nullable type.