Skip to content

Fixed #120 and #115 (#121) #113

Fixed #120 and #115 (#121)

Fixed #120 and #115 (#121) #113

Triggered via push September 11, 2024 04:29
Status Success
Total duration 54s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

3 warnings
publish: Sources/Falko.Talkie.Core/Collections/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/Collections/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.