Martin Havlišta

Results 14 comments of Martin Havlišta

I reported the same issue for [.NET's Swashbuckle.AspNetCore](https://github.com/domaindrivendev/Swashbuckle.AspNetCore/issues/1926) and was redirected here.

Add `Guard.Hope` `ContractAnnotation` for cases like `Guard.Hope(something != null,` to avoid `Possible null reference return`

I got this error message when upgrading from Visual Studio 2022 17.5.3 to 17.7.3 . For my .NET 7 project, adding `` to the csproj file fixed it.

todo: create a test case to verify the issue: https://github.com/nhibernate/nhibernate-core/blob/master/CONTRIBUTING.md#creating-a-test-case-to-verify-the-issue

That's my feeling as well. Wanted to reproduce it purely using NHibernate and not CoreDdd, but have no time to do that. Hopefully I will do it at some point...

This was also fixed for `UoN.ExpressiveAnnotations.NetCore`: https://github.com/uon-nuget/UoN.ExpressiveAnnotations.NetCore/pull/33

PR: https://github.com/jwaliszko/ExpressiveAnnotations/pull/215

@mookid8000 I committed an attempt to fix this: https://github.com/xhafan/Rebus/commit/4be1c8e0a215a3f903566e31da30503e29517a88 Could you please have a look and let me know if you would approve this approach. If yes, I will add...

Yes, I have read it. But it does not work for me as `DefaultRetryStep` news up `ExceptionInfo` directly instead of using `ExceptionInfo` factory, and as a result the error handler...