Skip to content

Localized Microsoft.AspNet.WebPages.Data packages do not provide correct resources #324

Closed
@dougbu

Description

@dougbu

Since https://www.nuget.org/packages/Microsoft.AspNet.WebPages.Data.fr/3.1.0 and similar packages were published, the contained assembly has been named WebMatrix.WebData.resources.dll. This does not line up w/ the WebMatrix.Data.dll assembly in https://www.nuget.org/packages/Microsoft.AspNet.WebPages.Data/3.1.0. That initially just looked confusing.

The problem is much worse because the misnamed assembly is actually identical to what we ship in e.g. https://www.nuget.org/packages/Microsoft.AspNet.WebPages.WebData.fr/3.1.0. That doesn't do much good for .Data users.

Resources found in Microsoft.AspNet.WebPages.Data localized packages:
WebMatrix Data resources

Versus those found in the base assembly:
WebMatrix Data resources

Further, the namespaces don't match either (base image second):
WebMatrix Data resourceNames

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions