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 XML Serializer Generator #40511

Closed
ssommerf opened this issue Aug 7, 2020 · 1 comment
Closed

Microsoft XML Serializer Generator #40511

ssommerf opened this issue Aug 7, 2020 · 1 comment
Assignees
Milestone

Comments

@ssommerf
Copy link

ssommerf commented Aug 7, 2020

Execution of the Xml Serializer Generator from within a NET Standard 2.0 project works and a XML assembly is generated. The generated assembly is missing the assembly version of the targeted (analyzed) assembly.
XML serialization assembly always defaults to [assembly: AssemblyVersion("0.0.0.0")].

This is an major issues in scenarios where you''ll have setups/installers that calculate delta updates of assemblies based on the version number.

@Dotnet-GitSync-Bot Dotnet-GitSync-Bot added area-Serialization untriaged New issue has not been triaged by the area owner labels Aug 7, 2020
@HongGit HongGit removed the untriaged New issue has not been triaged by the area owner label Sep 1, 2020
@HongGit HongGit added this to the 6.0.0 milestone Oct 8, 2020
@HongGit
Copy link
Contributor

HongGit commented Aug 10, 2021

This should have been resolved with the linked PR.

@HongGit HongGit closed this as completed Aug 10, 2021
@ghost ghost locked as resolved and limited conversation to collaborators Sep 9, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants