dotnet-svcutil.xmlserializer tool fails to load assemblies when targeting netcoreapp3.1
Open
dotnet-svcutil.xmlserializer
priority 1
tooling
- Dominant language
- C#
- Stars
- 1.8k
- Forks
- 576
- Avg merge
- 6d 9h
- Merged PRs (30d)
- 2
Description
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.
Contributor guide
Assessment
This issue has not been assessed yet.