Allen Cai

Results 98 comments of Allen Cai

> > FYI. this is supported in DotSwashbuckle v3.0.8+ > > I have just tested it with .NET 8 and [Swashbuckle.AspNetCore v6.6.2](https://www.nuget.org/packages/Swashbuckle.AspNetCore/6.6.2) and it still doesn't produce any response type:...

This scene, can be tracked? ![image](https://user-images.githubusercontent.com/5094922/147180203-e2ce2a9b-88f8-4662-9d55-61fc883801ba.png) ```C# class Program { static void Main(string[] args) { List models = new(); models.Add(new Model { Id = Guid.NewGuid() }); models.Add(new Model { Id...

The v3.1.0-alpha0 shows up fine in Chinese on my computer. After upgrading to the v3.1.0-alpha1, the Chinese display is garbled.

Gooooooooooooooood !!! ![image](https://github.com/marticliment/UniGetUI/assets/5094922/84c96665-ddff-40d5-8788-854e68f3b497)

> I took the liberty to create a Visual Studio feature request: > > https://developercommunity.visualstudio.com/t/Support-NET-SDK-Style-Behavior-in-the-S/10221992 > > If we really want to get it added, everyone needs to vote and...

> Do you have .NET 9 SDK? Could it be this issue? [dotnet/wpf#9582](https://github.com/dotnet/wpf/issues/9582) > > What is the output of ?`dotnet --info` No, I don't have the .NET 9.0 SDK...

Since there is already a more recent version of `v2.2.350` than `v2.2.303` and it install successfully. So I'm no longer concerned with this issue and closing it.