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

Reuse version property provided by the SDK #6730

Merged
merged 4 commits into from May 15, 2024

Conversation

kasperk81
Copy link
Contributor

_ParseVersion target is doing too much unnecessary work, when sdk provides NETCoreSdkVersion property for years, set to the current version of sdk in use

@CLAassistant
Copy link

CLAassistant commented Nov 27, 2023

CLA assistant check
All committers have signed the CLA.

Copy link

sonarcloud bot commented Nov 27, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

Copy link

codecov bot commented Nov 27, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 77.12%. Comparing base (4cc8cd0) to head (f699944).
Report is 2 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #6730      +/-   ##
==========================================
- Coverage   79.71%   77.12%   -2.59%     
==========================================
  Files        2631     2648      +17     
  Lines      131990   132553     +563     
==========================================
- Hits       105213   102235    -2978     
- Misses      26777    30318    +3541     
Flag Coverage Δ
unittests 77.12% <ø> (-2.59%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

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

@michaelstaib michaelstaib self-requested a review November 28, 2023 09:26
@glen-84 glen-84 changed the title reuse version property provided by the sdk Reuse version property provided by the SDK Jan 14, 2024
@kasperk81
Copy link
Contributor Author

@michaelstaib this has hit us a few times. is this something you are willing to accept? using sdk provided property is better than handrolled parsing imo.

@michaelstaib
Copy link
Member

Sure ... I got to test it.

@michaelstaib michaelstaib added this to the HC-14.0.0 milestone May 15, 2024
@michaelstaib michaelstaib merged commit 12cb60f into ChilliCream:main May 15, 2024
175 of 186 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants