Removed unnecessary static files #113
Annotations
12 warnings
|
|
|
|
ExportViewer.Core/Services/HtmlParsingService.cs#L121
Dereference of a possibly null reference.
|
ExportViewer.Core/Services/HtmlParsingService.cs#L151
Dereference of a possibly null reference.
|
ExportViewer.Core/Models/JSON/BumpedMessageMetadata.cs#L12
Non-nullable property 'BumpedMessage' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
ExportViewer.Core/Models/JSON/Participant.cs#L11
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
ExportViewer.Core/Models/JSON/Photo.cs#L13
Non-nullable property 'Link' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
ExportViewer.Core/Models/JSON/ConversationItem.cs#L14
Non-nullable property 'Link' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
ExportViewer.Core/Models/JSON/ConversationItem.cs#L18
Non-nullable property 'SenderName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
ExportViewer.Core/Models/JSON/ConversationItem.cs#L21
Non-nullable property 'Content' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
This job succeeded
Loading