Dasith Wijesiriwardena
Dasith Wijesiriwardena
I'm planning to create v2 of NEventLite soon and there will be some **breaking changes**. It's not formalized yet but I plan to do the following. - Move Commands, CommandHandler...
Add some test cases to aggregate event handling and repository
EventStoreSnapshotStorageProvider.GetSnapshot(AggregateID,Version) must query Aggregate version or find the closest before. At the moment it queries for the snapshot version.
How does this compare to Records in C# 9? https://docs.microsoft.com/en-us/dotnet/csharp/whats-new/csharp-9#record-types
This will be slightly faster than using reflection to figure out the request type. But the calling signature has to be explicit in defining the ```csharp // without generics var...
When referring to the OCI Artefact spec, "ORAS" artefacts was used incorrectly. This PR fixes it and links it to the mentioned specification.
The o3d.utility.Vector3dVector() line throws a runtime error without any description. I'm guessing it's something to do with the conversion in `pcd_as_numpy_array` . The line doesn't throw an error though. This...