progame

Results 26 issues of progame

how to set skip rule for all modules, do not define for every module

var q = from e in _uow.Template.Set where e.TemplateId > 0 select new { e.TemplateId, e.TemplateName }; for the new { e.TemplateId, e.TemplateName } type, when use: ParameterInfo[] parameters =...

Is possible tools can auto find dll in: C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.2\ref\net6.0 C:\Program Files\dotnet\packs\Microsoft.AspNetCore.App.Ref\6.0.2\ref\net6.0 I put it in configuration file and works ok, but if upgrade .net version, have to edit each...

question

[Parameter] [SupplyParameterFromQuery] public string? Filter { get; set; } and use ?filter=abc if not use resuetabs, everything is ok

![image](https://user-images.githubusercontent.com/3700498/167459495-c2690197-c2ca-4467-8729-f120769d57c4.png)

@ref="@input" AutoFocus="@true" OnFocus="()=>input!.Focus(FocusBehavior.FocusAndSelectAll)" not select whole text

should same as Input also DatePicker's focus method has no argument: 'FocusBehavior' the best solution is Focus only focus, and use '.Select()' to 'Select All Text" just like Html Input

sometimes, we need read data from db and set page title as some field's value, like 'customer name', but the reusetab header only change after we switch tab nothing changed...

🐛bug

https://ant-design-blazor.gitee.io/zh-CN/components/table#API eg: column has Title prop inherit from columnbase, but not found in api