Skip to content

Breaking Change: Controller constructor now returns keys if newly gen… #4

Breaking Change: Controller constructor now returns keys if newly gen…

Breaking Change: Controller constructor now returns keys if newly gen… #4

Triggered via push November 13, 2024 03:18
Status Success
Total duration 28s
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: HomeKitDotNet/Crypto/CryptoBytes.cs#L133
Possible null reference return.
build: HomeKitDotNet/Crypto/CryptoBytes.cs#L151
Possible null reference return.
build: HomeKitDotNet/Crypto/CryptoBytes.cs#L167
Possible null reference return.
build: HomeKitDotNet/Crypto/CryptoBytes.cs#L179
Possible null reference return.
build: HomeKitDotNet/Crypto/CryptoBytes.cs#L186
Possible null reference return.
build: HomeKitDotNet/JSON/ServiceJSON.cs#L20
Non-nullable property 'Type' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: HomeKitDotNet/JSON/ServiceJSON.cs#L24
Non-nullable property 'Characteristics' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: HomeKitDotNet/JSON/ServiceJSON.cs#L30
Non-nullable property 'LinkedServices' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: HomeKitDotNet/JSON/CharacteristicsJSON.cs#L21
Non-nullable property 'Characteristics' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: HomeKitDotNet/JSON/CharacteristicJSON.cs#L21
Non-nullable property 'Type' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.