OPCFoundation / UA-.NETStandard

OPC Unified Architecture .NET Standard
Other
1.97k stars 950 forks source link

Improve reconnect error messages, misc. small improvements #2719

Closed mregen closed 3 months ago

mregen commented 3 months ago

Proposed changes

Related Issues

Types of changes

What types of changes does your code introduce? Put an x in the boxes that apply. You can also fill these out after creating the PR.

Checklist

Put an x in the boxes that apply. You can also fill these out after creating the PR. If you're unsure about any of them, don't hesitate to ask. We're here to help! This is simply a reminder of what we are going to look for before merging your code.

Further comments

If this is a relatively large or complex change, kick off the discussion by explaining why you chose the solution you did and what alternatives you considered, etc...

codecov[bot] commented 3 months ago

Codecov Report

Attention: Patch coverage is 73.68421% with 15 lines in your changes missing coverage. Please review.

Project coverage is 54.62%. Comparing base (506cd09) to head (d33cd89). Report is 1 commits behind head on master.

Files Patch % Lines
Libraries/Opc.Ua.Client/Session/SessionAsync.cs 78.37% 5 Missing and 3 partials :warning:
Libraries/Opc.Ua.Client/Session/Session.cs 42.85% 4 Missing :warning:
Libraries/Opc.Ua.Client/DataDictionary.cs 33.33% 1 Missing and 1 partial :warning:
Stack/Opc.Ua.Core/Stack/Client/ClientBase.cs 0.00% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #2719 +/- ## ========================================== - Coverage 54.81% 54.62% -0.20% ========================================== Files 349 349 Lines 65866 65872 +6 Branches 13493 13492 -1 ========================================== - Hits 36104 35981 -123 - Misses 25856 25987 +131 + Partials 3906 3904 -2 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.