Skip to content

Make IAsyncNodeManager experimental / Remove deprecated ICertificateStoreMembers / Rename IApplicationConfigurationBuilderCreate.Create to CreateAsync#3187

Merged
marcschier merged 6 commits into
OPCFoundation:masterfrom
romanett:feat/cleanup
Sep 11, 2025
Merged

Make IAsyncNodeManager experimental / Remove deprecated ICertificateStoreMembers / Rename IApplicationConfigurationBuilderCreate.Create to CreateAsync#3187
marcschier merged 6 commits into
OPCFoundation:masterfrom
romanett:feat/cleanup

Conversation

@romanett

@romanett romanett commented Sep 5, 2025

Copy link
Copy Markdown
Contributor

Proposed changes

Describe the changes here to communicate to the maintainers why we should accept this pull request. If it fixes a bug or resolves a feature request, be sure to link to that issue.

Related Issues

  • Fixes #

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.

  • Bugfix (non-breaking change which fixes an issue)
  • Enhancement (non-breaking change which adds functionality)
  • Test enhancement (non-breaking change to increase test coverage)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected, requires version increase of Nuget packages)
  • Documentation Update (if none of the other choices apply)

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.

  • I have read the CONTRIBUTING doc.
  • I have signed the CLA.
  • I ran tests locally with my changes, all passed.
  • I fixed all failing tests in the CI pipelines.
  • I fixed all introduced issues with CodeQL and LGTM.
  • I have added tests that prove my fix is effective or that my feature works and increased code coverage.
  • I have added necessary documentation (if appropriate).
  • Any dependent changes have been merged and published in downstream modules.

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

codecov Bot commented Sep 5, 2025

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 57.66%. Comparing base (ca731c3) to head (7a40e12).
⚠️ Report is 7 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #3187      +/-   ##
==========================================
- Coverage   58.03%   57.66%   -0.38%     
==========================================
  Files         357      355       -2     
  Lines       78116    78100      -16     
  Branches    13820    13820              
==========================================
- Hits        45335    45033     -302     
- Misses      28607    28833     +226     
- Partials     4174     4234      +60     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@romanett romanett changed the title Make IAsyncNodeManager experimental Make IAsyncNodeManager experimental / Remove deprecated ICertificateStoreMembers Sep 5, 2025
@romanett
romanett requested a review from Copilot September 5, 2025 15:13

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR focuses on cleaning up deprecated interfaces and making experimental APIs more explicit. The main purpose is to remove obsolete synchronous methods from the certificate store interfaces and mark the IAsyncNodeManager interface as experimental.

Key changes:

  • Removal of all obsolete synchronous certificate store methods marked with [Obsolete] attributes
  • Addition of [Experimental] attribute to IAsyncNodeManager interface with proper documentation
  • Access modifier change for CallInternalAsync method from public to protected

Reviewed Changes

Copilot reviewed 7 out of 7 changed files in this pull request and generated 1 comment.

Show a summary per file
File Description
ICertificateStore.cs Removes obsolete synchronous method declarations from interface
X509CertificateStore.cs Removes obsolete synchronous method implementations
DirectoryCertificateStore.cs Removes obsolete synchronous method implementations
CertificateIdentifier.cs Removes obsolete synchronous method implementations
INodeManager.cs Adds experimental attribute and documentation to IAsyncNodeManager
MasterNodeManager.cs Changes CallInternalAsync visibility from public to protected
.editorconfig Adds suppression for experimental API diagnostic

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

Comment thread Libraries/Opc.Ua.Server/NodeManager/INodeManager.cs Outdated
@romanett
romanett marked this pull request as draft September 5, 2025 15:26
@romanett
romanett marked this pull request as ready for review September 6, 2025 08:21
@romanett romanett changed the title Make IAsyncNodeManager experimental / Remove deprecated ICertificateStoreMembers Make IAsyncNodeManager experimental / Remove deprecated ICertificateStoreMembers / Rename IApplicationConfigurationBuilderCreate.Create to CreateAsync Sep 6, 2025
@romanett romanett added this to the 1.5.377 Server Updates milestone Sep 7, 2025
Comment thread Libraries/Opc.Ua.Configuration/IApplicationConfigurationBuilder.cs
@marcschier
marcschier merged commit 4cf9fb8 into OPCFoundation:master Sep 11, 2025
76 of 77 checks passed
@romanett
romanett deleted the feat/cleanup branch September 13, 2025 12:13
mrsuciu pushed a commit to mrsuciu/UA-.NETStandard that referenced this pull request Sep 15, 2025
…toreMembers / Rename IApplicationConfigurationBuilderCreate.Create to CreateAsync (OPCFoundation#3187)

* Make IAsyncNodeManager experimental
* Remove deprecated ICertificateStore Members
* rename IApplicationConfigurationBuilderCreate Create method to CreateAsync
* Add obsolete create
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants