jasontaylordev / RapidBlazor

Clean Architecture Solution Template for Blazor WebAssembly .NET 7
MIT License
291 stars 53 forks source link

ShouldRequireUniqueTitle test method on MediatR 12.1.1 #13

Open JalilSabri opened 10 months ago

JalilSabri commented 10 months ago

Hi

I use RapidBlazor template version on Net 7.0. everything is working on MediatR 10.0.1, but on MediatR 12.1.1, I have an issue on the test method "ShouldRequireUniqueTitle" with this message: Expected a to be thrown, but no exception was thrown. I tried to solve it, but I couldn't. I hope somebody can help me.

Thank you in advanced