Riccardo Di Nuzzo

Results 14 comments of Riccardo Di Nuzzo

hi @hayley-jean, I wonder if you are suggesting to add a Warning in the ScavengeResult ``` public enum ScavengeResult { Success, InProgress, Failed, Warning } ``` and then from the...

please note the initial pattern specified in this issue point to **/*Test.csproj instead of **/*Tests.csproj Just in case you copy and paste like I did :)

Thanks @Oleg26Dev for the sample code. I'm trying to use it with the nuget instead of direct reference to Finbuckle.MultiTenant project. To do so I remove the direct reference to...

Toggle Visibility of all Gizmos in the scene view

I think it's worth implementing this

I don't have permission to merge. This PR need to be merged

can you please do that in a new PR and then we can eventually ask to close this one

I guess there is something not working as expected as I can't get any deleted event at the breakpoint. You can run the same or similar code to reproduce. The...

deleted events they have $metadata as event type and therefore they are excluded by the ExcludeSystemEvents method [using this regex](https://github.com/kurrent-io/KurrentDB-Client-Dotnet/blob/1c39a1181c7fe82eba3712253041285ac98f20f9/src/KurrentDB.Client/Core/RegularFilterExpression.cs#L19) when a stream is deleted, in EventStore a stream with...