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

.NET 7 Generic math support #52

Draft
wants to merge 3 commits into
base: master
Choose a base branch
from
Draft

.NET 7 Generic math support #52

wants to merge 3 commits into from

Conversation

tompazourek
Copy link
Owner

@tompazourek tompazourek commented Apr 29, 2023

TODO

  • Span-based TryFormat
  • Span-based Parse and TryParse
  • % operator
  • TryConvertFrom* and TryConvertTo* methods
  • Tests

@codecov
Copy link

codecov bot commented Apr 29, 2023

Codecov Report

Merging #52 (3480d69) into master (2aef85d) will decrease coverage by 0.54%.
The diff coverage is 0.00%.

@@            Coverage Diff             @@
##           master      #52      +/-   ##
==========================================
- Coverage   55.17%   54.63%   -0.54%     
==========================================
  Files          17       17              
  Lines         812      820       +8     
  Branches      181      181              
==========================================
  Hits          448      448              
- Misses        330      338       +8     
  Partials       34       34              
Impacted Files Coverage Δ
src/Rationals/Formatting.cs 90.90% <0.00%> (-2.12%) ⬇️
src/Rationals/Operators.cs 73.33% <0.00%> (-11.29%) ⬇️
src/Rationals/Parsing.cs 63.07% <0.00%> (-5.26%) ⬇️

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