Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
HO-COOH committed Mar 24, 2023
1 parent bf7e03c commit a5e6777
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 10 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,7 @@ In order to be consumed by the C# project (.NET6),


## Known issues
- Updating data **is** working, but the updates are not reflected on the UI. **Will fix very soon!** (You can see the updates if you restart the app!)
- Debugging for winui3 is not working. For developments' convenience, it normally runs without admin previledges. (This will change when it's publish to store)
- Debugging for winui3 under admin privilege is not fully working. For developments' convenience, it normally runs without admin previledges. (This will change when it's publish to store)
- More features coming!

<details>
Expand Down
14 changes: 6 additions & 8 deletions README.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,10 @@ DiskInfo
DiskInfo --- C#/WinUI 3 项目,提供了DiskInfo的UI层.
```
### WinRT 层
`DiskInfoLib` 是一个经过转化后可以调用Win32 API的 C++/WinRT 项目。
它在 Visual Studio 的 `Windows 运行时组件` 项目模板的基础上,添加了额外的宏定义以及库路径。
为了能够在 C# 项目中使用(.NET6),
- 添加 [cs/winrt](https://github.com/microsoft/cswinrt) 的 NuGet 包。
- 在项目中添加该 WinRT 项目的引用,最后在`csproj`文件中添加`PropertyGroup`标签,内容如下:
`DiskInfoLib` 用Visual Studio的C++ Windows运行时组件项目模板创建,并添加了额外的宏定义和库路径。
为了能够在 C# 项目中使用(.NET6),需要
- 添加 [cs/winrt](https://github.com/microsoft/cswinrt) 的 NuGet 包
- 在项目中添加该 WinRT 项目的引用,最后在`csproj`文件中加如下内容
```xml
<PropertyGroup>
<CsWinRTIncludes>DiskInfoLibWinRT</CsWinRTIncludes>
Expand All @@ -51,12 +50,11 @@ DiskInfo


## 已知问题
- 数据更新功能正常,但UI层无法正常显示更新后的数据。**该问题即将修复** (在重启应用后你可以看到更新后的数据)
- WinUI 3 无法使用调试功能。为了开发上的方便,默认不使用管理员权限运行。(商店版本发布时会改变这个行为)
- 在管理员权限下WinUI 3项目无法热更新Xaml和调试C++代码,为了开发方便,默认不以管理员权限运行。(在发布商店前会改成必须以管理员权限运行)
- 更多功能即将到来!

<details>
<summary>技术栈以及构建的前置条件</summary>
<summary>技术栈和构建项目的开发环境要求</summary>

## 技术栈

Expand Down

0 comments on commit a5e6777

Please sign in to comment.