Skip to content

Move serializable types for xml serialization generator tests to separate assembly#44164

Merged
safern merged 2 commits intodotnet:masterfrom
safern:SerializerGenTests
Nov 3, 2020
Merged

Move serializable types for xml serialization generator tests to separate assembly#44164
safern merged 2 commits intodotnet:masterfrom
safern:SerializerGenTests

Conversation

@safern
Copy link
Member

@safern safern commented Nov 2, 2020

@ghost
Copy link

ghost commented Nov 2, 2020

Tagging subscribers to this area: @safern, @ViktorHofer
See info in area-owners.md if you want to be subscribed.

@safern safern removed the area-Meta label Nov 2, 2020
Copy link
Member

@ericstj ericstj left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks ok to me. It might be helpful to note somewhere the "why" behind this separation.

@safern
Copy link
Member Author

safern commented Nov 2, 2020

Looks ok to me. It might be helpful to note somewhere the "why" behind this separation.

I'll add a comment to the SerializableAssembly csproj.

@GrabYourPitchforks
Copy link
Member

🥳

@safern
Copy link
Member Author

safern commented Nov 3, 2020

Failures are unrelated and known.

@safern safern merged commit 6951dd7 into dotnet:master Nov 3, 2020
@safern safern deleted the SerializerGenTests branch November 3, 2020 02:03
Copy link
Member

@ViktorHofer ViktorHofer left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, thanks.

@ViktorHofer
Copy link
Member

Failures are unrelated and known.

Are you sure about the test failure?

System.IO.Compression.GzipStreamUnitTests.Write_DataReadFromDesiredOffset(mode: AsyncAPM) failed and I couldn't find a tracking issue for it and created one: #44189

@stephentoub
Copy link
Member

I couldn't find a tracking issue for it

#44173

@ViktorHofer
Copy link
Member

Cool. Why does Github search not list that issue? https://github.com/dotnet/runtime/search?q=Write_DataReadFromDesiredOffset&type=issues

@stephentoub
Copy link
Member

GitHub search isn't great. If you search for the full name, you'll find it:
https://github.com/dotnet/runtime/search?q=System.IO.Compression.GzipStreamUnitTests.Write_DataReadFromDesiredOffset&type=issues

@ViktorHofer
Copy link
Member

Thanks

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.

Invoking SGen creates a dependency on the repo local's shared framework

7 participants