You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: