Tieson Trowbridge
Tieson Trowbridge
@jellybins I'm not entirely following what you're trying to say, there. I _can_ tell you that Bootbox behaves as expected on it's own, in your test file, so it's definitely...
Here's my take, based on the README for bootstrap-modal; The latest version (v4) of Bootbox is not compatible with bootstrap-modal, owing to this: > Since this plugin was created to...
Is this code nested within another scope? If so, `SaveChanges()` will not actually do anything (the wrapping scope will commit any outstanding changes when it's disposed). I assume the above...
@davidbuckleyni What does any of that have to do with DbContextScope?
Well, that's a fork. That's not something @mehdime can do anything about.
@reader-man Can you? There's nothing to stop you from doing so. It's not appropriate, though, since it's not a problem with this repository.
Your title needs some work; I assume the actual issue is "Inserted item ID not populated"? You may need to move the last two lines out of the using block;...
@vanillajonathan Just my opinion, obviously, but I don't know that this is really required. .NET has namespaces that violate the stated convention already, like `System.IO`. XSS is an acronym, not...
If this is the one and only thing in the project that violates the naming convention, I suppose it's at least worth considering. Does feel like like a rather pedantic...
I think any decision about changing the default needs to be based on deciding what is **in** scope for HtmlSanitizer and what **isn't**. Arbitrarily deciding what constitutes valid HTML feels...