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

#2178 Added a new method CreateResponseWriter to UIResponseWriter #2307

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

terjew
Copy link

@terjew terjew commented Oct 22, 2024

What this PR does / why we need it:
Makes it possible for other projects to reuse UIResponseWriter even if they have other needs with regards to serialization options.

Which issue(s) this PR fixes:
#2178

Special notes for your reviewer:
Do I need to document the functionality? A sample use case can be seen in the unit test.

All the tests from UI.Client and UI.Core run fine, which is what I would expect to be affected by the changes.

Many tests from other projects do not run successfully on my local setup, but that is also true before applying my changes. I assume I am missing some dependency, configuration or similar. It seems like there is a CI workflow to run tests in GitHub, but it is waiting for approval before it will run.

Does this PR introduce a user-facing change?:
The proposed change should only affect library users, not end-users.

Please make sure you've completed the relevant tasks for this PR, out of the following list:

  • Code compiles correctly
  • Created/updated tests
  • Unit tests passing
  • End-to-end tests passing
  • Extended the documentation
  • Provided sample for the feature

@github-actions github-actions bot added the UI label Oct 22, 2024
@terjew
Copy link
Author

terjew commented Oct 22, 2024

@dotnet-policy-service agree

…ter class. Cleanup some duplicated code.
@terjew terjew force-pushed the 2178-support-custom-jsonoptions-in-uiresponsewriter branch from 744c26b to 37ddd44 Compare October 22, 2024 23:23
@terjew terjew marked this pull request as ready for review October 23, 2024 07:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant