feat: tests fix (#3) #5
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#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.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.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)
|