Update README.md #7
Annotations
10 warnings
deploy:
Client/Services/DataExportImportService.cs#L15
The field 'DataExportImportService._isDebugMode' is never used
|
deploy:
Client/Pages/Index.razor#L489
Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
|
deploy:
Client/Services/OfflineArticleService.cs#L702
Possible null reference argument for parameter 'articles' in 'Task OfflineArticleService.SaveArticlesOfflineAsync(List<Article> articles)'.
|
deploy:
Client/Services/OfflineArticleService.cs#L431
The variable 'ex' is declared but never used
|
deploy:
Client/Services/OfflineArticleService.cs#L410
Possible null reference assignment.
|
deploy:
Client/Services/OfflineArticleService.cs#L359
Possible null reference assignment.
|
deploy:
Client/Services/OfflineArticleService.cs#L310
Possible null reference assignment.
|
deploy:
Client/Services/DataExportImportService.cs#L70
Possible null reference argument for parameter 'styles' in 'string DataExportImportService.SerializeStyles(Dictionary<string, CellStyle> styles)'.
|
deploy:
Client/Services/ModalServiceWrapper.cs#L19
Cannot convert null literal to non-nullable reference type.
|
deploy:
Client/Services/ModalServiceWrapper.cs#L19
Cannot convert null literal to non-nullable reference type.
|