OPCFoundation / UA-.NETStandard

OPC Unified Architecture .NET Standard
Other
1.94k stars 942 forks source link

Reenable .NET Standard 2.0 builds for core library #2570

Closed mregen closed 6 months ago

mregen commented 6 months ago

Proposed changes

For some specific applications like analyzers it is preferable to have a .NET Standard 2.0 build of the core library. Client/server build for NetStandard 2.0 will be maintained, but is unsupported in Nuget package and is not part of the test matrix.

Related Issues

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.

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.

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[bot] commented 6 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 54.53%. Comparing base (ebb55ad) to head (637a706).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #2570 +/- ## ========================================== - Coverage 54.65% 54.53% -0.12% ========================================== Files 342 342 Lines 65044 65044 Branches 13331 13331 ========================================== - Hits 35547 35473 -74 - Misses 25648 25718 +70 - Partials 3849 3853 +4 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.