-
Notifications
You must be signed in to change notification settings - Fork 1k
Update to 1.05.04 nodeset #3091
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
Conversation
Merge master into release/1.5.376
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #3091 +/- ##
==========================================
+ Coverage 57.42% 57.45% +0.02%
==========================================
Files 357 357
Lines 69113 69113
Branches 14201 14201
==========================================
+ Hits 39686 39706 +20
+ Misses 25178 25163 -15
+ Partials 4249 4244 -5 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
version.json
Outdated
| { | ||
| "$schema": "https://raw.githubusercontent.com/AArnott/Nerdbank.GitVersioning/master/src/NerdBank.GitVersioning/version.schema.json", | ||
| "version": "1.5.376-preview", | ||
| "version": "1.5.376", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should remain 1.5.376-preview
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed
| @@ -1,4 +1,5 @@ | |||
| #pragma warning disable 1591 | |||
| #pragma warning disable 1591 | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Duplicated pragma
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
removed
| @@ -1,4 +1,5 @@ | |||
| #pragma warning disable 1591 | |||
| #pragma warning disable 1591 | |||
| //------------------------------------------------------------------------------ | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
invisible character added
| @@ -1,4 +1,5 @@ | |||
| #pragma warning disable 1591 | |||
| #pragma warning disable 1591 | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
duplicate pragma and invisible character added
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
removed
| using System.Collections.Generic; | ||
| using System.Text; | ||
| using System.Xml; | ||
| using System.Linq; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Leftover
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
removed
| using System.Collections.Generic; | ||
| using System.Text; | ||
| using System.Xml; | ||
| using System.Linq; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Leftover
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
removed
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This Breaks some CI Pipelines needs to be investigated If fixes are needed. Seems to be some issue with browse taking longer than usual probably because some underlying error that is catched, but slows down the operation significantly
| <DisplayName>CertificateDirectoryType</DisplayName> | ||
| <Category>GDS Certificate Manager Pull Model</Category> | ||
| <Documentation>https://reference.opcfoundation.org/GDS/docs/7.9.2</Documentation> | ||
| <Category>GDS Certificate Manager CheckRevocationStatus</Category> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
is this Category really correct?
| protected override int GetDefaultValueRank() | ||
| { | ||
| return ValueRanks.Any; | ||
| return ValueRanks.Scalar; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
is this related to an issue discussed before & a wanted cahnge?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yes - a change was made and then reversed because of fear of breaking code.
mrsuciu
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Opc.Ua.PredefinedNodes.uanodes contains circular references which cause browse tests to fail see comment.
"Cosmetic" code changes highlighted.


Remove the unreleased nodeset from the codebase.