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

Package and SDK updates #177

Merged
merged 4 commits into from
Jun 4, 2019
Merged

Package and SDK updates #177

merged 4 commits into from
Jun 4, 2019

Conversation

martincostello
Copy link
Member

  • Update to the latest .NET Core SDK.
  • Enhance build script by:
    • Use switch to skip tests.
    • Ensure JSON parse always succeeds between different versions of PowerShell.
    • Use Join-Path to build paths rather than string concatenation.
    • Make the "is SDK installed?" more reliable/efficient.
    • Get the versions of OpenCover and ReportGenerator by parsing the Directory.Build.props file, rather than hard-coding.
  • Use MSBuild property for analyzer versions as they have to update in sync.
  • Update packages:
    • .NET Core test SDK
    • Moq
    • ReportGenerator
    • Roslyn analyzers
    • Source Link

Update to the latest .NET Core SDK.
Use switch to skip tests.
Ensure JSON parse always succeeds between different versions of PowerShell.
Use Join-Path to build paths rather than string concatenation.
Make "is SDK installed?" more reliable.
Get the versions of OpenCover and ReportGenerator by parsing the Directory.Build.props file, rather than hard-coding.
Update .NET Core test SDK and Moq.
Use parameter for analyzer versions as they update in sync.
Update analyzer packages.
Update SourceLink package.
Update ReportGenerator.
@martincostello martincostello added this to the Future milestone Jun 2, 2019
@martincostello martincostello requested a review from a team as a code owner June 2, 2019 16:44
@codecov
Copy link

codecov bot commented Jun 2, 2019

Codecov Report

Merging #177 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #177   +/-   ##
=======================================
  Coverage   89.55%   89.55%           
=======================================
  Files          19       19           
  Lines         450      450           
  Branches      121      121           
=======================================
  Hits          403      403           
  Misses         18       18           
  Partials       29       29

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 4026912...31c321a. Read the comment docs.

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.

3 participants