shyboy

Results 9 issues of shyboy

How does this function work? How to get the magnetic link or the files contained in torrent before starting the official download? I am developing a program, hoping to obtain...

### Describe the bug ListView 绑定的数据无法进行正常显示如下图: ![image](https://user-images.githubusercontent.com/8773178/186356777-10ec3024-35d9-44f7-8eb3-e81a6d2d9b48.png) 这是我的测试代码 [ListView.zip](https://github.com/HandyOrg/HandyControl/files/9413959/ListView.zip) ### Steps to reproduce the bug **xaml 代码:** ``` ``` c# 代码 ``` public partial class MainWindow : Window { public...

How to add a global tracker list? It is troublesome to add torentmanager circularly each time. If all torents use the same tracker, it is unnecessary to add them separately...

## Summary https://github.com/PrismLibrary/Prism/blob/bf0966af97a7dd16141ed3b3c3cfc784ff5e0cb7/src/Wpf/Prism.Wpf/Modularity/DirectoryModuleCatalog.netcore.cs#L139 assembly.ReflectionOnlyLoadFrom(dependentAssemblyFilename); ## API Changes assembly.load(dependentAssemblyFilename); The recommended method for loading DLLs in. net core is AssemblyContextLoad. Would you like to consider changing AppDomain to AssemblyContextLoad in the...

enhancement

## Summary https://github.com/PrismLibrary/Prism/blob/bf0966af97a7dd16141ed3b3c3cfc784ff5e0cb7/src/Wpf/Prism.Wpf/Modularity/DirectoryModuleCatalog.netcore.cs#L102C33-L102C51 The module DLL may exist in some subdirectories, and the current search method cannot find the DLL e.g. var fileInfos = directory.GetFiles("*.dll",SearchOption.AllDirectories)

enhancement

### Describe the bug / Ideally, I would add NavigationView that can be used immediately through simple configuration, but after extensive experimentation and sample review, it still cannot solve this...

bug

### Feature request type enhancement ### Is your feature request related to a problem? Please describe 现有的属性有点少,控制不是很灵活 ### Describe the solution you'd like 增加 fontfamily,fontsize, fontcolor titleheight ### Describe alternatives...

### Describe the bug I need to use it in conjunction with the Prism framework and do not require the TargetPageType attribute. When deleting the TargetPageType attribute or leaving it...

bug

环境是.net 9 ,直接用源代码测试的,会在while 内产生死循环