Fix XML Encoding of Null Variant to conform to spec#3062
Merged
mrsuciu merged 4 commits intoOPCFoundation:masterfrom May 23, 2025
Merged
Fix XML Encoding of Null Variant to conform to spec#3062mrsuciu merged 4 commits intoOPCFoundation:masterfrom
mrsuciu merged 4 commits intoOPCFoundation:masterfrom
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #3062 +/- ##
==========================================
+ Coverage 57.02% 57.05% +0.03%
==========================================
Files 357 357
Lines 68951 68956 +5
Branches 14156 14157 +1
==========================================
+ Hits 39317 39343 +26
+ Misses 25395 25371 -24
- Partials 4239 4242 +3 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
…aviour as ExtensionObject)
Contributor
Author
|
This PR could be problematic considering #1771 |
Contributor
Author
-> mitigated by writing |
mregen
approved these changes
May 14, 2025
mrsuciu
approved these changes
May 14, 2025
mregen
added a commit
to mregen/UA-.NetStandard
that referenced
this pull request
May 18, 2025
OPCFoundation@6a1b269 OPCFoundation#3062 --------- Co-authored-by: romanett <romanett98@gmail.com>
This was referenced Nov 21, 2025
This was referenced Nov 28, 2025
This was referenced Dec 12, 2025
This was referenced Jan 16, 2026
This was referenced Jan 23, 2026
This was referenced Feb 6, 2026
This was referenced Feb 20, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Proposed changes
Don´t write
<Null>Node if a null variant is encoded instead write<uax:Value xsi:nil=\"true\" />Related Issues
Types of changes
Checklist
Further comments