Skip to content

Update README.md

Update README.md #57

Triggered via push October 2, 2024 22:11
Status Success
Total duration 45s
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. 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 following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
build: src/Insight.TelegramBot/Models/Base/BotMessage.cs#L26
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build: src/Insight.TelegramBot/Models/Base/BotMessageWithFile.cs#L14
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build: src/Insight.TelegramBot/Models/Base/BotMessageWithFile.cs#L18
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build: src/Insight.TelegramBot/Models/Base/BotMessage.cs#L28
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build: src/Insight.TelegramBot/Models/Base/BotMessage.cs#L36
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build: src/Insight.TelegramBot/Models/AudioMessage.cs#L11
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build: src/Insight.TelegramBot/Models/AudioMessage.cs#L13
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build: src/Insight.TelegramBot/Models/StickerMessage.cs#L11
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build: src/Insight.TelegramBot/Models/DiceMessage.cs#L11
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build: src/Insight.TelegramBot.DependencyInjection/TelegramBotOptions.cs#L5
Non-nullable property 'Token' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.