Added tests for date embedding service #140
Annotations
1 error and 12 warnings
Test
Process completed with exit code 1.
|
Restore dependencies
The target framework 'netcoreapp3.1' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
|
Restore dependencies
The target framework 'netcoreapp3.1' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
|
Build 3.x
The target framework 'netcoreapp3.1' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
|
Build 3.x
The target framework 'netcoreapp3.1' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
|
Build 3.x:
ExportViewer.Core/Services/DateEmbeddingService.cs#L24
The variable 'ex' is declared but never used
|
Build 3.x:
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.
|
Build 3.x:
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.
|
Build 3.x:
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.
|
Build 3.x:
ExportViewer.Core/Models/JSON/ConversationItem.cs#L24
Non-nullable property 'Type' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build 3.x:
ExportViewer.Core/Models/JSON/ConversationItem.cs#L33
Non-nullable property 'BumpedMessageMeta' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build 3.x:
ExportViewer.Core/Models/JSON/ConversationItem.cs#L36
Non-nullable property 'Gifs' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build 3.x:
ExportViewer.Core/Models/JSON/ConversationItem.cs#L39
Non-nullable property 'Reactions' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Loading