Merge pull request #42 from prplecake/dependabot/nuget/MSTest.TestFra… #100
Annotations
11 warnings
build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: codecov/codecov-action@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
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.
|