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

edited minimal api templates for correct encoding #2309

Merged
merged 2 commits into from
Mar 5, 2023

Conversation

deepchoudhery
Copy link
Member

been trying to fix this issue and didn't realize the newline characters needed line feed chars

  • \n --> \r\n
  • fixes issue with consistent line endings being created in the scaffolded minimal endpoints file
  • will be ported over to .NET 6/7 as well.

@deepchoudhery deepchoudhery self-assigned this Mar 3, 2023
@deepchoudhery deepchoudhery merged commit 0821aa9 into main Mar 5, 2023
@deepchoudhery deepchoudhery deleted the dev/decho/fix-minimal-api-encoding branch March 5, 2023 23:45
deepchoudhery added a commit that referenced this pull request Mar 5, 2023
* edited minimal api templates for correct encoding

* revert sdk version
deepchoudhery added a commit that referenced this pull request Mar 8, 2023
* edited minimal api templates for correct encoding

* revert sdk version
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