mirror of
https://github.com/GeWuYou/GFramework.git
synced 2026-05-12 22:03:30 +08:00
fix: apply CodeRabbit auto-fixes
Fixed 1 file(s) based on 1 unresolved review comment. Co-authored-by: CodeRabbit <noreply@coderabbit.ai>
This commit is contained in:
parent
49df81e46f
commit
2329cba3a6
@ -42,6 +42,7 @@ public sealed class ArchitectureAdditionalCqrsHandlersTests
|
|||||||
/// <summary>
|
/// <summary>
|
||||||
/// 验证显式声明的额外程序集会在初始化阶段接入当前架构容器。
|
/// 验证显式声明的额外程序集会在初始化阶段接入当前架构容器。
|
||||||
/// </summary>
|
/// </summary>
|
||||||
|
/// <returns>The asynchronous test task.</returns>
|
||||||
[Test]
|
[Test]
|
||||||
public async Task RegisterCqrsHandlersFromAssembly_Should_Register_Handlers_From_Explicit_Assembly()
|
public async Task RegisterCqrsHandlersFromAssembly_Should_Register_Handlers_From_Explicit_Assembly()
|
||||||
{
|
{
|
||||||
@ -65,6 +66,7 @@ public sealed class ArchitectureAdditionalCqrsHandlersTests
|
|||||||
/// <summary>
|
/// <summary>
|
||||||
/// 验证不同 <see cref="Assembly" /> 实例只要解析到相同程序集键,就不会向容器重复写入相同 handler 映射。
|
/// 验证不同 <see cref="Assembly" /> 实例只要解析到相同程序集键,就不会向容器重复写入相同 handler 映射。
|
||||||
/// </summary>
|
/// </summary>
|
||||||
|
/// <returns>The asynchronous test task.</returns>
|
||||||
[Test]
|
[Test]
|
||||||
public async Task RegisterCqrsHandlersFromAssembly_Should_Deduplicate_Repeated_Assembly_Registration()
|
public async Task RegisterCqrsHandlersFromAssembly_Should_Deduplicate_Repeated_Assembly_Registration()
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user