Skip to content
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

Merge for release build #1614

Merged
merged 10 commits into from
Dec 3, 2021
Merged

Merge for release build #1614

merged 10 commits into from
Dec 3, 2021

Conversation

mregen
Copy link
Contributor

@mregen mregen commented Nov 25, 2021

No description provided.

dependabot bot and others added 5 commits November 22, 2021 07:47
Bumps [Serilog.Sinks.Console](https://github.com/serilog/serilog-sinks-console) from 4.0.0 to 4.0.1.
- [Release notes](https://github.com/serilog/serilog-sinks-console/releases)
- [Commits](serilog/serilog-sinks-console@v4.0.0...v4.0.1)

---
updated-dependencies:
- dependency-name: Serilog.Sinks.Console
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- the previous fix to remove TypeDefinitionId caused a regression with Alarms (#1574/#1576)
- This is a backward compatible fix to remove the TypeDefintionId where it is not needed in the nodeset but still fill the MethodDeclarationId.
- ModelCompiler Fixes for MethodDeclarationId
- Previous fix not only removed TypDefinitionId in certain cases but also removed the MethodDeclarationId
- This backward compatible fix should work with old and new nodeset files
- The ci pass includes Roslynator checks, fails on warnings
- Fix all existing warnings
* update the ref server models
Using OPCFoundation/UA-ModelCompiler@167f905
+ 1.4.368.68-preview Nuget
@CLAassistant
Copy link

CLAassistant commented Nov 25, 2021

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you all sign our Contributor License Agreement before we can accept your contribution.
2 out of 3 committers have signed the CLA.

✅ opcfoundation-org
✅ mregen
❌ dependabot[bot]
You have signed the CLA already but the status is still pending? Let us recheck it.

@mregen mregen requested a review from mrsuciu November 25, 2021 08:14
@lgtm-com
Copy link

lgtm-com bot commented Nov 25, 2021

This pull request fixes 2 alerts when merging 38580ab into 58bbc0c - view on LGTM.com

fixed alerts:

  • 2 for Constant condition

@codecov
Copy link

codecov bot commented Nov 25, 2021

Codecov Report

Merging #1614 (b4fb5af) into release/1.4.367 (31e4a2b) will increase coverage by 0.01%.
The diff coverage is 3.37%.

❗ Current head b4fb5af differs from pull request most recent head edadaa8. Consider uploading reports for the commit edadaa8 to get more accurate results
Impacted file tree graph

@@                 Coverage Diff                 @@
##           release/1.4.367    #1614      +/-   ##
===================================================
+ Coverage            53.41%   53.42%   +0.01%     
===================================================
  Files                  312      312              
  Lines                57364    57367       +3     
===================================================
+ Hits                 30640    30649       +9     
+ Misses               26724    26718       -6     
Impacted Files Coverage Δ
....PubSub/Configuration/ConfigurationVersionUtils.cs 5.26% <ø> (ø)
...aries/Opc.Ua.PubSub/Transport/MqttClientCreator.cs 0.00% <0.00%> (ø)
Libraries/Opc.Ua.PubSub/Transport/UdpDiscovery.cs 0.00% <0.00%> (ø)
...s/Opc.Ua.PubSub/Transport/UdpDiscoveryPublisher.cs 0.00% <0.00%> (ø)
.../Opc.Ua.PubSub/Transport/UdpDiscoverySubscriber.cs 0.00% <0.00%> (ø)
...ies/Opc.Ua.PubSub/Transport/UdpPubSubConnection.cs 30.00% <0.00%> (ø)
Stack/Opc.Ua.Core/Schema/UANodeSet.cs 37.34% <0.00%> (-0.28%) ⬇️
Stack/Opc.Ua.Core/Schema/UANodeSetHelpers.cs 46.38% <0.00%> (ø)
...tack/Opc.Ua.Core/Stack/Generated/Opc.Ua.Classes.cs 25.00% <ø> (ø)
Stack/Opc.Ua.Core/Stack/Nodes/ContentFilter.cs 5.27% <0.00%> (ø)
... and 10 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 31e4a2b...edadaa8. Read the comment docs.

@mrsuciu
Copy link
Contributor

mrsuciu commented Nov 25, 2021

Method instances contain HasTypeDefinition references

@mregen
Copy link
Contributor Author

mregen commented Nov 25, 2021

lets wait until confirmed that the nodeset is now correct

@mregen mregen marked this pull request as draft November 25, 2021 18:12
@mregen mregen added this to the 1.4.367 milestone Nov 28, 2021
* update package to 6.0

* bump
@lgtm-com
Copy link

lgtm-com bot commented Nov 29, 2021

This pull request fixes 2 alerts when merging 47370a9 into 58bbc0c - view on LGTM.com

fixed alerts:

  • 2 for Constant condition

Bumps [Roslynator.Analyzers](https://github.com/JosefPihrt/Roslynator) from 3.2.2 to 3.3.0.
- [Release notes](https://github.com/JosefPihrt/Roslynator/releases)
- [Changelog](https://github.com/JosefPihrt/Roslynator/blob/master/ChangeLog.md)
- [Commits](dotnet/roslynator@v3.2.2...v3.3.0)

---
updated-dependencies:
- dependency-name: Roslynator.Analyzers
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
@lgtm-com
Copy link

lgtm-com bot commented Nov 29, 2021

This pull request fixes 2 alerts when merging 17d80b6 into 58bbc0c - view on LGTM.com

fixed alerts:

  • 2 for Constant condition

Bumps [NUnit.Console](https://github.com/nunit/nunit-console) from 3.12.0 to 3.13.0.
- [Release notes](https://github.com/nunit/nunit-console/releases)
- [Changelog](https://github.com/nunit/nunit-console/blob/master/CHANGES.txt)
- [Commits](nunit/nunit-console@v3.12...3.13)

---
updated-dependencies:
- dependency-name: NUnit.Console
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
@lgtm-com
Copy link

lgtm-com bot commented Dec 3, 2021

This pull request fixes 2 alerts when merging b0d510b into 58bbc0c - view on LGTM.com

fixed alerts:

  • 2 for Constant condition

Bumps [MQTTnet](https://github.com/chkr1011/MQTTnet) from 3.1.0 to 3.1.1.
- [Release notes](https://github.com/chkr1011/MQTTnet/releases)
- [Commits](dotnet/MQTTnet@v3.1.0...v3.1.1)

---
updated-dependencies:
- dependency-name: MQTTnet
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
@lgtm-com
Copy link

lgtm-com bot commented Dec 3, 2021

This pull request fixes 2 alerts when merging b4fb5af into 58bbc0c - view on LGTM.com

fixed alerts:

  • 2 for Constant condition

* Revert MethodDeclarationId change due to breaking code.

* Delete duplicate of Opc.Ua.Nodeset2.xml

Co-authored-by: Randy Armstrong <randy@sparhawksoftware.com>
Co-authored-by: Martin Regen <mregen@microsoft.com>
@lgtm-com
Copy link

lgtm-com bot commented Dec 3, 2021

This pull request fixes 2 alerts when merging edadaa8 into 58bbc0c - view on LGTM.com

fixed alerts:

  • 2 for Constant condition

@mregen mregen marked this pull request as ready for review December 3, 2021 11:13
@mregen mregen merged commit cc1b368 into release/1.4.367 Dec 3, 2021
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.

None yet

4 participants