70 multi target #6
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.
|