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

Add support for .NET Framework 4.7.1 and .NET Standard 2.1 #127

Merged
merged 5 commits into from
Nov 27, 2023

Conversation

computablee
Copy link
Owner

Which issue are you addressing?

Compatibility issues.

How have you addressed the issue?

Lots of #if pragmas have been used to modify the code to allow compatibility with C# 7.3, enabling us to build with .NET Framework 4.7.1 and .NET Standard 2.1 in mind. This greatly increases compatibility of the library.

How have you tested your patch?

net471 tests pass, but netstandard2.1 is untested. Not sure what to do here.

Copy link

codecov bot commented Nov 27, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (597cffa) 99.16% compared to head (3b30d32) 99.16%.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #127   +/-   ##
=======================================
  Coverage   99.16%   99.16%           
=======================================
  Files          13       13           
  Lines        1431     1436    +5     
  Branches      155      155           
=======================================
+ Hits         1419     1424    +5     
  Misses          5        5           
  Partials        7        7           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@computablee computablee merged commit f64c32b into main Nov 27, 2023
17 checks passed
@computablee computablee deleted the release/v1.x branch November 27, 2023 06:18
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