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

Bump versions and fix assertion #1073

Open
wants to merge 7 commits into
base: master
Choose a base branch
from

Conversation

drewnoakes
Copy link
Member

No description provided.

Removes references to targets we no longer support, such as `net35`.

Uses range-based symbols (such as `NETSTANDARD` and `NETSTANDARD2_0_OR_GREATER` rather than `NETSTANDARD2_0 || NETSTANDARD2_1`.)

Also changes some tabs to spaces.
`netcoreapp3.1` is no longer supported or receiving security updates, so has been removed.
@codecov
Copy link

codecov bot commented Sep 6, 2023

Codecov Report

Merging #1073 (068a2d9) into master (7c86f95) will increase coverage by 65.99%.
The diff coverage is 50.00%.

❗ Current head 068a2d9 differs from pull request most recent head ff606d3. Consider uploading reports for the commit ff606d3 to get more accurate results

@@             Coverage Diff             @@
##           master    #1073       +/-   ##
===========================================
+ Coverage        0   65.99%   +65.99%     
===========================================
  Files           0      146      +146     
  Lines           0     9087     +9087     
  Branches        0     1451     +1451     
===========================================
+ Hits            0     5997     +5997     
- Misses          0     2492     +2492     
- Partials        0      598      +598     
Files Coverage Δ
src/NetMQ/AsyncReceiveExtensions.cs 40.59% <ø> (ø)
src/NetMQ/Core/Mechanisms/CurveClientMechanism.cs 78.35% <ø> (ø)
src/NetMQ/Core/Mechanisms/CurveServerMechanism.cs 78.20% <ø> (ø)
src/NetMQ/Core/Transports/Pgm/PgmSocket.cs 0.00% <ø> (ø)
src/NetMQ/Core/Transports/Tcp/TcpListener.cs 63.29% <ø> (ø)
src/NetMQ/Core/Utils/OpCode.cs 30.30% <ø> (ø)
src/NetMQ/Core/Utils/Signaler.cs 79.48% <ø> (ø)
src/NetMQ/Core/Utils/SocketUtility.cs 100.00% <ø> (ø)
src/NetMQ/Core/Utils/SpanUtility.cs 42.85% <ø> (ø)
src/NetMQ/GroupSocketExtensions.cs 28.94% <ø> (ø)
... and 11 more

... and 125 files with indirect coverage changes

@drewnoakes drewnoakes force-pushed the bump-versions-and-fix-assertion branch from d3972b0 to f3825cf Compare September 6, 2023 01:54
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.

1 participant