Fix Detector nullability declaration of ProbabilityThreshold and IoU #14
Annotations
6 warnings
SightKeeper.Avalonia/ViewModels/Tabs/Profiles/Tab/ProfilesViewModel.cs#L43
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
SightKeeper.Avalonia/ViewModels/Annotating/FakeAnnotatorViewModel.cs#L45
Non-nullable property 'AutoAnnotationViewModel' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
SightKeeper.Avalonia/ViewModels/Annotating/FakeAnnotatorViewModel.cs#L46
Non-nullable property 'ViewSettingsViewModel' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
SightKeeper.Avalonia/ViewModels/Tabs/Profiles/Tab/ProfilesViewModel.cs#L43
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
SightKeeper.Avalonia/ViewModels/Annotating/FakeAnnotatorViewModel.cs#L45
Non-nullable property 'AutoAnnotationViewModel' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
SightKeeper.Avalonia/ViewModels/Annotating/FakeAnnotatorViewModel.cs#L46
Non-nullable property 'ViewSettingsViewModel' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
The logs for this run have expired and are no longer available.
Loading