-
Add support for .resx format for .net
## Pre-specification
- [ ] We've setup responsible person
- [ ] We've checked how other tools solve the similar issues
## Implementation
### The user s…
-
### 내용
- 메인 폼 파일명: `Stegano`
- 기능 연결되지 않은 그래픽 파일만 완성하기
### 주의사항
- `.resx` 파일도 커밋에 포함하시오...
-
### Describe the feature you'd like
There's no GUI-based support for .resx files a la Visual Studio. Consider adding it.
(Encouraged by @davidwengier [on Reddit](https://www.reddit.com/r/csharp/co…
-
I wrote a [simple tool](https://github.com/jmarolf/ResxCop) to list duplicate resource strings in a solution.
this is near total duplication between `CodeStyleResources.resx` and `WorkspacesResourc…
-
If you have problems, or suggestions for improvement, report them at https://github.com/mrlacey/StringResourceVisualizer/issues/new
If you like this extension please leave a review at https://market…
-
### Description
I migrated my shared Xamarin project to .NET MAUI Library. I need to use translations that are stored there. They need to be accessible from this library and from the MAUI app proje…
-
The RESX code generation does not respect the `` metadata item on a `` item.
For example, the following:
``` XML
Microsoft.VisualStudio.Editors.Designer.resources
Designer
…
-
You must add the following code to the "ServiceColors" property.
[DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
-
### Issue Description
Satellite assemblies with un-predefined cultures in a project are not copied correctly into the projects that depends on it.
### Steps to Reproduce
Assume that `yue` is …
-
Resx uses `TypeConverters` when available to convert data to/from `string` and `byte[]`. The specific type converter used isn't recorded, it's only the active one for `typeof(T)` that is considered. F…