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

Update .NET SDK to 8.0.400, including dependencies #1074

Merged
merged 5 commits into from
Sep 19, 2024

Conversation

atifaziz
Copy link
Member

This PR updates the solution to use .NET SDK 8.0.400 and updates all dependencies to their latest versions.

It closes #1073 by adding an .editorconfig to the MoreLinq.ExtensionsGenerator project so style issues are not flagged as warnings, which were appearing in code generated by docopt.net.

Copy link

codecov bot commented Sep 19, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 93.23%. Comparing base (d5187e4) to head (6a4ad06).
Report is 1 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #1074   +/-   ##
=======================================
  Coverage   93.23%   93.23%           
=======================================
  Files         112      112           
  Lines        3400     3400           
  Branches      962      962           
=======================================
  Hits         3170     3170           
  Misses        214      214           
  Partials       16       16           

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

@atifaziz atifaziz merged commit 088df95 into morelinq:master Sep 19, 2024
6 of 7 checks passed
@atifaziz atifaziz deleted the update-sdk branch September 19, 2024 14:54
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.

Updating to .NET SDK 8.0.400+ causes style warnings in generated code
2 participants