Nukepayload2

Results 11 issues of Nukepayload2

关联 Issue #7

这么方便的类库只提供 C# 代码示例会减少用户群体。因为 VB 属于快速应用程序开发工具,用户很喜欢用这种工程性的类库拼凑出他们的应用程序。 我帮你加上代码示例之后发 PR。

目前比较现代化的程序集管理机制是采用 Nuget 包的方式。类库的用户通过 Nuget 安装第三方类库能有效解决类库的依赖项、安装和卸载,以及版本管理。

Overloading between _in_ parameters and _out_ or _ref_ parameters is supported in C#. But in VB, if you want to call one of an overload method which differ only by...

If I use stack only type in my VB code, error BC30668 will block compilation. I'm using VS2017 15.6.7. ### Steps to reproduce: 1. Create a .NET Core VB Console...

LDM Considering

我粗略地阅读了这个程序的源码,并对它有了一定了解。从中我看出了一些显著的问题,会阻碍今后的软件维护。 ### 应用架构设计问题 这个软件是 Code Behind 模式的 WPF 应用,并且代码长度已经有一定规模了。这种情况下应当考虑选择使用 Mvvm 模式重构代码。Code Behind 模式将逻辑、数据结构 与 UI 代码混杂在一起,按理说这样的写法应当仅存在于原型制作阶段(急于看到第一个成品),而不应该在软件有一定规模的情况下使用。 ### 纯托管化改造 Windows 10 要出 ARM64 版本了,而这个项目包含一些本机 C++ 动态链接库。这种混用非微软提供的本机动态链接库和托管代码的方式会阻碍应用程序今后的移植工作,或者在 ARM64 设备上大幅降低性能。有关如何使用托管代码重写弹幕窗口,可以参考 http://sharpdx.org/wiki/class-library-api/directcomposition/ ### 针对平台的自适应代码...

## Steps to reproduce: * Install vs2017. * Install plugin "ILSupport" and restart vs2017. * Create a Visual Basic Windows Forms with IL project. * Save all files. * Build...

我没找到育成模式下的 buff (例如 練習上手) 和 debuff (例如 練習ベタ) 的文档,如果还没做的话可以考虑加上吗?

Nukepayload2.SourceGenerators.AvaloniaUI is a Visual Basic source generator for typed Avalonia x:Name References. This project also contains the Visual Basic version of https://github.com/AvaloniaUI/Avalonia.Samples. All sample projects can be compiled successfully with...

### Describe the bug ## Expected behavior Load the model successfully as the `main.exe` of `llama.cpp` (tag:b2843) did. Logs from `main.exe` of `llama.cpp` ``` llm_load_print_meta: model ftype = IQ2_XS -...

bug