question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Single File Generator support

See original GitHub issue
  1. Double-click on a resx file
  2. Add a new resource
---------------------------
Microsoft Visual Studio
---------------------------
The method or operation is not implemented.
---------------------------
OK   
---------------------------

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Reactions:1
  • Comments:11 (9 by maintainers)

github_iconTop GitHub Comments

1reaction
333fredcommented, Jul 18, 2016

The full list of the SFG’s registered under the old project system:

  • DataServiceClientGenerator
  • DataServicesCoreClientGenerator
  • EntityModelCodeGenerator
  • GlobalResourceProxyGenerator
  • MSDataSetGenerator
  • MSDiscoCodeGenerator
  • MSLinqToSQLGenerator
  • PublicResXFileCodeGenerator
  • PublicSettingsSingleFileGenerator
  • ResXFileCodeGenerator
  • SettingsSingleFileGenerator
  • TextTemplatingFileGenerator
  • TextTemplatingFilePreprocessor
  • WCF Proxy Generator
  • Xaml Activity Generator
0reactions
davkeancommented, May 23, 2018

Dup’ing this against https://github.com/dotnet/project-system/issues/3535 which is tracking us just picking up the legacy project system’s registration.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Implementing Single-File Generators - Visual Studio
A custom tool — sometimes referred to as a single file generator — can be used to extend the Visual Basic and Visual...
Read more >
Writing a Single-File Generator
A Single-File Generator (SFG), also known as a "Custom Tool", is a simple code-generation mechanism that has existed in Visual Studio since ...
Read more >
Registering Single File Generators - Visual Studio (Windows)
Learn how to register a custom tool in Visual Studio to instantiate it and associate it with a particular project type.
Read more >
c# - Single file generator example
I want to implement a single file generator (aka custom tool) in Visual Studio. Over the last couple of days, I have checked...
Read more >
Add Single File Generator - microsoft/VSProjectSystem
Single File Generators allow generating content based on initial file. ... Name it "Foo.xaml" - this will add support for a new ".foo"...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found