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

Microsoft.XmlSerializer.Generator 2.2.0 - created assemblies are not added to the nuget package #2335

Closed
sheitmann opened this issue Jan 29, 2020 · 4 comments
Assignees
Labels
area-Serialization bug wishlist Issue we would like to prioritize, but we can't commit we will get to it yet
Milestone

Comments

@sheitmann
Copy link

I followed this guide/example https://docs.microsoft.com/en-us/dotnet/core/additional-tools/xml-serializer-generator and used the workaround mentioned in #1390 to generate the XmlSerializer assembly.
When I enable the nuget package creation in the project settings the package is created but the XmlSerializer assembly is not included.

@Dotnet-GitSync-Bot Dotnet-GitSync-Bot added area-Serialization untriaged New issue has not been triaged by the area owner labels Jan 29, 2020
@StephenBonikowsky
Copy link
Member

@sheitmann Thank you for reporting this, looks like we did not anticipate the output of the tool needing to be packaged.
You can probably work around this by manually making sure that the generated assembly gets added to the package .
We will further investigate to determine what's involved for us to fix this on our side.

@StephenBonikowsky StephenBonikowsky removed the untriaged New issue has not been triaged by the area owner label Feb 11, 2020
@StephenBonikowsky StephenBonikowsky added this to the 5.0 milestone Feb 11, 2020
@HongGit HongGit added the wishlist Issue we would like to prioritize, but we can't commit we will get to it yet label Jul 15, 2020
@jeffschwMSFT
Copy link
Member

@HongGit .NET 5 ga is into only ship blocking issues. Is this still on the list for consideration for 5? If not can you change the milestone appropriately? Thanks

@karelz
Copy link
Member

karelz commented Dec 2, 2020

@HongGit are you considering it for 5.0 servicing (5.0.x milestone), or 6.0/Future?

@StephenMolloy
Copy link
Member

Fixed in 7.0-rc1 by #73550

@ghost ghost locked as resolved and limited conversation to collaborators Sep 12, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area-Serialization bug wishlist Issue we would like to prioritize, but we can't commit we will get to it yet
Projects
None yet
Development

No branches or pull requests

7 participants