Skip to content

Share SourceWriter between JSON & config binding generators#89150

Merged
layomia merged 2 commits into
dotnet:mainfrom
layomia:binder-gen-sourcewriter
Jul 19, 2023
Merged

Share SourceWriter between JSON & config binding generators#89150
layomia merged 2 commits into
dotnet:mainfrom
layomia:binder-gen-sourcewriter

Conversation

@layomia

@layomia layomia commented Jul 19, 2023

Copy link
Copy Markdown
Contributor

Fixes #88918. FYI @tannergooding @ericstj @jasper-d @martincostello @vcsjones @lateralusX.

The writer used for the JSON generator has the correct right line-ending behavior.

@layomia layomia added this to the 8.0.0 milestone Jul 19, 2023
@layomia layomia self-assigned this Jul 19, 2023
@ghost

ghost commented Jul 19, 2023

Copy link
Copy Markdown

Tagging subscribers to this area: @dotnet/area-extensions-configuration
See info in area-owners.md if you want to be subscribed.

Issue Details

Fixes #88918. FYI @tannergooding @ericstj @jasper-d @martincostello @vcsjones @lateralusX.

The writer used for the JSON generator has the correct right line-ending behavior.

Author: layomia
Assignees: layomia
Labels:

area-Extensions-Configuration

Milestone: 8.0.0

@layomia layomia force-pushed the binder-gen-sourcewriter branch 3 times, most recently from b3162e0 to 65c718f Compare July 19, 2023 02:10
Comment thread src/libraries/Common/src/SourceGenerators/SourceWriter.cs Outdated
Comment thread src/libraries/Common/tests/TestUtilities/System/LineEndingsHelper.cs Outdated
Comment thread src/libraries/Common/tests/TestUtilities/System/LineEndingsHelper.cs Outdated
@layomia layomia force-pushed the binder-gen-sourcewriter branch from b1c8e64 to 5e37570 Compare July 19, 2023 16:43
@layomia

layomia commented Jul 19, 2023

Copy link
Copy Markdown
Contributor Author

/backport to release/8.0-preview7

@github-actions

Copy link
Copy Markdown
Contributor

Started backporting to release/8.0-preview7: https://github.com/dotnet/runtime/actions/runs/5602367197

@eiriktsarpalis

Copy link
Copy Markdown
Member

Shouldn't this be merged before initiating a backport PR?

@ericstj

ericstj commented Jul 19, 2023

Copy link
Copy Markdown
Member

Shouldn't this be merged before initiating a backport PR?

We're close on time -- it's fine to merge in parallel so long as we squash the commits in release. It does mean that both PRs need to be kept in sync, but right now we're ready to merge and just waiting for the validation build to complete. Assuming both are green we save a couple hours by doing it parallel.

@layomia

layomia commented Jul 19, 2023

Copy link
Copy Markdown
Contributor Author

Build failure appears unrelated.

@ghost ghost locked as resolved and limited conversation to collaborators Aug 19, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

.\build.cmd -subset clr+libs -config release fails in ConfigurationBindingGenerator

3 participants