Dameng
Dameng
> I had the same issue with multiple ReoGrid instances (5 instances). Calling `grid.Reset()` on each instance in the `Form.Closed` event fixed the issue (workaround). Using v2.1.0. thank you. I...
> I am facing the same exact issue. > > Running `dotnet script --info` yields > > ``` > Version : 0.53.0 > Install location : C:\Users\Work\.dotnet\tools\.store\dotnet-script\0.53.0\dotnet-script\0.53.0\tools\netcoreapp3.1\any > Target framework...
I suggest this method add to library, because it's really useful.
> What version are you on? > > You should register your class map like this > > ```cs > csvWriter.Context.RegisterClassMap(); > ``` > > You don't need to call...
waiting for supporting async/await.
I successfully used CSVHelper work on native aot by using `DynamicDependency`. Maybe the experience will help other user. Demo code: ```csharp public class CsvRecord { public string Exchange { get;...
> Sync server will be open sourced in the upcoming months water which you will be able to self host Notesnook. No iCloud option will be available. any progress on...
看到KCP的主仓库提及到KCP的另一个.net实现 https://github.com/l42111996/csharp-kcp
do you have any plan to test how compatible with .Net6?
I got this issue too and after set `true` to `false` the hotreload works. When PublishAot is true, the dotnet runtime will disable dynamic code generation even in jit runtime....