Skip to content
Triggered via push November 28, 2023 06:34
Status Success
Total duration 42s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

build.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
publish: src/Abstraction/Nucleotidz.Kafka.Abstraction/Options/Configuration.cs#L7
Non-nullable property 'Username' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
publish: src/Abstraction/Nucleotidz.Kafka.Abstraction/Options/Configuration.cs#L8
Non-nullable property 'Password' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
publish: src/Abstraction/Nucleotidz.Kafka.Abstraction/Options/Configuration.cs#L9
Non-nullable property 'BootstrapServers' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
publish: src/Abstraction/Nucleotidz.Kafka.Abstraction/Options/Configuration.cs#L10
Non-nullable property 'Topic' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
publish: src/Abstraction/Nucleotidz.Kafka.Abstraction/Options/ConsumerConfiguration.cs#L11
Non-nullable property 'GroupName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
publish: src/Abstraction/Nucleotidz.Kafka.Abstraction/Options/ConsumerConfiguration.cs#L13
Non-nullable property 'ClientId' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
publish: src/Abstraction/Nucleotidz.Kafka.Abstraction/Options/ConsumerConfiguration.cs#L17
Non-nullable property 'Debug' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
publish: Example/Nucleotidz.Consumer.Json/Animal.cs#L20
Non-nullable property 'tagid' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
publish: Example/Nucleotidz.Consumer.Json/Animal.cs#L9
Non-nullable property 'category' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
publish: Example/Nucleotidz.Consumer.Json/Animal.cs#L13
Non-nullable property 'name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.