Simon Cropp

Results 614 comments of Simon Cropp

@slang25 https://github.com/shouldly/shouldly/issues/694

IMO if someone is doing exploratory debugging into a test, then it is trivial to temporarily comment out the `[Timeout]` or increase the timeout. So i think this should be...

no worries at all. i just happened to take a look at the code base, and figured i would do a little house keeping feel free to close this, and...

does this help https://github.com/SimonCropp/Delta?tab=readme-ov-file#programmatic-client-usage ?

> we already have mid-air conflicts logic based on our ETag in our API clients if you already have code to handle this, why r u considering Delta?

@NicoKno the complexity in that Delta does not use "a column". it uses a db level timestamp. to use a LastModified u would need to query all tables to find...

RowVersion is per table. but because it is a special type of column, sql has a feature that allows you to query the newest RowVersion across all tables. and it...

IMO absolutely make it nullable. then the compiler forces u to always handle that case. compared to empty string where it is too easy to forget to handle the empty...