Skip to content

Increase maxTokens from 256 to 512 #183

Increase maxTokens from 256 to 512

Increase maxTokens from 256 to 512 #183

Triggered via push August 4, 2023 12:17
Status Success
Total duration 3m 35s
Artifacts

push.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

21 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
Converting null literal or possible null value to non-nullable type.
build
Dereference of a possibly null reference.
build
Converting null literal or possible null value to non-nullable type.
build
Converting null literal or possible null value to non-nullable type.
build
Dereference of a possibly null reference.
build
Converting null literal or possible null value to non-nullable type.
build
Dereference of a possibly null reference.
build
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
Possible null reference argument for parameter 'botToken' in 'IServiceCollection ServiceCollectionExtensions.AddTelegramBot(IServiceCollection services, string botToken)'.
build
'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:/microsoft/ApplicationInsights-dotnet/issues/2560 for more details.'
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.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.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:/microsoft/ApplicationInsights-dotnet/issues/2560 for more details.'
build: BotNet/Bot/UpdateHandler.cs#L161
Dereference of a possibly null reference.