Dotnet implementation of #390 #489
Annotations
11 warnings
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Build:
dotnet/Vaas/src/Vaas/Messages/WebSocketErrorMessage.cs#L15
Non-nullable property 'Type' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build:
dotnet/Vaas/src/Vaas/Messages/Detection.cs#L11
Non-nullable property 'FileName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build:
dotnet/Vaas/src/Vaas/Messages/Detection.cs#L14
Non-nullable property 'Virus' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build:
dotnet/Vaas/src/Vaas/Messages/LibMagic.cs#L8
Non-nullable property 'FileType' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build:
dotnet/Vaas/src/Vaas/Messages/LibMagic.cs#L11
Non-nullable property 'MimeType' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build:
dotnet/Vaas/src/Vaas/Vaas.cs#L112
Possible null reference argument for parameter 'json' in 'Message? JsonSerializer.Deserialize<Message>(string json, JsonSerializerOptions? options = null)'.
|
Build:
dotnet/Vaas/src/Vaas/Messages/WebSocketErrorMessage.cs#L15
Non-nullable property 'Type' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build:
dotnet/Vaas/src/Vaas/Messages/Detection.cs#L11
Non-nullable property 'FileName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build:
dotnet/Vaas/src/Vaas/Messages/Detection.cs#L14
Non-nullable property 'Virus' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build:
dotnet/Vaas/src/Vaas/Messages/LibMagic.cs#L8
Non-nullable property 'FileType' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Loading