Update README.md #2
Annotations
10 warnings
|
build:
ProxyMov_DownloadServer/Services/QuartzService.cs#L29
Possible null reference argument for parameter 'key' in 'JobBuilder JobBuilder.WithIdentity(JobKey key)'.
|
|
build:
ProxyMov_DownloadServer/Components/Pages/UpdatesPage.razor#L14
Dereference of a possibly null reference.
|
|
build:
ProxyMov_DownloadServer/Services/QuartzService.cs#L14
Non-nullable field 'Trigger' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
|
build:
ProxyMov_DownloadServer/Services/QuartzService.cs#L7
Non-nullable property 'CancellationTokenSource' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
build:
ProxyMov_DownloadServer/Classes/HtmlNodeQueryBuilder.cs#L27
Possible null reference return.
|
|
build:
Updater/Components/UpdateComponent.razor#L107
Possible null reference argument for parameter 'updateDetails' in 'Task IUpdateService.DownloadUpdate(UpdateDetailsModel updateDetails, IProgress<float> progress)'.
|
|
build:
Updater/Components/UpdateComponent.razor#L34
Dereference of a possibly null reference.
|
|
build:
Updater/Models/UpdateDetailsModel.cs#L15
Non-nullable property 'Changelog' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
build:
Updater/Models/UpdateDetailsModel.cs#L12
Non-nullable property 'AssemblyUrl' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
build:
Updater/Models/UpdateDetailsModel.cs#L9
Non-nullable property 'Version' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|