Skip to content
Triggered via create September 20, 2023 18:12
Status Success
Total duration 47s
Artifacts

CI.yml

on: create
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: src/Gaaaabor.Akka.Discovery.Traefik/TraefikDiscoverySettings.cs#L47
Cannot convert null literal to non-nullable reference type.
build: src/Gaaaabor.Akka.Discovery.Traefik/TraefikDiscoverySettings.cs#L48
Cannot convert null literal to non-nullable reference type.
build: src/Gaaaabor.Akka.Discovery.Traefik/TraefikDiscoverySettings.cs#L49
Cannot convert null literal to non-nullable reference type.
build: src/Gaaaabor.Akka.Discovery.Traefik/TraefikServiceDiscoveryOptions.cs#L30
Nullability of reference types in type of parameter 'setup' of 'void TraefikServiceDiscoveryOptions.Apply(AkkaConfigurationBuilder builder, Setup setup = null)' doesn't match implicitly implemented member 'void IHoconOption.Apply(AkkaConfigurationBuilder builder, Setup? setup = null)' (possibly because of nullability attributes).
build: src/Gaaaabor.Akka.Discovery.Traefik/TraefikServiceDiscoveryOptions.cs#L30
Cannot convert null literal to non-nullable reference type.
build: src/Gaaaabor.Akka.Discovery.Traefik/TraefikContracts.cs#L24
Non-nullable property 'Url' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/Gaaaabor.Akka.Discovery.Traefik/TraefikContracts.cs#L13
Non-nullable property 'Status' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/Gaaaabor.Akka.Discovery.Traefik/TraefikContracts.cs#L14
Non-nullable property 'UsedBy' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/Gaaaabor.Akka.Discovery.Traefik/TraefikContracts.cs#L15
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/Gaaaabor.Akka.Discovery.Traefik/TraefikContracts.cs#L16
Non-nullable property 'Provider' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.