✅ Exception is caught, but not?
I have this piece of code
on
I don't understand nothing from it
on
await _dbContext.SaveChangesAsync(); I am getting exception. Breakpoint hits catch (Exception e) it goes into return new Result<OptionNone>(e); and then it just skips execution... it shows on IDE that exception is still presentI don't understand nothing from it