Single File Generator support
See original GitHub issue- Double-click on a resx file
- Add a new resource
---------------------------
Microsoft Visual Studio
---------------------------
The method or operation is not implemented.
---------------------------
OK
---------------------------
Issue Analytics
- State:
- Created 7 years ago
- Reactions:1
- Comments:11 (9 by maintainers)
Top 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 >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
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
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.