Add x.com link sanitizer #36
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/Bot/UpdateHandler.cs#L161
Dereference of a possibly null reference.
|