Bump MSTest.TestFramework from 3.2.0 to 3.2.1 #108
Annotations
11 warnings
build
Codecov: Failed to properly create commit: The process '/home/runner/work/_actions/codecov/codecov-action/v4/dist/codecov' failed with exit code 1
|
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.
|