Jonathon Wyza

Results 11 comments of Jonathon Wyza

Any update on this? I really love this concept, but not being able to have more than 1 file open at a time really kills it's big benefit for me.

We also ran into the issue of a TS front-end with a C# backend. We don't do the TS work in VS, but VS Code instead. Thus they aren't part...

@Rzpeg - Well yes, that can be said of alot of things, but that's a lousy answer. -compat adds alot of bloat and, also, -compat will only work for rxjs...

Any chance this is likely to make it into a near-term release? This is the only thing that really holds me back from using this great tool.

This persists for me on 1.10. Even on servers with only 300 databases it will time out. Oddly, the list of of databases in the Search Widget on the Server...

Addendum: I would use the ThrowException option and just catch the various exceptions and write out log entries based on that, except that when it throws, it breaks the MoveNext...

As a short-term workaround you can write your own handler for this scenario pretty easily. This assumes that your IsAval is directly convertable to a bool by value, if it...

Also, there is this note in the default boolean helper, which is talking exactly about this situation: https://github.com/MarcosMeli/FileHelpers/blob/master/FileHelpers/Converters/ConvertHelpers.cs#L897 Perhaps it should check to see if the type is nullable and...

I also ran into this problem as well. I really need to be able to read in all the values for the record when it's a multiline field as sometimes...

Yes. I have a use case where it'd be nice to forward the email on via SMTP to another server. Basically the use case being that we use mail slurper...