Immediate.Handlers icon indicating copy to clipboard operation
Immediate.Handlers copied to clipboard

Source Generated implementation of the Mediator pattern

Results 19 Immediate.Handlers issues
Sort by recently updated
recently updated
newest added

**Scenario:** I have an Azure Function Http Trigger which I wanna test: ``` public class HttpFunction(CommandName.Handler handler) { [Function(nameof(HttpFunction))] public async Task Run( [HttpTrigger( AuthorizationLevel.Function, "post", Route = "http-function")] HttpRequestData...

Bumps [Verify.Xunit](https://github.com/VerifyTests/Verify) from 24.1.0 to 24.2.0. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=Verify.Xunit&package-manager=nuget&previous-version=24.1.0&new-version=24.2.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

Currently, it is not possible to define Handler and its HandleAsync() method without passing CancellationToken as a mandatory parameter. Support for a scenario where Handler and its HandleAsync() method would...

Analyzer/Codefix benchmark examples: https://github.com/Flash0ver/F0.Analyzers/blob/main/source/performance/F0.CodeAnalysis.Benchmarking/CodeAnalysis/CodeFixes/CodeFixBenchmark.cs

Given a structure that looks something like this ```cs public abstract record Message { } public record SomeMessage : Message { } public record OtherMessage : Message { } ```...

Bumps [Microsoft.AspNetCore.OpenApi](https://github.com/dotnet/aspnetcore) from 8.0.4 to 8.0.5. Release notes Sourced from Microsoft.AspNetCore.OpenApi's releases. .NET 8.0.5 Release Commits c9e3996 Merged PR 39207: [internal/release/8.0] Updated Version.Details.xml - replace... 1681d9a Merged PR 39048: [internal/release/8.0]...

dependencies

Bumps [Swashbuckle.AspNetCore](https://github.com/domaindrivendev/Swashbuckle.AspNetCore) from 6.5.0 to 6.6.1. Release notes Sourced from Swashbuckle.AspNetCore's releases. v6.6.1 What's Changed Modernise build and migrate to GitHub Actions for CI by @​martincostello in domaindrivendev/Swashbuckle.AspNetCore#2775 Update Redoc...

dependencies

Bumps Microsoft.CodeAnalysis.Analyzers from 3.3.3 to 3.3.4. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=Microsoft.CodeAnalysis.Analyzers&package-manager=nuget&previous-version=3.3.3&new-version=3.3.4)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies
.NET

Bumps Microsoft.Extensions.DependencyInjection.Abstractions from 8.0.0 to 8.0.1. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=Microsoft.Extensions.DependencyInjection.Abstractions&package-manager=nuget&previous-version=8.0.0&new-version=8.0.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies
.NET