Skip to content

Added attachments api (without uploading) with stickers and dotnet 9 support #151

Added attachments api (without uploading) with stickers and dotnet 9 support

Added attachments api (without uploading) with stickers and dotnet 9 support #151

Triggered via pull request October 15, 2024 17:36
Status Success
Total duration 44s
Artifacts

BuildingAndTesting.yml

on: pull_request
build-test
34s
build-test
Fit to window
Zoom out
Zoom in

Annotations

6 warnings
build-test: 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.
build-test: 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.
build-test: Sources/Falko.Talkie.Platforms.Telegram/Connections/TelegramSignalConnection.cs#L17
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.
build-test: 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.
build-test: 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.
build-test: Sources/Falko.Talkie.Platforms.Telegram/Connections/TelegramSignalConnection.cs#L17
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.