Huu Hai

Results 7 issues of Huu Hai

i installed GNS3 in D:/GNS3 folder but all location in General preference still point to the default in C:/Program File/GNS3, which is annoying. also maybe you can add the ability...

Enhancement

Hi, i need to know this still support .Net 5 and 6, seen i saw that it is only suitable for Net Framework

This issue raise 2 problems - for further upvote of #11 ~~and add `Contains` support, its implementation is just `Any` with predicate for compare, or `Where` + `FirstOrDefaule` or even...

Sorry if title feel harsh but how can i use source gen version if it reference `Microsoft.CodeAnalysis.CSharp 4.9.2` while every tooling in newest Asp.Net core reference 4.5, is this lib...

So i declare my Entity has nullable property like ```cs [Table("Config")] public class Config { public string Key { get; set; } = string.Empty; // --snifff----// public int? OrganizationId {...

I instinctively thought `Pagination` as `IEnumerable` and try to foreach it only to realise it just a class holding actual `Results` in it, so why dont we directly implement `IEnumerable`...

While browsing along source generated code, i notice you use `System.Reflection.Emit` and emit IL directly through delegate. The question is why?, i thought this package suppose to be NativeAOT friendly...