Skip to content

Merge pull request #9 from 0xF6/update/deps #74

Merge pull request #9 from 0xF6/update/deps

Merge pull request #9 from 0xF6/update/deps #74

Triggered via push January 2, 2024 12:23
Status Success
Total duration 38s
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

12 warnings
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-dotnet@v1, NuGet/setup-nuget@v1.0.5. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
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#L201
Possible null reference argument for parameter 'url' in 'InputFileUrl.InputFileUrl(string url)'.
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#L8
Non-nullable field '_data' must contain a non-null value when exiting constructor. Consider declaring the field 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.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.SendAndUpdateMessagesExample/Program.cs#L61
Dereference of a possibly null reference.
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.