A lightweight and efficient implementation of the Mediator pattern for .NET 8+ applications
Stars
1
Forks
0
Watchers
1
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
18
commits
feat: production harden packaging and mediator registration
d2d5f9eView on GitHubMerge branch 'main' of https://github.com/NastMz/SimpleMediator
3026ba3View on GitHubrefactor: Replace FluentAssertions with Shouldly in tests and update project URLs
7a135b0View on GitHubfix: Update package version to 1.0.2 and include README in package
1e886a4View on GitHubfix: Update restore and build commands to use solution path in NuGet publish workflow
ace7a7cView on GitHubfix: Improve null handling in service registration and update build commands in CI workflow
74cf6f2View on GitHubfeat: Add test project for SimpleMediator and update dependencies
56edf24View on GitHubAdd comprehensive unit tests and test infrastructure for SimpleMediator
4abad86View on GitHubfeat: Enhance NuGet publishing workflow with API key verification and improved logging
9f0b432View on GitHubfeat: Add initial NuGet package configuration, build scripts, and publishing guide
7fd31d1View on GitHub