Refactor a bit more #26
Annotations
10 warnings
AnkiStoryGenerator/AnkiStoryGenerator/promp.cs#L7
The type name 'promp' only contains lower-cased ascii characters. Such names may become reserved for the language.
|
AnkiStoryGenerator/AnkiStoryGenerator/ViewModels/MainWindowViewModel.cs#L14
Non-nullable property 'Genre' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
AnkiStoryGenerator/AnkiStoryGenerator/MainWindow.xaml.cs#L122
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.
|
AnkiStoryGenerator/AnkiStoryGenerator/promp.cs#L7
The type name 'promp' only contains lower-cased ascii characters. Such names may become reserved for the language.
|
AnkiStoryGenerator/AnkiStoryGenerator/ViewModels/MainWindowViewModel.cs#L14
Non-nullable property 'Genre' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
AnkiStoryGenerator/AnkiStoryGenerator/MainWindow.xaml.cs#L122
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.
|
AnkiStoryGenerator/AnkiStoryGenerator/promp.cs#L7
The type name 'promp' only contains lower-cased ascii characters. Such names may become reserved for the language.
|
AnkiStoryGenerator/AnkiStoryGenerator/ViewModels/MainWindowViewModel.cs#L14
Non-nullable property 'Genre' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
AnkiStoryGenerator/AnkiStoryGenerator/MainWindow.xaml.cs#L122
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.
|
AnkiStoryGenerator/AnkiStoryGenerator/promp.cs#L7
The type name 'promp' only contains lower-cased ascii characters. Such names may become reserved for the language.
|
This job succeeded
Loading