Nukepayload2
Nukepayload2
@rskar-git How about extending the `With` keyword to handle this case? Change ```vb Dim ([], [], [], pop1, [], pop2) = QueryCityDataForYears("New York City", 1960, 2010) ``` To ```vb Dim...
I've converted some code from one of the C# implementations. It uses `ArrayPool` to reduce garbage collection time. https://github.com/Nukepayload2/Primes/tree/drag-race/PrimeBASIC/solution_3
> I am not sure whether an ArrayPool is considered faithful regarding the rules: @hartmair This is a good question. According to the rules of "faithfulness", `ArrayPool(Of T).Shared` is unfaithful....
> their language design teams @gafter: Does the VB language design team still exist? I haven't seen new VB language design meeting notes for 1 year and 2 months.
@AdamSpeight2008 I agree. Even WinUI 3 (a new Windows 10 desktop development workload, vNext of UWP) is dropping VB support. https://github.com/microsoft/microsoft-ui-xaml/issues/2497#issuecomment-632368899
Awesome! It's a nice addition to Blazor. |Feature/Attribute|Blazor|Your compiler| |-|-|-| |File size|Huge, larger than 5 MB|Small| |Supports JS API|`True`|`True`| |Supports Core VB syntax|`True`|`Partial`| |Supports .NET Standard 2.0 API|`True`|`False`|
顺便提一下,我现在工作的公司是会卖 WPF 控件的。不必担心我提出不合理的建议。
签名的问题我倒是有个办法。先看看今年下半年 Windows 10 的 ARM64 版表现如何。如果表现好,可以把弹幕姬打包成商店应用,然后发布到微软商店。这样微软会给程序包签名,同时阻止 NT SERVICE\TrustedInstaller 之外的用户修改你的软件包安装目录。至于开发人员账号,你可以自己在微软的开发人员中心买,我印象中前年是 120 RMB 就能永久用,也可以借用在校大学生的邮箱免费注册一个。
软件大小问题可以试试 ILMerge 链接程序集(如果你不用反射的话)。 工具下载: https://www.nuget.org/packages/ilmerge 教程: https://github.com/Microsoft/ILMerge/blob/master/ilmerge-manual.md
我没有让你们这么早就放弃 Win7 的支持。毕竟那个系统在 2020 年才会成为下一个 XP。那些装了 Win10 反而卡的大多是连 AVX 指令集都没有的老电脑,到 win7 彻底退役的时候那些人也该换电脑了。 你们需要看得远一些。我不信以后 B 站不会动弹幕的实现机制或者设计。你们以后肯定还是有修改代码的必要。下一次 B 站弹幕改版你们打算怎样给代码签名呢?就算 B 站弹幕长时间不改版,这套 UI 随着微软逐步实现系统应用的 Fluent Design,会越来越难融入到当前系统的风格。最近给预览体验人员推送的 1803 功能更新已经在相当多的地方添加了亚克力材质和揭示光照效果。然而 WPF 4 默认的控件外观还停留在 Windows 8...