Skip to content

resolve #39, add youtube grid preview #35

resolve #39, add youtube grid preview

resolve #39, add youtube grid preview #35

Triggered via pull request August 14, 2023 02:13
Status Success
Total duration 56s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

pr.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
build
The following actions uses node12 which is deprecated and will be forced to run on node16: 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: BotNet.Services/ThisXDoesNotExist/ThisIdeaDoesNotExist.cs#L28
Converting null literal or possible null value to non-nullable type.
build: BotNet.Services/ThisXDoesNotExist/ThisIdeaDoesNotExist.cs#L30
Dereference of a possibly null reference.
build: BotNet.Services/ProgrammerHumor/ProgrammerHumorScraper.cs#L28
Converting null literal or possible null value to non-nullable type.
build: BotNet.Services/ProgrammerHumor/ProgrammerHumorScraper.cs#L29
Converting null literal or possible null value to non-nullable type.
build: BotNet.Services/ProgrammerHumor/ProgrammerHumorScraper.cs#L31
Dereference of a possibly null reference.
build: BotNet.Services/ProgrammerHumor/ProgrammerHumorScraper.cs#L31
Converting null literal or possible null value to non-nullable type.
build: BotNet.Services/ProgrammerHumor/ProgrammerHumorScraper.cs#L34
Dereference of a possibly null reference.
build: BotNet.Grains/TrackedMessageGrain.cs#L21
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
build: BotNet/Startup.cs#L26
'ApplicationInsightsExtensions.AddApplicationInsightsTelemetry(IServiceCollection, string)' is obsolete: 'InstrumentationKey based global ingestion is being deprecated. Use the AddApplicationInsightsTelemetry() overload which accepts Action<ApplicationInsightsServiceOptions> and set ApplicationInsightsServiceOptions.ConnectionString. See https://github.com/microsoft/ApplicationInsights-dotnet/issues/2560 for more details.'
build: BotNet/Program.cs#L83
Possible null reference argument for parameter 'botToken' in 'IServiceCollection ServiceCollectionExtensions.AddTelegramBot(IServiceCollection services, string botToken)'.