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

Missing XmlSerializers.dll in nupkg [Microsoft.XmlSerializer.Generator] #59139

Closed
topsterde opened this issue Sep 15, 2021 · 1 comment
Closed

Comments

@topsterde
Copy link

Description

Build this project:

<Project Sdk="Microsoft.NET.Sdk">

  <PropertyGroup>
    <TargetFramework>net5.0</TargetFramework>
    <GeneratePackageOnBuild>true</GeneratePackageOnBuild>
  </PropertyGroup>
	<ItemGroup>
		<PackageReference Include="Microsoft.XmlSerializer.Generator" Version="6.0.0-rc.1.21451.13" PrivateAssets="All" />
	</ItemGroup>
	<ItemGroup>
		<DotNetCliToolReference Include="Microsoft.XmlSerializer.Generator" Version="6.0.0-rc.1.21451.13" />
	</ItemGroup>
</Project>

The generated *.nupkg contains only the dll.
I am expecting a lib\net5.0\ASSEMBLYNAME.XmlSerializers.dll in this package.

Configuration

  • Which version of .NET is the code running on? 5.0
  • What OS and version, and what distro if applicable? Win 10
  • What is the architecture (x64, x86, ARM, ARM64)? x64
@dotnet-issue-labeler dotnet-issue-labeler bot added area-Serialization untriaged New issue has not been triaged by the area owner labels Sep 15, 2021
@StephenMolloy StephenMolloy removed the untriaged New issue has not been triaged by the area owner label Oct 7, 2021
@StephenMolloy
Copy link
Member

This looks like a duplicate of #2335

@ghost ghost locked as resolved and limited conversation to collaborators Nov 7, 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

2 participants