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

Feature net5.0 #19

Merged
merged 17 commits into from
Nov 19, 2020
Merged

Feature net5.0 #19

merged 17 commits into from
Nov 19, 2020

Conversation

petarpetrovt
Copy link
Owner

@petarpetrovt petarpetrovt commented Nov 19, 2020

  • Add net5.0 target framework
  • Update NuGet packages
  • Improve CI build
  • Improve T4 build
  • Add SkipLocalsInit attribute to SNBase when targeting .net5.0
  • Add fast path for Half comparison check on net5.0
  • Update benchmarks results
  • Closes Add support for net5.0 target framework #16

@petarpetrovt
Copy link
Owner Author

petarpetrovt commented Nov 19, 2020

Codecov Report

Merging #19 (99a4102) into master (913c59a) will increase coverage by 0.05%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #19      +/-   ##
==========================================
+ Coverage   93.00%   93.05%   +0.05%     
==========================================
  Files          14       14              
  Lines       24777    24777              
  Branches    19847    19847              
==========================================
+ Hits        23043    23056      +13     
  Misses          2        2              
+ Partials     1732     1719      -13     
Impacted Files Coverage Δ
...rtingNetworks/SNBestKnown.Comparison.Descending.cs 86.58% <0.00%> (-1.43%) ⬇️
...ortingNetworks/SNBestKnown.Comparable.Ascending.cs 86.12% <0.00%> (-1.25%) ⬇️
...tingNetworks/SNBoseNelson.Comparable.Descending.cs 93.64% <0.00%> (-0.26%) ⬇️
...rtingNetworks/SNBestKnown.Comparable.Descending.cs 87.57% <0.00%> (-0.21%) ⬇️
...rtingNetworks/SNBoseNelson.Comparison.Ascending.cs 93.78% <0.00%> (-0.20%) ⬇️
...tworks/SNBoseNelson.ComparisonPointer.Ascending.cs 93.50% <0.00%> (-0.17%) ⬇️
...works/SNBoseNelson.ComparisonPointer.Descending.cs 93.47% <0.00%> (-0.03%) ⬇️
...rtingNetworks/SNBoseNelson.Comparable.Ascending.cs 93.55% <0.00%> (+0.25%) ⬆️
...tworks/SNBestKnown.ComparisonPointer.Descending.cs 88.19% <0.00%> (+0.41%) ⬆️
...tingNetworks/SNBoseNelson.Comparison.Descending.cs 94.28% <0.00%> (+0.72%) ⬆️
... and 2 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 913c59a...99a4102. Read the comment docs.

@petarpetrovt petarpetrovt marked this pull request as ready for review November 19, 2020 19:11
@petarpetrovt petarpetrovt added this to the v2.0 milestone Nov 19, 2020
@petarpetrovt petarpetrovt merged commit 52bb601 into master Nov 19, 2020
@petarpetrovt petarpetrovt deleted the feature/net5.0 branch November 19, 2020 19:45
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.

Add support for net5.0 target framework
1 participant