OPCFoundation / UA-.NETStandard

OPC Unified Architecture .NET Standard
Other
1.9k stars 926 forks source link

GDS: add Method CheckRevocationStatus to Client & Server #2499

Closed romanett closed 4 months ago

romanett commented 5 months ago

Proposed changes

Implement the Method CheckRevocationStatus from : https://reference.opcfoundation.org/GDS/v105/docs/7.9.11

Related Issues

Types of changes

Checklist

Further comments

codecov[bot] commented 5 months ago

Codecov Report

Attention: Patch coverage is 80.88235% with 13 lines in your changes are missing coverage. Please review.

Project coverage is 53.96%. Comparing base (22096f4) to head (bed8ee1). Report is 1 commits behind head on master.

Files Patch % Lines
...mon/RoleBasedUserManagement/AuthorizationHelper.cs 71.79% 4 Missing and 7 partials :warning:
...a.Gds.Client.Common/GlobalDiscoveryServerClient.cs 83.33% 1 Missing and 1 partial :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #2499 +/- ## ========================================== - Coverage 53.97% 53.96% -0.01% ========================================== Files 335 335 Lines 64526 64558 +32 Branches 13267 13273 +6 ========================================== + Hits 34826 34841 +15 - Misses 25939 25951 +12 - Partials 3761 3766 +5 ```

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

romanett commented 4 months ago

@mregen Now works as expected, ready to review.