Skip to content

fixed parse mode in MediaToMediaFileStrategy #70

fixed parse mode in MediaToMediaFileStrategy

fixed parse mode in MediaToMediaFileStrategy #70

Triggered via push May 9, 2023 18:23
Status Success
Total duration 49s
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

12 warnings
build
Node.js 12 actions are deprecated. Please update the following actions to use Node.js 16: actions/checkout@v2, actions/setup-dotnet@v1, NuGet/setup-nuget@v1.0.5. For more information see: https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/.
build
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
build: Deployf.Botf/Users/BotUserService.cs#L21
Non-nullable field '_log' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build: Deployf.Botf/BotController.cs#L23
Non-nullable property 'UpdateMessageStrategyFactory' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: Examples/Deployf.Botf.ControllerStateExample/Program.cs#L75
Non-nullable property 'StringProp' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: Examples/Deployf.Botf.ControllerStateExample/Program.cs#L8
Non-nullable field '_data' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build: Examples/Deployf.Botf.SendAndUpdateMessagesExample/Program.cs#L61
Dereference of a possibly null reference.
build: Examples/Deployf.Botf.ActionsAndQueryExample/Program.cs#L70
Non-nullable property 'StringProp' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: Examples/Deployf.Botf.ChainedExample/Program.cs#L26
Possible null reference argument for parameter 'button' in 'void BotController.Button(InlineKeyboardButton button)'.
build: Examples/Deployf.Botf.ChainedExample/Program.cs#L27
Possible null reference argument for parameter 'button' in 'void BotController.Button(InlineKeyboardButton button)'.
build: Examples/Deployf.Botf.GlobalStateMachineExample/Program.cs#L6
Non-nullable field 'RootProvider' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build: Deployf.Botf/Users/BotUserService.cs#L21
Non-nullable field '_log' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.