Mihai Dumitru

Results 6 issues of Mihai Dumitru

I get the following exception when using generating multiple toasts one after other: ``` System.ArgumentOutOfRangeException HResult=0x80131502 Message=Index was out of range. Must be non-negative and less than the size of...

I have a request to process large csv files (>10GB size), what is the suggested way to handle this situation without running out for memory? I was reading https://www.codeproject.com/Articles/1145337/Cinchoo-ETL-CSV-Reader but...

I was looking into how I can schedule an invokable at a specific DateTime in the future, but I can't find an api for this except the `Cron(string cronExpression)` method....

Is there a plan of making this work with .NET6 minimal APIs?

This PR will use a SQLite database hosted in s NFS share. I've also updated Newtonsoft.Json, Serilog, System.Data.SQLite.Core and Microsoft.CSharp libraries to their latest version.