Skip to content

Added change event handler to receive notifications when something change on an IEntityType, it works only if Compacted Replicator is in use #188

Added change event handler to receive notifications when something change on an IEntityType, it works only if Compacted Replicator is in use

Added change event handler to receive notifications when something change on an IEntityType, it works only if Compacted Replicator is in use #188

Status Success
Total duration 6m 13s
Artifacts

codeql-analysis.yml

on: pull_request
Check changed files
3s
Check changed files
Matrix: Analyze
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
Analyze (csharp): src/net/KEFCore.SerDes/LocalEntityExtractor.cs#L41
Possible null reference assignment.
Analyze (csharp): src/net/KEFCore.SerDes/LocalEntityExtractor.cs#L42
Possible null reference assignment.
Analyze (csharp): src/net/KEFCore.SerDes/LocalEntityExtractor.cs#L39
Non-nullable field '_keySerdes' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
Analyze (csharp): src/net/KEFCore.SerDes/LocalEntityExtractor.cs#L39
Non-nullable field '_valueSerdes' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
Analyze (csharp): src/net/KEFCore.SerDes/KEFCoreSerDes.Helpers.cs#L196
Parameter 'topic' has no matching param tag in the XML comment for 'EntityExtractor.FromRawValueData(Type, Type, Type, Type, string, byte[], byte[], bool)' (but other parameters do)
Analyze (csharp): src/net/KEFCore.SerDes/LocalEntityExtractor.cs#L41
Possible null reference assignment.
Analyze (csharp): src/net/KEFCore.SerDes/LocalEntityExtractor.cs#L42
Possible null reference assignment.
Analyze (csharp): src/net/KEFCore.SerDes/LocalEntityExtractor.cs#L39
Non-nullable field '_keySerdes' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
Analyze (csharp): src/net/KEFCore.SerDes/LocalEntityExtractor.cs#L39
Non-nullable field '_valueSerdes' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
Analyze (csharp): src/net/KEFCore.SerDes/KEFCoreSerDes.Helpers.cs#L196
Parameter 'topic' has no matching param tag in the XML comment for 'EntityExtractor.FromRawValueData(Type, Type, Type, Type, string, byte[], byte[], bool)' (but other parameters do)