Remove references to develop branch from github actions. (#80) #80
Annotations
20 warnings
|
src/Libraries/Matching.Core/Matcher.cs#L19
Converting null literal or possible null value to non-nullable type.
|
|
src/Libraries/Matching.Core/Search/Precedence.cs#L88
Dereference of a possibly null reference.
|
|
src/Libraries/Matching.Core/Search/Precedence.cs#L78
Dereference of a possibly null reference.
|
|
src/Libraries/Matching.Core/Search/Precedence.cs#L78
Dereference of a possibly null reference.
|
|
src/Libraries/Matching.Core/Search/Precedence.cs#L66
Dereference of a possibly null reference.
|
|
src/Libraries/Matching.Core/Matchers/PostcodeMatcher.cs#L24
Dereference of a possibly null reference.
|
|
src/Libraries/Matching.Core/Matcher.cs#L26
Converting null literal or possible null value to non-nullable type.
|
|
src/Libraries/Matching.Core/Matcher.cs#L26
Converting null literal or possible null value to non-nullable type.
|
|
src/Libraries/Matching.Core/Matcher.cs#L19
Converting null literal or possible null value to non-nullable type.
|
|
src/Libraries/Matching.Core/Matcher.cs#L19
Converting null literal or possible null value to non-nullable type.
|
|
src/Libraries/Infrastructure/Entities/Clustering/ClusterAttribute.cs#L7
Non-nullable property 'RecordSource' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
src/Libraries/Infrastructure/Entities/Clustering/ClusterAttribute.cs#L6
Non-nullable property 'UPCI' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
src/Libraries/Infrastructure/Entities/Clustering/ClusterEdgeProbabilities.cs#L9
Non-nullable property 'TargetKey' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
src/Libraries/Infrastructure/Entities/Clustering/ClusterEdgeProbabilities.cs#L8
Non-nullable property 'TargetName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
src/Libraries/Infrastructure/Entities/Clustering/ClusterEdgeProbabilities.cs#L7
Non-nullable property 'SourceKey' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
src/Libraries/Infrastructure/Entities/Clustering/ClusterEdgeProbabilities.cs#L6
Non-nullable property 'SourceName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
src/Libraries/Infrastructure/Entities/Clustering/ClusterMembership.cs#L7
Non-nullable property 'NodeKey' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
src/Libraries/Infrastructure/Entities/Clustering/ClusterMembership.cs#L6
Non-nullable property 'NodeName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
src/Libraries/Infrastructure/Entities/Clustering/UPCI2.cs#L6
Non-nullable property 'Upci' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
src/Libraries/Infrastructure/Entities/Aggregation/ClusterAggregate.cs#L19
Non-nullable property 'Primary' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
The logs for this run have expired and are no longer available.
Loading