Skip to content

A Visual Studio Custom Tool for generating a strongly typed helper class for accessing localized resources from a .ResW file.

Notifications You must be signed in to change notification settings

xamarinua/reswcodegen

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

reswcodegen

A Visual Studio Custom Tool for generating a strongly typed helper class for accessing localized resources from a .ResW file.

This is custom build of the https://github.com/christianhelle/reswcodegen because the author of the original package missed to do this for a long time.

List of changes:

  • gitignore was added
  • new packages.config with correct (at this moment) referenses instead of referensing dlls.
  • to build this sources you have to install corresponding VS feature.
  • I left only VS2017+ as the target.
  • .net 4.6 as target

You could download the package from the "releases" section or build from the source - https://github.com/bondarenkod/reswcodegen/releases I left all guid's and almost everithing else as it were before, so, you probable can get a conflict with an old vsix if you have <=vs2015 on the same machine with installed package.

Plans:

  • rename & publish to the store (I'll remove that package if author will fix her project)
  • review and clean the code. I want to remove the old stuff (<=2015) and learn how to write such as this extensions.
  • add tests

About

A Visual Studio Custom Tool for generating a strongly typed helper class for accessing localized resources from a .ResW file.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 99.3%
  • PowerShell 0.7%