## Validator Changes
* Improve performance of supplement processing
* Add support for validating xml:space
* Fix NPE validating maps
* Fix duplicate removal code that caused missed WARNING messages (#1698)
* Fix interaction between terminology cache and validation location (#1700)
* Better concept map validation
* Improved base64 parsing error
* Add support for unknown code system version validating concept maps
* Fix bug using wrong profile when profiling recursive properties
## Other code changes
* Return null for all toCode enum params that are null
* fix bugs adding publishing WG in element mode
* Fix equality method that caused missed WARNING messages
* fix rendering issues
* rendering fixes for R6 build
* don't throw error for wrong rendering mode
* Document rendering fixes - subject and section
* more work on forcing valid html generation
* more hyperlink validation improvements
* further fixes to link validation
* fix list inside paragraph
* fix actor capabilities in wrong place
* Support missing datatypes
* Fill out missing anchors
* Fix wrong handling of contained resources)
* #1678 - add div to children when exploring Narrative
***NO_CI***
* DO NOT MERGE TO MASTER
Contains replication for validation location issue
* Don't let the validator mutate a cached result
* Revert filtering of ValidationTests
* WIP start ValidationResult equality implementation
* Move BaseWorkerContext testing to BaseWorkerContextTests
* A little more cleanup
* Code cleanup, and check that cached ValidationResult is a copy
* Complete ValidationResult equals method.
* Return null for all toCode enum params that are null
* Revert "Return null for all toCode enum params that are null"
This reverts commit 97a61b2ff9.
* Return null for all toCode enum params that are Enum.NULL
## Validator Changes
* No Changes
## Other code changes
* Naming System fix for THO
* Fix issue with rendering OperationOutcomes that don't have 'detail'
* Fix problem with value set anchor generation when rendering
***NO_CI***