-
Notifications
You must be signed in to change notification settings - Fork 298
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
'ArgumentOutOfRangeException' issues were fixed in recent versions #1306
Comments
ghost
added
the
Needs-Triage 🔍
It's a new issue that core contributor team needs to triage.
label
Jan 21, 2020
ghost
removed
the
Needs-Triage 🔍
It's a new issue that core contributor team needs to triage.
label
Jan 21, 2020
daxian-dbw
changed the title
Jan 21, 2020
ArgumentOutOfRangeException
issues have been fixed in recent versionsArgumentOutOfRangeException
issues were fixed in recent versions
daxian-dbw
changed the title
'ArgumentOutOfRangeException' issues were fixed in recent versions
Jan 23, 2020
ArgumentOutOfRangeException
issues were fixed in recent versions
This was referenced Jan 29, 2020
Closed
Closed
This was referenced Feb 7, 2020
Closed
Would it be possible to link some of that work? As an API provider (on the console side) I'd like to understand if there's some learnings I can take back to my team. 😄 |
@DHowett-MSFT Sure, I just added links to those related PRs in the issue description. Hope that helps! |
Thanks! |
This was referenced Feb 12, 2020
Closed
This was referenced Feb 17, 2020
Closed
Closed
This was referenced Feb 27, 2020
This was referenced Oct 10, 2024
Closed
Closed
This was referenced Oct 15, 2024
Closed
This was referenced Oct 20, 2024
This was referenced Nov 2, 2024
Closed
Closed
Closed
This was referenced Nov 14, 2024
This was referenced Nov 22, 2024
Closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Quite a few fixes were made to address the various issues related to the
ArgumentOutOfRangeException
thrown fromPSReadLine
.The exception usually has a stack trace that looks like one of the followings.
If you run into a similar issue, please try out the latest version of
PSReadLine
from PowerShell Gallery.You may find the Installation and Upgrading instructions helpful.
The PRs that fixed those issues are:
#979, #967 -- these 2 PRs fixed most of the
ArgumentOutOfRangeException
thrown fromReallyRender
.#984, #1182, #1206 -- they fixed the exception thrown in other scenarios.
Here is an in-complete list of the closed duplicate issues related to the
ArgumentOutOfRangeException
:https://github.com/powershell/psreadline/issues?q=is%3Aissue+label%3AOutOfRange+is%3Aclosed
The text was updated successfully, but these errors were encountered: