Move practice states into separate classes at each level of the book … #39
Annotations
3 errors and 14 warnings
build (Debug)
Process completed with exit code 1.
|
build (Release)
The job was canceled because "Debug" failed.
|
build (Release)
The operation was canceled.
|
build (Debug)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-dotnet@v2, microsoft/setup-msbuild@v1.0.2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
build (Debug)
The following actions uses node12 which is deprecated and will be forced to run on node16: microsoft/setup-msbuild@v1.0.2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
build (Debug)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
build (Debug):
src/Vocup.Core/IO/BookContext.cs#L27
'BookContext.Name' is obsolete
|
build (Debug):
src/Vocup.Core/ViewModels/MainFormViewModel.cs#L29
Dereference of a possibly null reference.
|
build (Debug):
src/Vocup.Core/ViewModels/MainFormViewModel.cs#L32
Dereference of a possibly null reference.
|
build (Debug):
src/Vocup.Core/ViewModels/MainFormViewModel.cs#L131
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 (Debug):
src/Vocup.Core/IO/Vhf2/PracticeModeConverter.cs#L12
Possible null reference argument for parameter 'value' in 'object Enum.Parse(Type enumType, string value)'.
|
build (Debug):
src/Vocup.Core/IO/Vhf2/PracticeResultConverter.cs#L12
Possible null reference argument for parameter 'value' in 'object Enum.Parse(Type enumType, string value)'.
|
build (Debug):
src/Vocup/Forms/VocabularyWordDialog.cs#L68
'Word.MotherTongueText' is obsolete
|
build (Debug):
src/Vocup/Forms/VocabularyWordDialog.cs#L69
'Word.ForeignLangText' is obsolete
|
build (Debug):
src/Vocup/Forms/VocabularyWordDialog.cs#L70
'Word.ForeignLangSynonym' is obsolete
|
build (Debug):
src/Vocup/Forms/VocabularyWordDialog.cs#L71
'Word.ForeignLangSynonym' is obsolete
|
build (Release)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|