| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
|
Hi Jeffrey Snover (@jpsnover), I'm your friendly neighborhood Microsoft Pull Request Bot (You can call me MSBOT). Thanks for your contribution! TTYL, MSBOT; |
Sorry, something went wrong.
| public Int32 BufferSize { get; set; } = 32; | ||
|
|
||
| /// <summary> | ||
| /// The following is the definition of the input parameter "BufferSize". |
There was a problem hiding this comment.
This comment must be updated. It was copied and pasted without modification.
Sorry, something went wrong.
|
Jeffrey Snover (@jpsnover) Please include test(s) for this change in ...\test\powershell\Modules\Microsoft.PowerShell.Management Aditya Patwardhan (@adityapatwardhan) and James Truher (@JamesWTruher) Please review |
Sorry, something went wrong.
|
Jeffrey Snover (@jpsnover) PRs should be sent out from a fork instead of from a branch directly pushed to powershell/powershell. That is to make sure powershell/powershell has a minimal number of branches. Could you please close this PR and send it from a fork after addressing the CR comments? |
Sorry, something went wrong.
| /// Buffer size sent with the this command. The default value is 32. | ||
| /// </summary> | ||
| [Parameter] | ||
| [ValidateRange((int)1, Int32.MaxValue)] |
There was a problem hiding this comment.
1000 [](start = 45, length = 4)
I'm a little worried about this - how did you land on this value? Could the default value be Int32.MaxValue to maintain current behavior? Anyone using this new parameter would likely provide a much smaller number in any case
Sorry, something went wrong.
There was a problem hiding this comment.
MAXValue is clearly too large but that is what the API takes and I'm not sure what a reasonable MAX size would be so I juse use the MAXVALUE
Sorry, something went wrong.
|
This was superseded by PR #2492 |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
No description provided.