-
Notifications
You must be signed in to change notification settings - Fork 1k
Merge master to release/1.5.376 #3131
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
+71,869
−35,762
Conversation
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
…alted incorrectly (#3119)
…re createSubscriptionResponse (#3120)
…#3121) * remove .net 6 target remove conditional packages remove debug flag from pubsub * Remove net 6 from azp * Update Nuget Packages * Update missed pipeline * Add net 8 App Target framework * fix asn1 package reference * remove more net 6 references from AZP * move main pipeline to net 8 * install net 8 in runners * install net 8 in CC yml pipeline
* Use Central Package Management * Add Directory.Packages.props to solution files * remove sourcelink version from common.props * remove old entry from signlist
* Enhance enum definition handling and validation Added a `string enumTypeName` parameter to the `ToEnumDefinition` methods in `ComplexTypeSystem.cs` and `DataTypeDefinitionExtension.cs` to improve enum field name generation, especially when original names are null or empty. Implemented a fallback mechanism to ensure robust naming. In `ComplexTypeBuilder.cs`, added null checks for `typeName` to prevent runtime errors and ensure valid type definitions. Updated logic for defining enum literals to handle empty field names, ensuring unique names are generated based on `typeName` and enum value. * Update Libraries/Opc.Ua.Client.ComplexTypes/TypeBuilder/ComplexTypeBuilder.cs Co-authored-by: Copilot <[email protected]> * Update Libraries/Opc.Ua.Client.ComplexTypes/DataTypeDefinitionExtension.cs Co-authored-by: Copilot <[email protected]> * Fix issue from code review --------- Co-authored-by: Copilot <[email protected]>
* Allow to modify sensitivity of KeepAliveStopped * Apply suggestions from code review Co-authored-by: Copilot <[email protected]> --------- Co-authored-by: Marc Schier <[email protected]> Co-authored-by: Copilot <[email protected]>
…3088) * Implement search of certificates in PEM files on net 6 in directory store * Implement using Custom Certificate Store * Cleanup * Implement Support for PEM Public Keys in Directory Store * Throw exception if test file is not found * Skip Tests on Mac OS & Net < 8.0 * Add delay for slow CI Agents * Add more delay * Make test file with explicit message * Address review Feedback * fix test * Throw ex to show possible error in test * next try * Only throw on full load * Manually set LastWriteTimeUtc * make private key encrypted, use two separate tests instead of one --------- Co-authored-by: Marc Schier <[email protected]>
* Update for 1.5.5 release with Async Service Calls * Fix Async Method Handlers. --------- Co-authored-by: Randy Armstrong <[email protected]>
romanett
approved these changes
Jul 30, 2025
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
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
Types of changes
What types of changes does your code introduce?
Put an
xin the boxes that apply. You can also fill these out after creating the PR.Checklist
Put an
xin 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...