reorganize code base #1107
Annotations
10 warnings
build
The variable 'ex' is declared but never used
|
build
The variable 'ex' is declared but never used
|
build
The variable 'ex' is declared but never used
|
build
The variable 'ex' is declared but never used
|
build:
LM-Kit-Maestro/ViewModels/TranslationViewModel.cs#L90
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:
LM-Kit-Maestro/ViewModels/ModelListViewModel.cs#L141
The variable 'ex' is declared but never used
|
build:
LM-Kit-Maestro/ViewModels/MessageViewModel.cs#L104
Non-nullable field '_lmKitMessage' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
build:
LM-Kit-Maestro/ViewModels/MessageViewModel.cs#L113
Non-nullable field '_lmKitMessage' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
build:
LM-Kit-Maestro/ViewModels/ConversationListViewModel.cs#L151
Dereference of a possibly null reference.
|
build:
LM-Kit-Maestro/ViewModels/ConversationListViewModel.cs#L158
Dereference of a possibly null reference.
|