How to find and remove unused keys from ResourceManager in ASP.NET Core?

37 Views Asked by At

I have a project with a lot of ResourceManagers, each containing a lot of keys. Some of these keys are not used, so I want to remove them.

How can I find and remove unused keys from a ResourceManager in ASP.NET Core?

0

There are 0 best solutions below