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

Use raw strings for quoted code in extensions generator #983

Merged
merged 3 commits into from
Mar 9, 2023

Conversation

atifaziz
Copy link
Member

@atifaziz atifaziz commented Mar 8, 2023

This PR updates the extensions generator to use raw strings for quoted code, which seems simpler to read with respect to indentation, quoting and braces for C# blocks.

@codecov
Copy link

codecov bot commented Mar 9, 2023

Codecov Report

Merging #983 (579028a) into master (498a5e7) will not change coverage.
The diff coverage is n/a.

❗ Current head 579028a differs from pull request most recent head 703adcb. Consider uploading reports for the commit 703adcb to get more accurate results

@@           Coverage Diff           @@
##           master     #983   +/-   ##
=======================================
  Coverage   92.60%   92.60%           
=======================================
  Files         113      113           
  Lines        3434     3434           
  Branches     1054     1054           
=======================================
  Hits         3180     3180           
  Misses        191      191           
  Partials       63       63           

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

Conflicts:

- bld/ExtensionsGenerator/Program.cs
@atifaziz atifaziz merged commit 93bc6dc into morelinq:master Mar 9, 2023
@atifaziz atifaziz deleted the ext-gen-raw-strings branch March 9, 2023 17:30
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