-
-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
IndexOutOfRangeException #42
Comments
Thank you, I will add a test and assuming it replicates, I will roll out a fix in short order. |
@alphaleonis I was not able to replicate this on latest develop branch. What version of dotnet glob nuget package are you using? |
@alphaleonis - As I can't replicate this, I will close this for now, but please re-open if you still have issues and can give me the version you are using! |
I was using the latest version from NuGet, i.e. 1.6.9. With that I can replicate it just by creating a new C# .NET Framework Console app, adding a package reference to DotNet.Glob, and adding the two lines in the bug to the main method. Running the program the causes an IndexOutOfRange exception. Perhaps it has already been fixed in the repo? |
Hmm not sure. But I added a test case for the above, and it passed. If you can manage to provide a failing test case, I will re-open and investigate. If not then I am a bit stumped. |
Well, it will be hard to reproduce now since the method appears to have been removed in a77ae3b |
Ah yes I see the confusion now apologies. |
The following lines generate an IndexOutOfRangeException:
The text was updated successfully, but these errors were encountered: