Pavel Voronin

Results 88 comments of Pavel Voronin

Pay attention to [this comment](https://github.com/moq/moq/issues/43#issuecomment-599060443)

Expressions do not support tuple literals, code will look ugly, regular classes (records or anonymous types) serve better, unless C# compiler starts supporting more expressions.

Then I'd propose to emphasize in wiki and examples that these methods are not the standard one from the framework.

Let me explain how it was for me. The last time I used your package was before minimal APIs. For minimal APIs to work you also do not need to...

I guess so. But you know the curse of knowledge. :-) It's always hard to predict how those who are unaware can be surprised:-)

I'd also mention that currently `ExceptionHandlerMiddleware` [logs exception as unhandled](https://github.com/dotnet/aspnetcore/issues/52622#issuecomment-2051887411) despite `IExceptionHandler` returns `true`. There was a [request to disable logging](https://github.com/dotnet/aspnetcore/issues/42950) but dev team [rejected the proposal](https://github.com/dotnet/aspnetcore/issues/42950#issuecomment-1197425046). But this is...

I'd propose @adityamandaleeka to [reconsider](https://github.com/dotnet/aspnetcore/issues/42950).

Update: If I use middleware this way: ``` app.UseExceptionHandler(c => {}); ``` and exception is thrown, I see this in the logs: > The exception handler configured on ExceptionHandlerOptions produced...

Why not the approach similar to ADRs? Editted post is a new post which automatically overrides the previous one. ``` 20240501_Dutch_is_not_the_language_of_Denmark ``` ``` 20250812_Dutch_is_not_the_language_of_Denmark ``` Mostly it's going to be...