Skip to content

GenerateResources does not support linked resources on .NET Core #1247

@rainersigwald

Description

@rainersigwald

See discussion in #1197 (comment) and dotnet/corefx#8200.

We don't have ResXResourceReader on .NET Core, so we can't crack a .resx file to find its linked resources. But that's ok because a .NET Core application couldn't consume them even if they were embedded.

At the moment, we will ignore linked resources when running in .NET Core.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions