Merge pull request #18 from PandaTechAM/development #19
Annotations
3 warnings
|
deploy:
src/DistributedCache/Serializers/RedisMsgPackObjectSerializer.cs#L8
Nullability of reference types in type of parameter 'serializedObject' of 'T? RedisMsgPackObjectSerializer.Deserialize<T>(byte[] serializedObject)' doesn't match implicitly implemented member 'T? ISerializer.Deserialize<T>(byte[]? serializedObject)' (possibly because of nullability attributes).
|
|
deploy:
src/DistributedCache/Serializers/RedisMsgPackObjectSerializer.cs#L8
Nullability of reference types in type of parameter 'serializedObject' of 'T? RedisMsgPackObjectSerializer.Deserialize<T>(byte[] serializedObject)' doesn't match implicitly implemented member 'T? ISerializer.Deserialize<T>(byte[]? serializedObject)' (possibly because of nullability attributes).
|
|
deploy:
src/DistributedCache/Serializers/RedisMsgPackObjectSerializer.cs#L8
Nullability of reference types in type of parameter 'serializedObject' of 'T? RedisMsgPackObjectSerializer.Deserialize<T>(byte[] serializedObject)' doesn't match implicitly implemented member 'T? ISerializer.Deserialize<T>(byte[]? serializedObject)' (possibly because of nullability attributes).
|