Shervin Ivari

Results 4 comments of Shervin Ivari

Swashbuckle is not working correctly with the **minimal API**. On .Net 8 I was surprised why still the default .Net 8 projects using Swashbuckle. Although I like Swashbuckle, it is...

I encounter a similar issue whenever I run my code **with a debugger**. It functions properly **without a debugger**. `Microsoft.AspNetCore.Components.NavigationException HResult=0x80131500 Message=Exception of type 'Microsoft.AspNetCore.Components.NavigationException' was thrown. Source=Microsoft.AspNetCore.Components.Server StackTrace: at...

@KennethHoff In both cases(without a debugger or with it) it is working. But with the debugger mode, I got an exception.

Even though the exception is thrown and the app works properly, many people spend hours trying to figure out what they have done wrong, which can be very confusing. This...