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

Doesn't work with .NET Standard Libraries. #95

Open
ghost opened this issue Jun 18, 2017 · 1 comment
Open

Doesn't work with .NET Standard Libraries. #95

ghost opened this issue Jun 18, 2017 · 1 comment

Comments

@ghost
Copy link

ghost commented Jun 18, 2017

Installed products

  • Visual Studio: Visual Studio 2017 15.2

Description

This code generation example works with a standard .Net 4.5, .Net 4.6 library and PCL library project, but doesn't work with a .NETStandard library project.

Steps to recreate

  1. Create a blank solution.
  2. Create a .NETStandard Library
  3. Create a resource.
  4. Replace ResXResourceGenerator with XmlFileGenerator
  5. Code is not generated, no error message.

Current behavior

The code generator works with old .NET and PLC libraries.

Expected behavior

It should work with a .NET Standard library.

@AArnott
Copy link
Member

AArnott commented Aug 1, 2017

This is unrelated to VS SDK Extensibility samples. It should be filed here: https://github.com/dotnet/project-system/issues

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant