RedwoodForest

Results 12 issues of RedwoodForest

**FTP OS:** N/A **FTP Server:** N/A **Computer OS:** Windows **FluentFTP Version:** 32.3.3 When FtpClient.ConnectAsync() is called with a CancellationToken that has already been cancelled it throws ObjectDisposedException. I was expecting...

enhancement
help wanted

I have a Windows computer running OpenSSH_for_Windows_8.1p1 server installed via Windows Features. When I set up a reverse SOCKS proxy using the OpenSSH_for_Windows_8.1p1 client and then with the first connection...

I'm a user of https://github.com/lukebuehler/CShell which uses AvalonEdit for code completion. I originally filed this at https://github.com/lukebuehler/CShell/issues/25 but am refiling it here. I'd like it if code completion allowed on...

Issue-Enhancement
Area-CodeCompletion

We just saw this System.InvalidCastException thrown from SharpSnmpLib in our app (using SharpSnmpLib v12.3.0). I don't have any information about the SNMP request/response that caused the exception. ``` System.InvalidCastException: Unable...

question

We just saw this ArgumentOutOfRangeException thrown from SharpSnmpLib in our app. I don't have any information about the SNMP request/response that caused the exception. ``` System.ArgumentOutOfRangeException: Index was out of...

more info needed

It would be nice to be able to run tests in parallel from the command line runner. This would allow us to speed up our continuous builds by reducing test...

Area: Runner - Console
Type: Enhancement

Hi, Using log4stash 3.0.4 we saw this unhandled exception thrown from the library: ``` System.AggregateException: A Task's exception(s) were not observed either by Waiting on the Task or accessing its...

Hi, I wanted to let you know about an issue we're seeing in ASP.NET Web API v5.2.7 when using IndexAsync and BulkSize causes messages to be sent during a request....

It seems like the autocompletion doesn't currently work very well when defining new classes/methods/etc. right now, and because of that often completes something unexpected. If I open a new script...

feature
code completion

In 4.x if you explicitly specified a mapping for a struct type it would also be used for the nullable version of the struct. In 5.4.1 you have to explicitly...

p2