Skip to content

Bump Serilog.Sinks.Console from 4.1.0 to 5.0.0 #86

Bump Serilog.Sinks.Console from 4.1.0 to 5.0.0

Bump Serilog.Sinks.Console from 4.1.0 to 5.0.0 #86

Triggered via pull request November 13, 2023 15:13
Status Success
Total duration 46s
Artifacts

dotnet.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: src/BunnyDDNS.Core/Entities/Configuration/Config.cs#L5
Non-nullable property 'Bunny' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/BunnyDDNS.Core/Entities/Configuration/Config.cs#L6
Non-nullable property 'RecordName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/BunnyDDNS.Core/Utilities/IpUtils.cs#L8
Non-nullable field 'Client' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build: tests/BunnyDDNS.Core.Tests/MetaTests.cs#L14
Dereference of a possibly null reference.
build: tests/BunnyDDNS.Core.Tests/Utilities/IpUtilsTests.cs#L26
Dereference of a possibly null reference.
build: src/BunnyDDNS.CLI/Program.cs#L43
Possible null reference argument for parameter 'apiKey' in 'BunnyClient.BunnyClient(string apiKey)'.
build: src/BunnyDDNS.CLI/Program.cs#L44
Possible null reference argument for parameter 'zoneName' in 'Task<Zone> BunnyClient.GetZoneByName(string zoneName)'.
build: src/BunnyDDNS.CLI/Program.cs#L47
Possible null reference argument for parameter 'source' in 'Record Enumerable.First<Record>(IEnumerable<Record> source, Func<Record, bool> predicate)'.
build: src/BunnyDDNS.CLI/Program.cs#L47
Dereference of a possibly null reference.
build: src/BunnyDDNS.CLI/Program.cs#L48
Dereference of a possibly null reference.