walterlv

Results 26 issues of walterlv

## Windows 11 Mica Dark 仿云母材质(暗) ![image](https://user-images.githubusercontent.com/9959623/137290854-531dd234-6567-4a5d-9422-cd6618386fb3.png) ## Windows 11 Mica Light 仿云母材质(亮) ![image](https://user-images.githubusercontent.com/9959623/137290832-829a8fe4-a1f9-4338-9ef9-a6930593fd31.png)

目前的 UI 尚在设计阶段,当前代码还是空的。设计稿如下。 ### 主界面 1. 允许设置界面亮色或暗色,这样可预览亮和暗色下开始菜单磁贴的样子; 2. 主界面仅包含磁贴相关的选项; 3. 已引用了我的源码包,可实现鼠标滑过的高光效果。 ![image](https://user-images.githubusercontent.com/9959623/95758259-cefca600-0cda-11eb-8c8e-5410b6bfa700.png) ![image](https://user-images.githubusercontent.com/9959623/95806230-c5565b00-0d39-11eb-9989-66f04e2ffabc.png) ### 关于界面 设计中…… 1. 包含 GitHub 页面; 2. 包含版本和作者信息; 3. 包含开源相关的声明。 ### 设置界面 设计中…… 1. 添加移除右键菜单; 2....

I have a TreeView with more than 10000 items. When I click to expand an item it expands in more than 5 seconds. So we have to add the virtualization...

**Is your feature request related to a problem? Please describe.** In the previous version 1.2.7, we merge resources using the `ResourceDictionary`: ```xml ``` After upgrading the WPFUI to 2.0.1, it...

bug
enhancement

**Is your feature request related to a problem? Please describe.** See the two menus below: * The left one is using the WPFUI 2.0.1 * The right one is using...

enhancement
controls
styles

## Description When pasting an image into Visual Studio Code markdown file, the image will be completely blank with every pixel transparent. ## How to reproduce it? 1. Copy an...

These are the roadmap I'm planning to do: - [ ] Add a LocalizableResources project. This project contains the main Resources.resx file and several localized files such as Resources.zh-CN.resx. -...

## 异常类型 * `IpcException` *抽象异常,永远不应该抛出,只允许被 `catch`* * `IpcRemoteException` *表示异常来自可正常连接并通信的其他端* * `IpcInvalidRemoteRequestException` *当 IPC 收到来自其他端的请求时,此请求无法被理解* * `IpcInvalidRemoteResponseException` *当 IPC 向其他端发起请求并收到其他端的响应后,此响应无法被理解* * 具体被序列化和反序列化的异常 *当其他端引发了异常,并通过 IPC 传过来时,此异常会被反序列化并重新抛出* * `IpcRemoteException` *当其他端引发了异常,并通过 IPC 传过来时,如果此异常无法被反序列化,则抛出此异常* *...

The test cases in a single test method may capture common variables in the method header. So a test case may affect each other. ```csharp public void Foo() { var...

enhancement

/Users/lvyi/.nuget/packages/dotnetcampus.sourceyard/0.1.19353-alpha/build/Core.targets(131,5): error MSB3073: The command "/Users/lvyi/.nuget/packages/dotnetcampus.sourceyard/0.1.19353-alpha/build/../tools/net45/dotnetCampus.SourceYard.exe -p "/Users/lvyi/Documents/Codes/dotnetCampus/dotnetCampus.Configurations/src/dotnetCampus.Configurations/dotnetCampus.Configurations.csproj " -i "obj/Debug/SourcePacking/Package " -n "/Users/lvyi/Documents/Codes/dotnetCampus/dotnetCampus.Configurations/bin/Debug " -v 1.2.9 --Compile obj/Debug/SourcePacking/CompileFile.txt --Resource obj/Debug/SourcePacking/ResourceFile.txt --Content obj/Debug/SourcePacking/ContentFile.txt --Page obj/Debug/SourcePacking/PageFile.txt --ApplicationDefinition obj/Debug/SourcePacking/ApplicationDefinitionFile.txt --None obj/Debug/SourcePacking/NoneFile.txt --EmbeddedResource...