Skip to content

General Test Fixes - #387

Merged
viceroypenguin merged 5 commits into
mainfrom
test-fix
Jul 31, 2026
Merged

General Test Fixes#387
viceroypenguin merged 5 commits into
mainfrom
test-fix

Conversation

@viceroypenguin

@viceroypenguin viceroypenguin commented Jul 31, 2026

Copy link
Copy Markdown
Member

Summary by CodeRabbit

  • New Features

    • Generated handler infrastructure now includes request handling, behavior integration, and configurable service-lifetime registration.
    • Custom handler and behavior registration extensions are generated with clearer naming and namespace organization.
    • Handler tag filtering supports ReadOnlySpan<string> for more flexible registration scenarios.
  • Bug Fixes

    • Improved compatibility with the latest major C# language version when parse settings are unavailable.
  • Tests

    • Expanded generator coverage across supported target frameworks with more reliable snapshot verification.

@coderabbitai

coderabbitai Bot commented Jul 31, 2026

Copy link
Copy Markdown

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro Plus

Run ID: 36e31b51-ff7d-4697-b4bf-7b14d52cb645

📥 Commits

Reviewing files that changed from the base of the PR and between 799d96e and 3344f6f.

📒 Files selected for processing (9)
  • tests/Immediate.Handlers.Tests/GeneratorTests/ImmediateAssemblyIdentifierTests.cs
  • tests/Immediate.Handlers.Tests/GeneratorTests/Snapshots/ImmediateAssemblyIdentifierTests.ImmediateAssemblyIdentifierOverridesAssemblyName_framework=net10.0#IH.Dummy.GetUsersQuery.g.verified.cs
  • tests/Immediate.Handlers.Tests/GeneratorTests/Snapshots/ImmediateAssemblyIdentifierTests.ImmediateAssemblyIdentifierOverridesAssemblyName_framework=net10.0#IH.ServiceCollectionExtensions.g.verified.cs
  • tests/Immediate.Handlers.Tests/GeneratorTests/Snapshots/ImmediateAssemblyIdentifierTests.ImmediateAssemblyIdentifierOverridesAssemblyName_framework=net11.0#IH.Dummy.GetUsersQuery.g.verified.cs
  • tests/Immediate.Handlers.Tests/GeneratorTests/Snapshots/ImmediateAssemblyIdentifierTests.ImmediateAssemblyIdentifierOverridesAssemblyName_framework=net11.0#IH.ServiceCollectionExtensions.g.verified.cs
  • tests/Immediate.Handlers.Tests/GeneratorTests/Snapshots/ImmediateAssemblyIdentifierTests.ImmediateAssemblyIdentifierOverridesAssemblyName_framework=net8.0#IH.Dummy.GetUsersQuery.g.verified.cs
  • tests/Immediate.Handlers.Tests/GeneratorTests/Snapshots/ImmediateAssemblyIdentifierTests.ImmediateAssemblyIdentifierOverridesAssemblyName_framework=net8.0#IH.ServiceCollectionExtensions.g.verified.cs
  • tests/Immediate.Handlers.Tests/GeneratorTests/Snapshots/ImmediateAssemblyIdentifierTests.ImmediateAssemblyIdentifierOverridesAssemblyName_framework=net9.0#IH.Dummy.GetUsersQuery.g.verified.cs
  • tests/Immediate.Handlers.Tests/GeneratorTests/Snapshots/ImmediateAssemblyIdentifierTests.ImmediateAssemblyIdentifierOverridesAssemblyName_framework=net9.0#IH.ServiceCollectionExtensions.g.verified.cs

📝 Walkthrough

Walkthrough

The generator now defaults to the latest major C# language version. Generator tests pass current parse and analyzer options, ignore a common generated file during verification, run across target frameworks, and update generated-output snapshots.

Changes

Generator test updates

