Merge pull request #265 from convertersystems/awcullen-patch-2 #4
Annotations
10 warnings
build:
UaClient/ServiceModel/Ua/SubscriptionBase.cs#L192
Nullability of reference types in type of 'event PropertyChangedEventHandler SubscriptionBase.PropertyChanged' doesn't match implicitly implemented member 'event PropertyChangedEventHandler? INotifyPropertyChanged.PropertyChanged'.
|
build:
UaClient/ServiceModel/Ua/SubscriptionBase.cs#L354
Nullability of reference types in type of parameter 'propertyName' of 'IEnumerable SubscriptionBase.GetErrors(string propertyName)' doesn't match implicitly implemented member 'IEnumerable INotifyDataErrorInfo.GetErrors(string? propertyName)' (possibly because of nullability attributes).
|
build:
UaClient/ServiceModel/Ua/NodeId.cs#L56
The result of the expression is always 'false' since a value of type 'Guid' is never equal to 'null' of type 'Guid?'
|
build:
UaClient/ServiceModel/Ua/ServiceExtensions.cs#L176
Thrown value may be null.
|
build:
UaClient/ServiceModel/Ua/SubscriptionBase.cs#L64
Nullability of reference types in type of parameter 'sender' of 'void SubscriptionBase.OnPropertyChanged(object sender, PropertyChangedEventArgs e)' doesn't match the target delegate 'PropertyChangedEventHandler' (possibly because of nullability attributes).
|
build:
UaClient/ServiceModel/Ua/DirectoryStore.cs#L235
Dereference of a possibly null reference.
|
build:
UaClient/ServiceModel/Ua/DirectoryStore.cs#L237
Possible null reference argument for parameter 'path' in 'DirectoryInfo Directory.CreateDirectory(string path)'.
|
build:
UaClient/ServiceModel/Ua/DirectoryStore.cs#L251
Dereference of a possibly null reference.
|
build:
UaClient/ServiceModel/Ua/DirectoryStore.cs#L253
Possible null reference argument for parameter 'path' in 'DirectoryInfo Directory.CreateDirectory(string path)'.
|
build:
UaClient/ServiceModel/Ua/DirectoryStore.cs#L422
Dereference of a possibly null reference.
|