Skip to content

feat: tests fix

feat: tests fix #4

Triggered via pull request November 17, 2024 12:50
Status Success
Total duration 39s
Artifacts

dotnet-ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
build
Codecov: Failed to properly upload report: The process '/home/runner/work/_actions/codecov/codecov-action/v4/dist/codecov' failed with exit code 1
build: TelegramExportProcessor/ExportParser.cs#L5
Type 'ExportParser' is a static holder type but is neither static nor NotInheritable (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1052)
build: TelegramExportProcessor.Tests/TestParsing.cs#L19
Dereference of a possibly null reference.
build: TelegramExportProcessor.Tests/TestParsing.cs#L6
Member 'ParseWrapper' does not access instance data and can be marked as static (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1822)
build: TelegramExportProcessor.Tests/TestParsing.cs#L23
Member 'ParseSystemMessage' does not access instance data and can be marked as static (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1822)
build: TelegramExportProcessor.Tests/TestParsing.cs#L55
Member 'ParseSimpleMessage' does not access instance data and can be marked as static (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1822)
build: TelegramExportProcessor.Tests/TestParsing.cs#L109
Member 'ParseComplexTextMessage' does not access instance data and can be marked as static (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1822)
build: TelegramExportProcessor.Sample/Program.cs#L4
Dereference of a possibly null reference.
build: TelegramExportProcessor/ExportParser.cs#L5
Type 'ExportParser' is a static holder type but is neither static nor NotInheritable (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1052)
build: TelegramExportProcessor.Tests/TestParsing.cs#L19
Dereference of a possibly null reference.
build: TelegramExportProcessor.Tests/TestParsing.cs#L6
Member 'ParseWrapper' does not access instance data and can be marked as static (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1822)