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

Modelcompiler 1.05.01 2022 02 24 #1721

Closed
wants to merge 57 commits into from

Conversation

opcfoundation-org
Copy link
Contributor

Incorporate .05.01 2022 02 24 NodeSet

bdovaz and others added 20 commits November 2, 2021 17:25
Bumps [Portable.BouncyCastle](https://github.com/novotnyllc/bc-csharp) from 1.8.10 to 1.9.0.
- [Release notes](https://github.com/novotnyllc/bc-csharp/releases)
- [Commits](novotnyllc/bc-csharp@pcl-v1.8.10...pcl-v1.9.0)

---
updated-dependencies:
- dependency-name: Portable.BouncyCastle
  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>
Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) from 16.11.0 to 17.0.0.
- [Release notes](https://github.com/microsoft/vstest/releases)
- [Commits](microsoft/vstest@v16.11.0...v17.0.0)

---
updated-dependencies:
- dependency-name: Microsoft.NET.Test.Sdk
  dependency-type: direct:production
  update-type: version-update:semver-major
...

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-fixes for complex types:
  - a structure which contains an enum from namespace 0 can not be created. fixes #1561.
  - a structure with multidimensional array may lead to a endless loop in `ComplexTypeSystem.Load`
  - a malformed namespace Uri which contains a space character prevents creation of type system.
  - select endpoint doesn't pick the right scheme if the default endpoint must be picked
-prep for net472 or greater and net5.0 or greater build, only build #ifdef
Bumps [System.Io.Pipelines](https://github.com/dotnet/runtime) from 4.5.4 to 5.0.1.
- [Release notes](https://github.com/dotnet/runtime/releases)
- [Commits](https://github.com/dotnet/runtime/commits/v5.0.1)

---
updated-dependencies:
- dependency-name: System.Io.Pipelines
  dependency-type: direct:production
  update-type: version-update:semver-major
...

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [System.Text.Encodings.Web](https://github.com/dotnet/runtime) from 4.5.1 to 5.0.1.
- [Release notes](https://github.com/dotnet/runtime/releases)
- [Commits](https://github.com/dotnet/runtime/commits/v5.0.1)

---
updated-dependencies:
- dependency-name: System.Text.Encodings.Web
  dependency-type: direct:production
  update-type: version-update:semver-major
...

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This can cause considerable slowdown when connecting to multiple MQTT
destinations or when waiting for pubsub application to start, and is
unecessary.

Instead, the DisconnectHandler fires on connect fail as well, so this
implementation works.
- add build targets for net6.0
- fix new warnings in VS2022 compiler
@CLAassistant
Copy link

CLAassistant commented Feb 27, 2022

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.
5 out of 6 committers have signed the CLA.

✅ randy-armstrong
✅ mregen
✅ bdovaz
✅ mrsuciu
✅ einarmo
❌ dependabot[bot]
You have signed the CLA already but the status is still pending? Let us recheck it.

@codecov
Copy link

codecov bot commented Feb 28, 2022

Codecov Report

Merging #1721 (5d31e6f) into master (3dc1d4b) will decrease coverage by 0.03%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #1721      +/-   ##
==========================================
- Coverage   54.59%   54.56%   -0.04%     
==========================================
  Files         305      319      +14     
  Lines       57121    58568    +1447     
==========================================
+ Hits        31185    31955     +770     
- Misses      25936    26613     +677     
Impacted Files Coverage Δ
...tack/Opc.Ua.Core/Stack/Generated/Opc.Ua.Classes.cs 25.00% <ø> (ø)
...ck/Opc.Ua.Core/Stack/Generated/Opc.Ua.DataTypes.cs 100.00% <ø> (ø)
Stack/Opc.Ua.Core/Stack/State/MethodState.cs 61.65% <ø> (ø)
...Core/Security/Certificates/CertificateValidator.cs 79.93% <100.00%> (+0.13%) ⬆️
Stack/Opc.Ua.Core/Types/Utils/Tracing.cs 87.50% <0.00%> (-12.50%) ⬇️
Stack/Opc.Ua.Core/Types/Utils/ServiceResult.cs 62.61% <0.00%> (-6.55%) ⬇️
...indings.Https/Stack/Https/HttpsTransportChannel.cs 73.15% <0.00%> (-3.36%) ⬇️
.../Opc.Ua.Server/Subscription/SessionPublishQueue.cs 62.69% <0.00%> (-3.14%) ⬇️
...aries/Opc.Ua.Server/Server/ReverseConnectServer.cs 69.17% <0.00%> (-3.01%) ⬇️
Stack/Opc.Ua.Core/Types/Utils/Utils.cs 57.09% <0.00%> (-2.76%) ⬇️
... and 29 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 7a3c379...5d31e6f. Read the comment docs.

Copy link
Contributor

@mregen mregen left a comment

Choose a reason for hiding this comment

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

will reopen this PR against 1.5.368 release branch

@mregen mregen marked this pull request as draft February 28, 2022 09:23
@mregen
Copy link
Contributor

mregen commented Feb 28, 2022

@opcfoundation-org @randy-armstrong successfully merged to release/1.5.368 branch
see #1722

@mregen mregen closed this Feb 28, 2022
@opcfoundation-org opcfoundation-org deleted the modelcompiler-1.05.01-2022-02-24 branch October 31, 2022 11:21
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.

7 participants