Skip to content

Visual Studio 16.8 breaks SvcUtil build targets #4431

Open
@pmiddleton

Description

@pmiddleton

We are using the dotnet-avcutil.xmlserilizer package in our solution to build xml serializes for a 3rd party wcf service we consume. We just upgraded our version of Visual Studio to 16.8 and are now receiving the following two build errors.

Error MSB4063 The "ResolvePackageAssets" task could not be initialized with its input parameters.

Error MSB4064 The "TargetFrameworkMoniker" parameter is not supported by the "ResolvePackageAssets" task. Verify the parameter exists on the task, and it is a settable public instance property.

We verified with that the code builds fine on a machine with 16.7.x and then fails on the same machine once the 16.8.1 update is applied.

Our code is in a .Net Standard 2.0 class library.

The errors is coming from the ResolvePackageAssets task in the dotnet-svcutil.xmlserializer.targets file.

Metadata

Metadata

Assignees

Labels

dotnet-svcutil.xmlserializerThis issue is regarding the dotnet-svcutil.xmlserializer tool.priority 1Stack ranked level of priority. P1toolingAn issues related to any tool shipped from this repo.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions