Closed NoahHoelterhoff closed 3 months ago
Attention: Patch coverage is 0%
with 6 lines
in your changes missing coverage. Please review.
Project coverage is 54.64%. Comparing base (
9b0e480
) to head (ed473db
). Report is 3 commits behind head on master.
Files | Patch % | Lines |
---|---|---|
Libraries/Opc.Ua.Client/Session/Session.cs | 0.00% | 6 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Proposed changes
ReadNodes() (and some other methods) allow bad status codes for optional values. However, this list is not complete, which means that some optional attributes with a
Bad
StatusCode cause the read to fail. This Pull Request does not fix something, which is wrong (according to the specification), but rather increases the resilience against servers with problems.List of optional attributes: https://reference.opcfoundation.org/Core/Part3/v105/docs/5.9
Related Issues
Types of changes
What types of changes does your code introduce?
Checklist