DMediatRNodeTemplate 0.0.1-alpha-4

This is a prerelease version of DMediatRNodeTemplate.
dotnet new install DMediatRNodeTemplate::0.0.1-alpha-4                
This package contains a .NET Template Package you can call from the shell/command line.

DMediatR

Distributed MediatR using gRPC over TLS with auto-renewed self-signed X509 client certificates

  • .NETStandard 2.0

    • No dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
0.0.1-alpha-4 36 1/13/2025
0.0.1-alpha-3 52 12/17/2024
0.0.1-alpha-2 79 12/12/2024
0.0.1-alpha 50 12/1/2024

* Implemented custom X509 certificate validation (renewal is still not functional)

* New ILock with the HasLocked SemaphoreSlim collection avoids deadlocks with recursive messages that require locking shared resources

* New SerializedInterface<T> for de- resp. rehydration when serializing objects with non-serializable members like above SemaphoreSlim

* Added DMediatRNode1.Test project to the DMediatRNodeTemplate with integration tests using one and two gRPC node processes