Skip to content

Refactor Telegram bridge json models #130

Refactor Telegram bridge json models

Refactor Telegram bridge json models #130

Triggered via push November 14, 2024 14:45
Status Failure
Total duration 45s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 3 warnings
publish: Sources/Falko.Talkie.Platforms.Telegram/Connections/TelegramSignalConnection.cs#L57
'IReadOnlyList<TelegramUpdate>' does not contain a definition for 'Length' and no accessible extension method 'Length' accepting a first argument of type 'IReadOnlyList<TelegramUpdate>' could be found (are you missing a using directive or an assembly reference?)
publish
Process completed with exit code 1.
publish: Sources/Falko.Talkie.Core/Sequences/RemovableSequence.Enumerator.cs#L17
Non-nullable field '_currentValue' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
publish: Sources/Falko.Talkie.Core/Sequences/FrozenSequence.Enumerator.cs#L20
Non-nullable field '_currentValue' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
publish: Sources/Falko.Talkie.Platforms.Telegram/Connections/TelegramSignalConnection.cs#L18
Parameter 'ISignalFlow flow' is captured into the state of the enclosing type and its value is also passed to the base constructor. The value might be captured by the base class as well.