Skip to content

fix: remove buttons #98

fix: remove buttons

fix: remove buttons #98

Triggered via push July 8, 2024 16:40
Status Success
Total duration 1m 4s
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: backend/Crawler/WebDriverExtension.cs#L28
Possible null reference return.
build: backend/Service/EmailSender.cs#L286
Dereference of a possibly null reference.
build: backend/Crawler/CrawlHelper.cs#L126
Dereference of a possibly null reference.
build: backend/Crawler/CrawlHelper.cs#L154
Dereference of a possibly null reference.
build: backend/Service/EmailSender.cs#L478
Dereference of a possibly null reference.
build: backend/Crawler/CrawlHelper.cs#L279
Converting null literal or possible null value to non-nullable type.
build: backend/Crawler/CrawlHelper.cs#L283
Converting null literal or possible null value to non-nullable type.
build: backend/Crawler/CrawlHelper.cs#L287
Dereference of a possibly null reference.
build: backend/Crawler/CrawlHelper.cs#L289
Dereference of a possibly null reference.
build: backend/Crawler/CrawlHelper.cs#L294
Possible null reference argument for parameter 'value' in 'string string.Join(string? separator, params string?[] value)'.