Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kiyanyang/dotvast.toolkit.stringresource
解决 resw 文件无智能感知的问题。
https://github.com/kiyanyang/dotvast.toolkit.stringresource
resw resx winui3
Last synced: about 1 month ago
JSON representation
解决 resw 文件无智能感知的问题。
- Host: GitHub
- URL: https://github.com/kiyanyang/dotvast.toolkit.stringresource
- Owner: KiyanYang
- License: mit
- Created: 2022-09-26T06:32:46.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-23T06:56:27.000Z (10 months ago)
- Last Synced: 2024-04-27T07:44:30.975Z (8 months ago)
- Topics: resw, resx, winui3
- Language: C#
- Homepage:
- Size: 97.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# DotVast.Toolkit.StringResource
**自动生成 `resw` 文件的辅助 C# 文件,以解决无智能感知的问题。**
[![MIT License](https://img.shields.io/github/license/KiyanYang/DotVast.Toolkit.StringResource)](https://github.com/KiyanYang/DotVast.Toolkit.StringResource/blob/main/LICENSE.txt)
[![Nuget](https://img.shields.io/nuget/v/DotVast.Toolkit.StringResource)](https://www.nuget.org/packages/DotVast.Toolkit.StringResource/)
[![GitHub issues](https://img.shields.io/github/issues/KiyanYang/DotVast.Toolkit.StringResource)](https://github.com/KiyanYang/DotVast.Toolkit.StringResource/issues)
[![Nuget](https://img.shields.io/nuget/dt/DotVast.Toolkit.StringResource)](https://www.nuget.org/packages/DotVast.Toolkit.StringResource/)---
使用方法:
- 简单 Demo: [DotVast.Toolkit.StringResource.Demo](https://github.com/KiyanYang/DotVast.Toolkit.StringResource/tree/main/DotVast.Toolkit.StringResource.Demo)
- WinUI3 项目 Demo: [DotVast.HashTool.WinUI](https://github.com/KiyanYang/DotVast.HashTool.WinUI/blob/main/src/DotVast.HashTool.WinUI/Strings/Localization.cs)