Aaron Sherber

Results 118 comments of Aaron Sherber

Here's a capture from RawCap: ``` +OK POP3 USER [email protected] +OK Send your password PASS password +OK Mailbox locked and ready STAT +OK 2 972 RETR 1 +OK 486 octets...

On `.pp` files: https://docs.microsoft.com/en-us/nuget/create-packages/source-and-config-file-transformations#specifying-source-code-transformations It may have been a workaround in Nullable, but in other libraries (like LibLog), it's a legitimate way to include transformable source code files in a...

What about https://github.com/LayoutFarm/HtmlRenderer ?

I totally understand. Maybe this is something you just want to hang onto until the next major release, rather than making a major release just for this. Two other possibilities...

@kurda-kurda I'm going to delete your comment, because it's not related to PetaPoco. If you have a question about general `SqlParameter` use, I suggest that you ask it on [StackOverflow](https://stackoverflow.com)....

Thanks, it was mostly the docker setup I wasn't sure about.

Can someone provide a specific example of a query that fails?

I haven't put together a test project for this, but what if you just set `autoIncrement` to false? I think in that case PP should `Insert` whatever you want. Note...

Okay, I see where you're going, but I have a couple of concerns. First, by redefining what `IsNew()` means, you're introducing a breaking change. Second, I'm not sure that the...

Isn't "creating a POCO with a PK without having retrieved it from the DB" exactly the use case you're trying to solve for? I thought I understood that you were...