Added tests for language checks #108
Annotations
12 warnings
|
|
|
|
ExportViewer.Core/Models/Common/Message.cs#L9
Non-nullable property 'Link' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
ExportViewer.Core/Models/JSON/BumpedMessageMetadata.cs#L12
Non-nullable property 'BumpedMessage' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
ExportViewer.Core/Models/JSON/Video.cs#L12
Non-nullable property 'Link' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
ExportViewer.Core/Models/JSON/Reaction.cs#L11
Non-nullable property 'ReactionType' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
ExportViewer.Core/Models/JSON/Reaction.cs#L14
Non-nullable property 'Actor' must contain a non-null value when exiting constructor. Consider 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 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 declaring the property as nullable.
|
ExportViewer.Core/Models/JSON/Gif.cs#L12
Non-nullable property 'Link' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
This job succeeded
Loading