new features #50
Annotations
10 warnings
Build Installer:
installer/ViewModel/InstallViewModel.cs#L26
Non-nullable field 'downloadPath' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
Build Installer:
installer/ViewModel/InstallViewModel.cs#L26
Non-nullable field 'downloadBtnText' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
Build Installer:
installer/Model/EEsast.cs#L58
Dereference of a possibly null reference.
|
Build Installer:
installer/Model/EEsast.cs#L116
Dereference of a possibly null reference.
|
Build Installer:
installer/Model/EEsast.cs#L183
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 Installer:
installer/Data/ConfigFileData.cs#L347
The event 'ConfigData.OnFileChanged' is never used
|
Build Installer:
installer/Model/Logger.cs#L343
The field 'ListLogger.time' is never used
|
Build Installer:
installer/Model/EEsast.cs#L58
Dereference of a possibly null reference.
|
Build Installer:
installer/Model/EEsast.cs#L116
Dereference of a possibly null reference.
|
Build Installer:
installer/Model/EEsast.cs#L183
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