This is likely due to a change in how we use the tool, as previously the review tool wasn't used to review FailureStoreReports from file extractions.
$ cat NewRules.yaml
- Action: Ignore
IfPartPattern: ^ABCD$
$ ./ii review ExampleReport.csv
Unhandled exception. (Line: 2, Col: 3, Idx: 19) - (Line: 2, Col: 16, Idx: 32): Property 'IfPartPattern' not found on type 'IsIdentifiable.Rules.IsIdentifiableRule'.
Aborted
Caused by:
|
Rules = deserializer.Deserialize<List<IsIdentifiableRule>>(existingRules) ?? new List<IsIdentifiableRule>(); |
This is likely due to a change in how we use the tool, as previously the review tool wasn't used to review
FailureStoreReports from file extractions.Caused by:
IsIdentifiable/IsIdentifiable/Redacting/OutBase.cs
Line 73 in 16c1835