Diffing_Engine: TypeExceptions and NamespaceExceptions are checked only when doing ObjectDifferences()
Open
priority:low
severity:low
type:bug
- Dominant language
- C#
- Stars
- 30
- Forks
- 13
- Avg merge
- 7d 10h
- Merged PRs (30d)
- 5
Description
#### Description:
As title. This means that in the Diffing() method, we already have checked Added/Removed objects without checking Type/Namespace exceptions. I.e., even if we insert a TypeException, a certain type that is subject to the exception may end up in Added/Removed objects (instead of UnchangedObjects).
Contributor guide
Assessment
This issue has not been assessed yet.