Camilo Fierro
Camilo Fierro
In order to show the `md-char-counter` on the autocomplete input when using min/maxlength validators, we should switch from using `ng-min/maxlength` to their `md-*` counterparts. I see a very simple code...
The docs state that registering a sql server subscription will use the connection string set by `AddSqlServerCheckpointStore()` when in fact, the following line throws an exception: https://github.com/Eventuous/eventuous/blob/035e3921d9f90bca3fd40551a890cdf4075fff4d/src/SqlServer/src/Eventuous.SqlServer/Subscriptions/SqlServerSubscriptionBase.cs#L32 `Options.ConnectionString` is never...
I notice that nuget only has up to the v0.14 of the `Eventuous.AspNetCore` and `Eventuous.AspNetCore.Web` packages. Both of them have v0.15 prereleases but I wonder if there should already be...
I have a simple net9 win x64 console app with Dapper and DapperAOT that uses `QueryMultipleAsync`. After publishing and running the aot compiled exe, I get the following error: ```terminal...