Skip to content

Update dependencies and .NET version for the tests and console demo p… #71

Update dependencies and .NET version for the tests and console demo p…

Update dependencies and .NET version for the tests and console demo p… #71

Re-run triggered June 20, 2024 13:49
Status Success
Total duration 44s
Artifacts

build.yml

on: push
build_tracker
36s
build_tracker
build_extensions
2m 45s
build_extensions
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build_tracker: Snowplow.Demo.Console/Program.cs#L14
Converting null literal or possible null value to non-nullable type.
build_tracker: Snowplow.Tracker.Tests/Endpoints/SnowplowHttpCollectorEndpointTest.cs#L53
Non-nullable property 'Uri' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build_tracker: Snowplow.Tracker.Tests/Endpoints/SnowplowHttpCollectorEndpointTest.cs#L54
Non-nullable property 'PostData' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build_tracker: Snowplow.Tracker.Tests/IntegrationTest.cs#L66
Non-nullable property 'Uri' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build_tracker: Snowplow.Tracker.Tests/IntegrationTest.cs#L67
Non-nullable property 'PostData' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build_tracker: Snowplow.Tracker.Tests/Emitters/AsyncEmitterTest.cs#L52
Non-nullable property 'Result' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build_tracker: Snowplow.Tracker.Tests/Logging/ConsoleLoggerTest.cs#L37
Dereference of a possibly null reference.
build_tracker: Snowplow.Tracker.Tests/Models/SelfDescribingJsonTest.cs#L26
Converting null literal or possible null value to non-nullable type.
build_tracker: Snowplow.Tracker.Tests/Models/PayloadTest.cs#L54
Converting null literal or possible null value to non-nullable type.
build_tracker: Snowplow.Tracker.Tests/Queues/InMemoryBlockingQueueTest.cs#L60
Non-nullable property 'Consumed' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.