Add some tests to domain #36
Annotations
10 errors and 5 warnings
Build:
SightKeeper.Avalonia/AppBootstrapper.cs#L35
The type or namespace name 'Games' does not exist in the namespace 'SightKeeper.Services' (are you missing an assembly reference?)
|
Build:
SightKeeper.Avalonia/ViewModels/Dialogs/DataSet/DataSetCreatingViewModel.cs#L17
The type or namespace name 'Games' does not exist in the namespace 'SightKeeper.Services' (are you missing an assembly reference?)
|
Build:
SightKeeper.Avalonia/ViewModels/Dialogs/DataSet/DataSetEditingViewModel.cs#L22
The type or namespace name 'Games' does not exist in the namespace 'SightKeeper.Services' (are you missing an assembly reference?)
|
Build:
SightKeeper.Avalonia/ViewModels/Elements/RegisteredGamesViewModel.cs#L10
The type or namespace name 'Games' does not exist in the namespace 'SightKeeper.Services' (are you missing an assembly reference?)
|
Build:
SightKeeper.Avalonia/ViewModels/Annotating/AnnotatorScreenshotsViewModel.cs#L143
The type or namespace name 'DataSet' could not be found (are you missing a using directive or an assembly reference?)
|
Build
The type or namespace name 'DataSet' could not be found (are you missing a using directive or an assembly reference?)
|
Build:
SightKeeper.Avalonia/ViewModels/Elements/DataSetsListViewModel.cs#L15
The type or namespace name 'WeightsDataAccess' could not be found (are you missing a using directive or an assembly reference?)
|
Build:
SightKeeper.Avalonia/ViewModels/Annotating/AnnotatorScreenshotsViewModel.cs#L53
The type or namespace name 'Screenshot' could not be found (are you missing a using directive or an assembly reference?)
|
Build
The type or namespace name 'DataSet' could not be found (are you missing a using directive or an assembly reference?)
|
Build
The type or namespace name 'DataSet' could not be found (are you missing a using directive or an assembly reference?)
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-dotnet@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Build:
SightKeeper.Data/IdExtensions.cs#L13
Unboxing a possibly null value.
|
Build:
SightKeeper.Application.Tests/DataSetEditorTests.cs#L85
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.
|
Build:
SightKeeper.Data/IdExtensions.cs#L13
Unboxing a possibly null value.
|
Build:
SightKeeper.Application.Tests/DataSetEditorTests.cs#L85
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.
|
Loading