Layer / File(s) Summary
Current language and analyzer test harness
src/Immediate.Handlers.Generators/ImmediateHandlersGenerator.cs, tests/Immediate.Handlers.Tests/GeneratorTests/GeneratorTestHelper.cs
The generator and test harness use the latest major C# version, analyzer options, current generator results, and explicit parse options.
Common generated-file verification
tests/Immediate.Handlers.Tests/Utility.cs, tests/Immediate.Handlers.Tests/GeneratorTests/*, tests/Immediate.Handlers.Tests/GeneratorTests/Snapshots/*
Generator tests use VerifyIgnoreCommonFile and update snapshots affected by removal of the common service-collection extension output.
AddHandlers framework coverage
tests/Immediate.Handlers.Tests/GeneratorTests/AddHandlersTests.cs, tests/Immediate.Handlers.Tests/GeneratorTests/Snapshots/AddHandlersTests.*
A parameterized test verifies generated AddHandlers output for target frameworks with framework-specific snapshots.
Assembly identifier generated output
tests/Immediate.Handlers.Tests/GeneratorTests/ImmediateAssemblyIdentifierTests.cs, tests/Immediate.Handlers.Tests/GeneratorTests/Snapshots/ImmediateAssemblyIdentifierTests.*
The assembly identifier test runs for each framework. Snapshots include generated handlers, behaviors, registrations, and renamed custom extensions.

Estimated code review effort: 3 (Moderate) | ~25 minutes

🚥 Pre-merge checks | ✅ 4 | ❌ 1

❌ Failed checks (1 warning)

Check name Status Explanation Resolution
Docstring Coverage ⚠️ Warning Docstring coverage is 2.70% which is insufficient. The required threshold is 80.00%. Write docstrings for the functions missing them to satisfy the coverage threshold.
✅ Passed checks (4 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title accurately indicates that the pull request contains broad fixes to generator tests and related test infrastructure.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
✨ Finishing Touches 💡 1
📝 Generate docstrings 💡
  • Create stacked PR
  • Commit on current branch
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch test-fix

Comment @coderabbitai help to get the list of available commands.

@coveralls

coveralls commented Jul 31, 2026

Copy link
Copy Markdown

Coverage Report for CI Build 30656943911

Coverage remained the same at 93.89%

Details

  • Coverage remained the same as the base build.
  • Patch coverage: 1 of 1 lines across 1 file are fully covered (100%).
  • No coverage regressions found.

Uncovered Changes

No uncovered changes found.

Coverage Regressions

No coverage regressions found.


Coverage Stats

Coverage Status
Relevant Lines: 1604
Covered Lines: 1506
Line Coverage: 93.89%
Coverage Strength: 3.76 hits per line

💛 - Coveralls

@viceroypenguin

Copy link
Copy Markdown
Member Author

@coderabbitai review

@coderabbitai

coderabbitai Bot commented Jul 31, 2026

Copy link
Copy Markdown
✅ Action performed

Review finished.

Note: CodeRabbit is an incremental review system and does not re-review already reviewed commits. This command is applicable only when automatic reviews are paused.

@coderabbitai coderabbitai Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 1

🧹 Nitpick comments (1)
src/Immediate.Handlers.Generators/ImmediateHandlersGenerator.cs (1)

22-22: 📐 Maintainability & Code Quality | 🔵 Trivial | ⚡ Quick win

Add coverage for the empty-compilation fallback.

The LanguageVersion.LatestMajor branch runs only when the compilation has no usable syntax-tree options. GeneratorTestHelper.RunGenerator always parses the input source into a syntax tree. Add a test with an empty CSharpCompilation and verify the generated output.

🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

In `@src/Immediate.Handlers.Generators/ImmediateHandlersGenerator.cs` at line 22,
Add test coverage for the LanguageVersion fallback in the generator setup by
invoking the generator with an empty CSharpCompilation, without syntax trees or
usable parse options. Use GeneratorTestHelper.RunGenerator or the relevant test
entry point as appropriate, and assert the generated output to verify the
LanguageVersion.LatestMajor path executes successfully.
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

Inline comments:
In
`@tests/Immediate.Handlers.Tests/GeneratorTests/ImmediateAssemblyIdentifierTests.cs`:
- Line 41: Preserve verification of common-file output at both call sites: in
tests/Immediate.Handlers.Tests/GeneratorTests/ImmediateAssemblyIdentifierTests.cs
lines 41-41, replace Utility.VerifyIgnoreCommonFile(result) with Verify(result)
or assert "Custom" in IH.ServiceCollectionExtensions.g.cs; in
tests/Immediate.Handlers.Tests/GeneratorTests/HandlerTests.cs lines 447-447,
likewise use Verify(result) or assert Tag1 and Tag2 in
IH.ServiceCollectionExtensions.g.cs.

---

Nitpick comments:
In `@src/Immediate.Handlers.Generators/ImmediateHandlersGenerator.cs`:
- Line 22: Add test coverage for the LanguageVersion fallback in the generator
setup by invoking the generator with an empty CSharpCompilation, without syntax
trees or usable parse options. Use GeneratorTestHelper.RunGenerator or the
relevant test entry point as appropriate, and assert the generated output to
verify the LanguageVersion.LatestMajor path executes successfully.
🪄 Autofix (Beta)

Fix all unresolved CodeRabbit comments on this PR:

  • Push a commit to this branch (recommended)
  • Create a new PR with the fixes

ℹ️ Review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro Plus

Run ID: 74a77bf0-cd50-4453-8b86-36b8c14a73c4

📥 Commits

Reviewing files that changed from the base of the PR and between 1537dbc and 799d96e.

📒 Files selected for processing (54)
  • src/Immediate.Handlers.Generators/ImmediateHandlersGenerator.cs
  • tests/Immediate.Handlers.Tests/GeneratorTests/AddHandlersTests.cs
  • tests/Immediate.Handlers.Tests/GeneratorTests/BehaviorTests.cs
  • tests/Immediate.Handlers.Tests/GeneratorTests/GeneratorTestHelper.cs
  • tests/Immediate.Handlers.Tests/GeneratorTests/HandlerTests.cs
  • tests/Immediate.Handlers.Tests/GeneratorTests/ImmediateAssemblyIdentifierTests.cs
  • tests/Immediate.Handlers.Tests/GeneratorTests/InvalidBehaviorsTests.cs
  • tests/Immediate.Handlers.Tests/GeneratorTests/InvalidHandlerTests.cs
  • tests/Immediate.Handlers.Tests/GeneratorTests/Snapshots/AddHandlersTests.ValidAddHandlerssMethod_framework=net10.0#IH.ServiceCollectionExtensions.g.verified.cs
  • tests/Immediate.Handlers.Tests/GeneratorTests/Snapshots/AddHandlersTests.ValidAddHandlerssMethod_framework=net11.0#IH.ServiceCollectionExtensions.g.verified.cs
  • tests/Immediate.Handlers.Tests/GeneratorTests/Snapshots/AddHandlersTests.ValidAddHandlerssMethod_framework=net8.0#IH.ServiceCollectionExtensions.g.verified.cs
  • tests/Immediate.Handlers.Tests/GeneratorTests/Snapshots/AddHandlersTests.ValidAddHandlerssMethod_framework=net9.0#IH.ServiceCollectionExtensions.g.verified.cs
  • tests/Immediate.Handlers.Tests/GeneratorTests/Snapshots/BehaviorTests.BehaviorHasMultipleTRequestConstraints#IH.ServiceCollectionExtensions.g.verified.cs
  • tests/Immediate.Handlers.Tests/GeneratorTests/Snapshots/BehaviorTests.BehaviorHasMultipleTResponseConstraints#IH.ServiceCollectionExtensions.g.verified.cs
  • tests/Immediate.Handlers.Tests/GeneratorTests/Snapshots/BehaviorTests.CrtpBehavior#IH.ServiceCollectionExtensions.g.verified.cs
  • tests/Immediate.Handlers.Tests/GeneratorTests/Snapshots/BehaviorTests.MultipleBehaviors#IH.ServiceCollectionExtensions.g.verified.cs
  • tests/Immediate.Handlers.Tests/GeneratorTests/Snapshots/BehaviorTests.NestedBehavior#IH.ServiceCollectionExtensions.g.verified.cs
  • tests/Immediate.Handlers.Tests/GeneratorTests/Snapshots/BehaviorTests.NullableBehavior_behaviorNullable=False_returnNullable=False#IH.ServiceCollectionExtensions.g.verified.cs
  • tests/Immediate.Handlers.Tests/GeneratorTests/Snapshots/BehaviorTests.NullableBehavior_behaviorNullable=False_returnNullable=True#IH.ServiceCollectionExtensions.g.verified.cs
  • tests/Immediate.Handlers.Tests/GeneratorTests/Snapshots/BehaviorTests.NullableBehavior_behaviorNullable=True_returnNullable=False#IH.ServiceCollectionExtensions.g.verified.cs
  • tests/Immediate.Handlers.Tests/GeneratorTests/Snapshots/BehaviorTests.NullableBehavior_behaviorNullable=True_returnNullable=True#IH.ServiceCollectionExtensions.g.verified.cs
  • tests/Immediate.Handlers.Tests/GeneratorTests/Snapshots/BehaviorTests.RequestTypeParameterBehavior#IH.ServiceCollectionExtensions.g.verified.cs
  • tests/Immediate.Handlers.Tests/GeneratorTests/Snapshots/BehaviorTests.ResponseTypeParameterBehavior#IH.ServiceCollectionExtensions.g.verified.cs
  • tests/Immediate.Handlers.Tests/GeneratorTests/Snapshots/BehaviorTests.SingleBehavior#IH.ServiceCollectionExtensions.g.verified.cs
  • tests/Immediate.Handlers.Tests/GeneratorTests/Snapshots/BehaviorTests.ZeroTypeParameterBehavior#IH.ServiceCollectionExtensions.g.verified.cs
  • tests/Immediate.Handlers.Tests/GeneratorTests/Snapshots/HandlerTests.HandlerTags#IH.ServiceCollectionExtensions.g.verified.cs
  • tests/Immediate.Handlers.Tests/GeneratorTests/Snapshots/HandlerTests.IntReturnType_modifier=static#IH.ServiceCollectionExtensions.g.verified.cs
  • tests/Immediate.Handlers.Tests/GeneratorTests/Snapshots/HandlerTests.MissingCancellationToken_modifier=static#IH.ServiceCollectionExtensions.g.verified.cs
  • tests/Immediate.Handlers.Tests/GeneratorTests/Snapshots/HandlerTests.MultipleParameterAttributes#IH.ServiceCollectionExtensions.g.verified.cs
  • tests/Immediate.Handlers.Tests/GeneratorTests/Snapshots/HandlerTests.NullableParameterType#IH.ServiceCollectionExtensions.g.verified.cs
  • tests/Immediate.Handlers.Tests/GeneratorTests/Snapshots/HandlerTests.NullableReturnType#IH.ServiceCollectionExtensions.g.verified.cs
  • tests/Immediate.Handlers.Tests/GeneratorTests/Snapshots/HandlerTests.ServiceLifetime_lifetime=Scoped#IH.ServiceCollectionExtensions.g.verified.cs
  • tests/Immediate.Handlers.Tests/GeneratorTests/Snapshots/HandlerTests.ServiceLifetime_lifetime=Singleton#IH.ServiceCollectionExtensions.g.verified.cs
  • tests/Immediate.Handlers.Tests/GeneratorTests/Snapshots/HandlerTests.ServiceLifetime_lifetime=Transient#IH.ServiceCollectionExtensions.g.verified.cs
  • tests/Immediate.Handlers.Tests/GeneratorTests/Snapshots/HandlerTests.SimpleParameterAttribute#IH.ServiceCollectionExtensions.g.verified.cs
  • tests/Immediate.Handlers.Tests/GeneratorTests/Snapshots/HandlerTests.VoidReturnType_modifier=#IH.ServiceCollectionExtensions.g.verified.cs``
  • tests/Immediate.Handlers.Tests/GeneratorTests/Snapshots/HandlerTests.VoidReturnType_modifier=static#IH.ServiceCollectionExtensions.g.verified.cs
  • tests/Immediate.Handlers.Tests/GeneratorTests/Snapshots/ImmediateAssemblyIdentifierTests.ImmediateAssemblyIdentifierOverridesAssemblyName#IH.ServiceCollectionExtensions.g.verified.cs
  • tests/Immediate.Handlers.Tests/GeneratorTests/Snapshots/InvalidBehaviorsTests.AbstractBehaviorShouldProduceNothing#IH.ServiceCollectionExtensions.g.verified.cs
  • tests/Immediate.Handlers.Tests/GeneratorTests/Snapshots/InvalidBehaviorsTests.BehaviorHasTooManyTypeParametersShouldProduceNothing#IH.ServiceCollectionExtensions.g.verified.cs
  • tests/Immediate.Handlers.Tests/GeneratorTests/Snapshots/InvalidBehaviorsTests.BoundGenericShouldProduceNothing#IH.ServiceCollectionExtensions.g.verified.cs
  • tests/Immediate.Handlers.Tests/GeneratorTests/Snapshots/InvalidBehaviorsTests.NonBehaviorShouldProduceNothing#IH.ServiceCollectionExtensions.g.verified.cs
  • tests/Immediate.Handlers.Tests/GeneratorTests/Snapshots/InvalidHandlerTests.HandlerWithNoParametersShouldProduceNothing#IH.ServiceCollectionExtensions.g.verified.cs
  • tests/Immediate.Handlers.Tests/GeneratorTests/Snapshots/InvalidHandlerTests.HandlerWithTaskResponseShouldProduceNothing#IH.ServiceCollectionExtensions.g.verified.cs
  • tests/Immediate.Handlers.Tests/GeneratorTests/Snapshots/InvalidHandlerTests.HandlerWithTwoHandlersMethodShouldProduceNothing#IH.ServiceCollectionExtensions.g.verified.cs
  • tests/Immediate.Handlers.Tests/GeneratorTests/Snapshots/InvalidHandlerTests.HandlerWithVoidResponseShouldProduceNothing#IH.ServiceCollectionExtensions.g.verified.cs
  • tests/Immediate.Handlers.Tests/GeneratorTests/Snapshots/InvalidHandlerTests.HandlerWithoutHandlerMethodShouldProduceNothing#IH.ServiceCollectionExtensions.g.verified.cs
  • tests/Immediate.Handlers.Tests/GeneratorTests/Snapshots/InvalidHandlerTests.InstanceHandlerMethodWithTooManyParametersShouldProduceNothing#IH.ServiceCollectionExtensions.g.verified.cs
  • tests/Immediate.Handlers.Tests/GeneratorTests/Snapshots/InvalidHandlerTests.NestedHandlerShouldProduceNothing#IH.ServiceCollectionExtensions.g.verified.cs
  • tests/Immediate.Handlers.Tests/GeneratorTests/Snapshots/StreamingHandlerTests.StreamingBehavior#IH.ServiceCollectionExtensions.g.verified.cs
  • tests/Immediate.Handlers.Tests/GeneratorTests/Snapshots/StreamingHandlerTests.StreamingIntReturnType_modifier=#IH.ServiceCollectionExtensions.g.verified.cs``
  • tests/Immediate.Handlers.Tests/GeneratorTests/Snapshots/StreamingHandlerTests.StreamingIntReturnType_modifier=static#IH.ServiceCollectionExtensions.g.verified.cs
  • tests/Immediate.Handlers.Tests/GeneratorTests/StreamingHandlerTests.cs
  • tests/Immediate.Handlers.Tests/Utility.cs
💤 Files with no reviewable changes (40)
  • tests/Immediate.Handlers.Tests/GeneratorTests/Snapshots/HandlerTests.NullableReturnType#IH.ServiceCollectionExtensions.g.verified.cs
  • tests/Immediate.Handlers.Tests/GeneratorTests/Snapshots/HandlerTests.HandlerTags#IH.ServiceCollectionExtensions.g.verified.cs
  • tests/Immediate.Handlers.Tests/GeneratorTests/Snapshots/HandlerTests.NullableParameterType#IH.ServiceCollectionExtensions.g.verified.cs
  • tests/Immediate.Handlers.Tests/GeneratorTests/Snapshots/BehaviorTests.NullableBehavior_behaviorNullable=False_returnNullable=True#IH.ServiceCollectionExtensions.g.verified.cs
  • tests/Immediate.Handlers.Tests/GeneratorTests/Snapshots/BehaviorTests.SingleBehavior#IH.ServiceCollectionExtensions.g.verified.cs
  • tests/Immediate.Handlers.Tests/GeneratorTests/Snapshots/InvalidHandlerTests.HandlerWithTwoHandlersMethodShouldProduceNothing#IH.ServiceCollectionExtensions.g.verified.cs
  • tests/Immediate.Handlers.Tests/GeneratorTests/Snapshots/InvalidHandlerTests.HandlerWithNoParametersShouldProduceNothing#IH.ServiceCollectionExtensions.g.verified.cs
  • tests/Immediate.Handlers.Tests/GeneratorTests/Snapshots/InvalidHandlerTests.HandlerWithoutHandlerMethodShouldProduceNothing#IH.ServiceCollectionExtensions.g.verified.cs
  • tests/Immediate.Handlers.Tests/GeneratorTests/Snapshots/InvalidBehaviorsTests.NonBehaviorShouldProduceNothing#IH.ServiceCollectionExtensions.g.verified.cs
  • tests/Immediate.Handlers.Tests/GeneratorTests/Snapshots/InvalidHandlerTests.InstanceHandlerMethodWithTooManyParametersShouldProduceNothing#IH.ServiceCollectionExtensions.g.verified.cs
  • tests/Immediate.Handlers.Tests/GeneratorTests/Snapshots/BehaviorTests.MultipleBehaviors#IH.ServiceCollectionExtensions.g.verified.cs
  • tests/Immediate.Handlers.Tests/GeneratorTests/Snapshots/BehaviorTests.NullableBehavior_behaviorNullable=False_returnNullable=False#IH.ServiceCollectionExtensions.g.verified.cs
  • tests/Immediate.Handlers.Tests/GeneratorTests/Snapshots/BehaviorTests.BehaviorHasMultipleTResponseConstraints#IH.ServiceCollectionExtensions.g.verified.cs
  • tests/Immediate.Handlers.Tests/GeneratorTests/Snapshots/InvalidHandlerTests.HandlerWithTaskResponseShouldProduceNothing#IH.ServiceCollectionExtensions.g.verified.cs
  • tests/Immediate.Handlers.Tests/GeneratorTests/Snapshots/InvalidHandlerTests.NestedHandlerShouldProduceNothing#IH.ServiceCollectionExtensions.g.verified.cs
  • tests/Immediate.Handlers.Tests/GeneratorTests/Snapshots/HandlerTests.MissingCancellationToken_modifier=static#IH.ServiceCollectionExtensions.g.verified.cs
  • tests/Immediate.Handlers.Tests/GeneratorTests/Snapshots/InvalidHandlerTests.HandlerWithVoidResponseShouldProduceNothing#IH.ServiceCollectionExtensions.g.verified.cs
  • tests/Immediate.Handlers.Tests/GeneratorTests/Snapshots/InvalidBehaviorsTests.BoundGenericShouldProduceNothing#IH.ServiceCollectionExtensions.g.verified.cs
  • tests/Immediate.Handlers.Tests/GeneratorTests/Snapshots/InvalidBehaviorsTests.AbstractBehaviorShouldProduceNothing#IH.ServiceCollectionExtensions.g.verified.cs
  • tests/Immediate.Handlers.Tests/GeneratorTests/Snapshots/HandlerTests.ServiceLifetime_lifetime=Singleton#IH.ServiceCollectionExtensions.g.verified.cs
  • tests/Immediate.Handlers.Tests/GeneratorTests/Snapshots/BehaviorTests.NullableBehavior_behaviorNullable=True_returnNullable=False#IH.ServiceCollectionExtensions.g.verified.cs
  • tests/Immediate.Handlers.Tests/GeneratorTests/Snapshots/StreamingHandlerTests.StreamingIntReturnType_modifier=static#IH.ServiceCollectionExtensions.g.verified.cs
  • tests/Immediate.Handlers.Tests/GeneratorTests/Snapshots/HandlerTests.VoidReturnType_modifier=static#IH.ServiceCollectionExtensions.g.verified.cs
  • tests/Immediate.Handlers.Tests/GeneratorTests/Snapshots/BehaviorTests.ZeroTypeParameterBehavior#IH.ServiceCollectionExtensions.g.verified.cs
  • tests/Immediate.Handlers.Tests/GeneratorTests/Snapshots/BehaviorTests.RequestTypeParameterBehavior#IH.ServiceCollectionExtensions.g.verified.cs
  • tests/Immediate.Handlers.Tests/GeneratorTests/Snapshots/InvalidBehaviorsTests.BehaviorHasTooManyTypeParametersShouldProduceNothing#IH.ServiceCollectionExtensions.g.verified.cs
  • tests/Immediate.Handlers.Tests/GeneratorTests/Snapshots/HandlerTests.SimpleParameterAttribute#IH.ServiceCollectionExtensions.g.verified.cs
  • tests/Immediate.Handlers.Tests/GeneratorTests/Snapshots/HandlerTests.IntReturnType_modifier=static#IH.ServiceCollectionExtensions.g.verified.cs
  • tests/Immediate.Handlers.Tests/GeneratorTests/Snapshots/HandlerTests.VoidReturnType_modifier=#IH.ServiceCollectionExtensions.g.verified.cs
  • tests/Immediate.Handlers.Tests/GeneratorTests/Snapshots/BehaviorTests.NestedBehavior#IH.ServiceCollectionExtensions.g.verified.cs
  • tests/Immediate.Handlers.Tests/GeneratorTests/Snapshots/ImmediateAssemblyIdentifierTests.ImmediateAssemblyIdentifierOverridesAssemblyName#IH.ServiceCollectionExtensions.g.verified.cs
  • tests/Immediate.Handlers.Tests/GeneratorTests/Snapshots/HandlerTests.ServiceLifetime_lifetime=Transient#IH.ServiceCollectionExtensions.g.verified.cs
  • tests/Immediate.Handlers.Tests/GeneratorTests/Snapshots/HandlerTests.ServiceLifetime_lifetime=Scoped#IH.ServiceCollectionExtensions.g.verified.cs
  • tests/Immediate.Handlers.Tests/GeneratorTests/Snapshots/BehaviorTests.CrtpBehavior#IH.ServiceCollectionExtensions.g.verified.cs
  • tests/Immediate.Handlers.Tests/GeneratorTests/Snapshots/BehaviorTests.BehaviorHasMultipleTRequestConstraints#IH.ServiceCollectionExtensions.g.verified.cs
  • tests/Immediate.Handlers.Tests/GeneratorTests/Snapshots/BehaviorTests.ResponseTypeParameterBehavior#IH.ServiceCollectionExtensions.g.verified.cs
  • tests/Immediate.Handlers.Tests/GeneratorTests/Snapshots/HandlerTests.MultipleParameterAttributes#IH.ServiceCollectionExtensions.g.verified.cs
  • tests/Immediate.Handlers.Tests/GeneratorTests/Snapshots/StreamingHandlerTests.StreamingIntReturnType_modifier=#IH.ServiceCollectionExtensions.g.verified.cs
  • tests/Immediate.Handlers.Tests/GeneratorTests/Snapshots/StreamingHandlerTests.StreamingBehavior#IH.ServiceCollectionExtensions.g.verified.cs
  • tests/Immediate.Handlers.Tests/GeneratorTests/Snapshots/BehaviorTests.NullableBehavior_behaviorNullable=True_returnNullable=True#IH.ServiceCollectionExtensions.g.verified.cs

Comment thread tests/Immediate.Handlers.Tests/GeneratorTests/ImmediateAssemblyIdentifierTests.cs Outdated
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants