dotnet / dotnet/wcf

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

Open
#4,154 1 comment 0 reactions 1 assignee Claimed by @imcarolwang View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.