Prerequisites
Exception report
Last 200 Keys:
d d Space End Enter
UpArrow UpArrow UpArrow UpArrow UpArrow UpArrow UpArrow UpArrow Backspace Backspace Backspace Backspace Backspace Backspace T l e Backspace Backspace a b l e Backspace Backspace Backspace Backspace Backspace Backspace Backspace Backspace Backspace Backspace Backspace C r e a t e K p i T a b l e Enter
UpArrow UpArrow UpArrow Backspace Backspace Backspace Backspace Backspace Backspace Backspace Backspace Backspace Backspace Backspace Backspace Backspace Backspace Backspace Backspace Backspace Backspace Backspace o n Space Backspace s Backspace Backspace n s Enter
UpArrow UpArrow UpArrow UpArrow UpArrow UpArrow Enter
UpArrow UpArrow Backspace Backspace Backspace Backspace Backspace Backspace Backspace Backspace Backspace Backspace Enter
UpArrow UpArrow Enter
DownArrow UpArrow UpArrow Enter
UpArrow UpArrow Enter
UpArrow UpArrow UpArrow UpArrow UpArrow UpArrow UpArrow Enter
UpArrow UpArrow UpArrow UpArrow UpArrow Backspace Backspace Backspace Backspace Backspace Backspace Backspace Backspace Backspace Backspace Backspace Backspace Backspace Backspace K p i S t a r Backspace Backspace r a t e g i c C h a n g e s Backspace Backspace Backspace Backspace Backspace Backspace Backspace G o a l C h a n g e s Enter
UpArrow DownArrow DownArrow UpArrow UpArrow UpArrow UpArrow Enter
UpArrow UpArrow UpArrow UpArrow UpArrow Enter
UpArrow
Exception:
System.ArgumentOutOfRangeException: The value must be greater than or equal to zero and less than the console's buffer size in that dimension.
Parameter name: top
Actual value was -1.
at System.Console.SetCursorPosition(Int32 left, Int32 top)
at Microsoft.PowerShell.PSConsoleReadLine.ReallyRender(RenderData renderData, String defaultColor)
at Microsoft.PowerShell.PSConsoleReadLine.ForceRender()
at Microsoft.PowerShell.PSConsoleReadLine.HistoryRecall(Int32 direction)
at Microsoft.PowerShell.PSConsoleReadLine.PreviousHistory(Nullable`1 key, Object arg)
at Microsoft.PowerShell.PSConsoleReadLine.ProcessOneKey(ConsoleKeyInfo key, Dictionary`2 dispatchTable, Boolean ignoreIfNoAction, Object arg)
at Microsoft.PowerShell.PSConsoleReadLine.InputLoop()
at Microsoft.PowerShell.PSConsoleReadLine.ReadLine(Runspace runspace, EngineIntrinsics engineIntrinsics)
Screenshot
Environment data
PS Version: 5.1.19041.6456
PS HostName: ConsoleHost
PSReadLine Version: 2.0.0-beta2
PSReadLine EditMode: Windows
OS: 10.0.19041.1 (WinBuild.160101.0800)
BufferWidth: 126
BufferHeight: 8
Steps to reproduce
dotnet ef migrations add KpiStrategicGoalChanges
dotnet ef database update
Expected behavior
No exception
Actual behavior
doesn't apply the changes made by the migration file.
Instead of that, it throws this exception out of nowhere sudden
Prerequisites
Exception report
Screenshot
Environment data
Steps to reproduce
dotnet ef migrations add KpiStrategicGoalChanges
dotnet ef database update
Expected behavior
No exception
Actual behavior
doesn't apply the changes made by the migration file.
Instead of that, it throws this exception out of nowhere sudden