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

dotnet-svcutil.xmlserializer tool fails to load assemblies when targeting netcoreapp3.1 #4154

Open
StephenBonikowsky opened this issue Feb 6, 2020 · 1 comment
Assignees
Labels
dotnet-svcutil.xmlserializer This issue is regarding the dotnet-svcutil.xmlserializer tool. priority 1 Stack ranked level of priority. P1 tooling An issues related to any tool shipped from this repo.

Comments

@StephenBonikowsky
Copy link
Member

This is the same problem with the Microsoft.XmlSerializer.Generator as reported in dotnet/runtime#630

The tool currently runs on netstandard2.0 so if the application using the tool targets a newer framework such as netcoreapp3.1 it will fail to load the newer version of assemblies that have already been loaded by the tool.

@StephenBonikowsky StephenBonikowsky added the tooling An issues related to any tool shipped from this repo. label Feb 6, 2020
@dasetser dasetser added the priority 1 Stack ranked level of priority. P1 label Mar 6, 2020
@HongGit HongGit added the dotnet-svcutil.xmlserializer This issue is regarding the dotnet-svcutil.xmlserializer tool. label Mar 9, 2021
@imcarolwang
Copy link
Contributor

imcarolwang commented Oct 19, 2023

I've validated that this issue no longer reproduces in the private build created from the latest code (with PR #5321 merged) .

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dotnet-svcutil.xmlserializer This issue is regarding the dotnet-svcutil.xmlserializer tool. priority 1 Stack ranked level of priority. P1 tooling An issues related to any tool shipped from this repo.
Projects
None yet
Development

No branches or pull requests

4 participants