Steve
Steve
@amwx Could you please take a look at this change? I know you have been busy with your job, but this is a trivial fix to resolve the issue with...
@hanabi1224 It's not C#'s fault that some languages don't have the ability to do stack allocations. If using `struct` is considered to be cheating, should all those C++, Go and...
I also hit this issue. It's caused by that the uri of customer services has been changed to `https://cs.hoyoverse.com/csc-service-center-fe`, so it no longer matches the uri here: https://github.com/Scighost/Starward/blob/176a0896535cca542ca8bf291c0929fbde83f05f/src/Starward.Core/SelfQuery/SelfQueryClient.cs#L80
> If the mentioned bug was to get fixed for most scenarios to possibly propagate the error message, would we still want this custom first chance Unhandled exception handler? If...
> requires extra checks on every single handled exception for every WinRT type ever The check only happens when an exception on WinRT server is unhandled from managed code. Even...
I think it's already possible to use R2R together with CsWinRT for a C# WinRT component?
> GPTQModel has validated the code by @davidgxue and have merged this in PR [ModelCloud/GPTQModel#27](https://github.com/ModelCloud/GPTQModel/pull/27) > > If you want a AutoGPTQ compatible pkg that supports the latest models and...
My current plan is to to complete the [rd.xml generator for efcore](https://github.com/hez2010/EFCore.NativeAOT.RdGenerator) first, so developers can get rid of writing those directives manually.
已知问题,目前暂时没有更新的计划,欢迎PR :)