Breaking Change: Controller constructor now returns keys if newly gen… #4
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.
|