You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Creates derived reference objects for on-demand reference resolution (#1290)
* Add reference classes
* Add serialization methods to reference classes
* Modify access modifiers
* Add header reference class
* Use Target property instead of this
* Make Reference property readonly; add constructors to get reference value
* Add new constructor
* Add reference tests
* Add Tag reference tests
* Update tests, method signatures and properties
* Revert access modifiers
* Update methods
* Update tests
* Update tests
* Add externalResource parameter to constructors
This is to help capture externally referenced resources
* Add tests for external reference resolution
* Add description field
* Update teg reference serializer and tests
* Update PublicApi
* Fix broken tests
* Add guard clause for potentially null Target value
* Check for null or empty for strings
* Use local field for getter and setter
* Additional check for null or empty for string properties
0 commit comments