xtqqczze
1d7a93c2e0
Enable CA1825: Avoid zero-length array allocations ( #13961 )
2020-11-04 08:56:26 +05:00
paul cheung
5b82b76755
Minor fix keyword typo in csharp comment. ( #13811 )
...
Co-authored-by: pz87 <paul.k.zhang@newegg.com>
2020-10-21 17:50:53 +05:00
Anam Navied
b430303a03
fixed/clarified instructions for running Start-PSPester tests ( #13373 )
2020-08-10 14:53:05 -07:00
xtqqczze
9df6159192
Update build documentation for Visual Studio 2019 dependency ( #13336 )
2020-08-06 10:29:05 -07:00
Tasnim Zotder
7f9b118dc0
Grammar correction of Readme.md and other docs ( #13269 )
2020-07-29 22:23:09 +05:00
xtqqczze
a1436563bc
Update windows-core.md ( #13053 )
2020-06-29 12:11:53 -07:00
Robert Holt
8c23544b0a
Add @rjmholt
to maintainers list ( #13033 )
2020-06-29 11:58:39 -07:00
Edward Douse
8a2d170de9
Correct 'review-for-comments' in Governance.md
( #11035 )
...
As per https://github.com/PowerShell/powershell-rfc/blob/master/RFC0000-RFC-Process.md
RFC is "request for comments", rather than "review for comment"
2020-05-28 11:18:53 -07:00
xtqqczze
921d36d9f4
Fix markdown ordered lists ( #12657 )
...
# PR Summary
* Replace an ordered list with sections
* Fix an ordered list to continue numbering in each item
## PR Context
<!-- Provide a little reasoning as to why this Pull Request helps and why you have opened it. -->
## PR Checklist
- [x] [PR has a meaningful title](https://github.com/PowerShell/PowerShell/blob/master/.github/CONTRIBUTING.md#pull-request---submission )
- Use the present tense and imperative mood when describing your changes
- [x] [Summarized changes](https://github.com/PowerShell/PowerShell/blob/master/.github/CONTRIBUTING.md#pull-request---submission )
- [x] [Make sure all `.h`, `.cpp`, `.cs`, `.ps1` and `.psm1` files have the correct copyright header](https://github.com/PowerShell/PowerShell/blob/master/.github/CONTRIBUTING.md#pull-request---submission )
- [x] This PR is ready to merge and is not [Work in Progress](https://github.com/PowerShell/PowerShell/blob/master/.github/CONTRIBUTING.md#pull-request---work-in-progress ).
- If the PR is work in progress, please add the prefix `WIP:` or `[ WIP ]` to the beginning of the title (the `WIP` bot will keep its status check at `Pending` while the prefix is present) and remove the prefix when the PR is ready.
- **[Breaking changes](https://github.com/PowerShell/PowerShell/blob/master/.github/CONTRIBUTING.md#making-breaking-changes )**
- [x] None
- **OR**
- [ ] [Experimental feature(s) needed](https://github.com/MicrosoftDocs/PowerShell-Docs/blob/staging/reference/6/Microsoft.PowerShell.Core/About/about_Experimental_Features.md )
- [ ] Experimental feature name(s): <!-- Experimental feature name(s) here -->
- **User-facing changes**
- [x] Not Applicable
- **OR**
- [ ] [Documentation needed](https://github.com/PowerShell/PowerShell/blob/master/.github/CONTRIBUTING.md#pull-request---submission )
- [ ] Issue filed: <!-- Number/link of that issue here -->
- **Testing - New and feature**
- [x] N/A or can only be tested interactively
- **OR**
- [ ] [Make sure you've added a new test if existing tests do not effectively test the code changed](https://github.com/PowerShell/PowerShell/blob/master/.github/CONTRIBUTING.md#before-submitting )
- **Tooling**
- [x] I have considered the user experience from a tooling perspective and don't believe tooling will be impacted.
- **OR**
- [ ] I have considered the user experience from a tooling perspective and enumerated concerns in the summary. This may include:
- Impact on [PowerShell Editor Services](https://github.com/PowerShell/PowerShellEditorServices ) which is used in the [PowerShell extension](https://github.com/PowerShell/vscode-powershell ) for VSCode (which runs in a different PS Host).
- Impact on Completions (both in the console and in editors) - one of PowerShell's most powerful features.
- Impact on [PSScriptAnalyzer](https://github.com/PowerShell/PSScriptAnalyzer ) (which provides linting & formatting in the editor extensions).
- Impact on [EditorSyntax](https://github.com/PowerShell/EditorSyntax ) (which provides syntax highlighting with in VSCode, GitHub, and many other editors).
2020-05-28 08:29:56 +00:00
xtqqczze
fdb2b2adcc
Fix broken docs.microsoft.com
link ( #12776 )
2020-05-27 17:59:47 -07:00
xtqqczze
e5bd233f83
Update required Visual Studio version in build docs ( #12628 )
...
# PR Summary
* Update build docs to specify Visual Studio 2019 16.6 Preview 2 as a requirement, due to the of `net5.0` TFM.
* Remove dependancy on "Common Tools for Visual C++" as there is no longer C++ code in the repository.
## PR Context
Visual Studio 2019 >= 16.6 Preview 2 is required since #12486 .
see also: #12514
## PR Checklist
- [x] [PR has a meaningful title](https://github.com/PowerShell/PowerShell/blob/master/.github/CONTRIBUTING.md#pull-request---submission )
- Use the present tense and imperative mood when describing your changes
- [x] [Summarized changes](https://github.com/PowerShell/PowerShell/blob/master/.github/CONTRIBUTING.md#pull-request---submission )
- [x] [Make sure all `.h`, `.cpp`, `.cs`, `.ps1` and `.psm1` files have the correct copyright header](https://github.com/PowerShell/PowerShell/blob/master/.github/CONTRIBUTING.md#pull-request---submission )
- [x] This PR is ready to merge and is not [Work in Progress](https://github.com/PowerShell/PowerShell/blob/master/.github/CONTRIBUTING.md#pull-request---work-in-progress ).
- If the PR is work in progress, please add the prefix `WIP:` or `[ WIP ]` to the beginning of the title (the `WIP` bot will keep its status check at `Pending` while the prefix is present) and remove the prefix when the PR is ready.
- **[Breaking changes](https://github.com/PowerShell/PowerShell/blob/master/.github/CONTRIBUTING.md#making-breaking-changes )**
- [x] None
- **OR**
- [ ] [Experimental feature(s) needed](https://github.com/MicrosoftDocs/PowerShell-Docs/blob/staging/reference/6/Microsoft.PowerShell.Core/About/about_Experimental_Features.md )
- [ ] Experimental feature name(s): <!-- Experimental feature name(s) here -->
- **User-facing changes**
- [x] Not Applicable
- **OR**
- [ ] [Documentation needed](https://github.com/PowerShell/PowerShell/blob/master/.github/CONTRIBUTING.md#pull-request---submission )
- [ ] Issue filed: <!-- Number/link of that issue here -->
- **Testing - New and feature**
- [x] N/A or can only be tested interactively
- **OR**
- [ ] [Make sure you've added a new test if existing tests do not effectively test the code changed](https://github.com/PowerShell/PowerShell/blob/master/.github/CONTRIBUTING.md#before-submitting )
- **Tooling**
- [x] I have considered the user experience from a tooling perspective and don't believe tooling will be impacted.
- **OR**
- [ ] I have considered the user experience from a tooling perspective and enumerated concerns in the summary. This may include:
- Impact on [PowerShell Editor Services](https://github.com/PowerShell/PowerShellEditorServices ) which is used in the [PowerShell extension](https://github.com/PowerShell/vscode-powershell ) for VSCode (which runs in a different PS Host).
- Impact on Completions (both in the console and in editors) - one of PowerShell's most powerful features.
- Impact on [PSScriptAnalyzer](https://github.com/PowerShell/PSScriptAnalyzer ) (which provides linting & formatting in the editor extensions).
- Impact on [EditorSyntax](https://github.com/PowerShell/EditorSyntax ) (which provides syntax highlighting with in VSCode, GitHub, and many other editors).
2020-05-18 16:25:17 +00:00
xtqqczze
fde00de77f
Update docs.microsoft.com links ( #12653 )
...
# PR Summary
* remove explicit en-us from links
* remove view parameter
## PR Context
follow-up #7013
## PR Checklist
- [x] [PR has a meaningful title](https://github.com/PowerShell/PowerShell/blob/master/.github/CONTRIBUTING.md#pull-request---submission )
- Use the present tense and imperative mood when describing your changes
- [x] [Summarized changes](https://github.com/PowerShell/PowerShell/blob/master/.github/CONTRIBUTING.md#pull-request---submission )
- [x] [Make sure all `.h`, `.cpp`, `.cs`, `.ps1` and `.psm1` files have the correct copyright header](https://github.com/PowerShell/PowerShell/blob/master/.github/CONTRIBUTING.md#pull-request---submission )
- [x] This PR is ready to merge and is not [Work in Progress](https://github.com/PowerShell/PowerShell/blob/master/.github/CONTRIBUTING.md#pull-request---work-in-progress ).
- If the PR is work in progress, please add the prefix `WIP:` or `[ WIP ]` to the beginning of the title (the `WIP` bot will keep its status check at `Pending` while the prefix is present) and remove the prefix when the PR is ready.
- **[Breaking changes](https://github.com/PowerShell/PowerShell/blob/master/.github/CONTRIBUTING.md#making-breaking-changes )**
- [ ] None
- **OR**
- [ ] [Experimental feature(s) needed](https://github.com/MicrosoftDocs/PowerShell-Docs/blob/staging/reference/6/Microsoft.PowerShell.Core/About/about_Experimental_Features.md )
- [ ] Experimental feature name(s): <!-- Experimental feature name(s) here -->
- **User-facing changes**
- [x] Not Applicable
- **OR**
- [ ] [Documentation needed](https://github.com/PowerShell/PowerShell/blob/master/.github/CONTRIBUTING.md#pull-request---submission )
- [ ] Issue filed: <!-- Number/link of that issue here -->
- **Testing - New and feature**
- [x] N/A or can only be tested interactively
- **OR**
- [ ] [Make sure you've added a new test if existing tests do not effectively test the code changed](https://github.com/PowerShell/PowerShell/blob/master/.github/CONTRIBUTING.md#before-submitting )
- **Tooling**
- [x] I have considered the user experience from a tooling perspective and don't believe tooling will be impacted.
- **OR**
- [ ] I have considered the user experience from a tooling perspective and enumerated concerns in the summary. This may include:
- Impact on [PowerShell Editor Services](https://github.com/PowerShell/PowerShellEditorServices ) which is used in the [PowerShell extension](https://github.com/PowerShell/vscode-powershell ) for VSCode (which runs in a different PS Host).
- Impact on Completions (both in the console and in editors) - one of PowerShell's most powerful features.
- Impact on [PSScriptAnalyzer](https://github.com/PowerShell/PSScriptAnalyzer ) (which provides linting & formatting in the editor extensions).
- Impact on [EditorSyntax](https://github.com/PowerShell/EditorSyntax ) (which provides syntax highlighting with in VSCode, GitHub, and many other editors).
2020-05-15 03:29:43 +00:00
xtqqczze
22e4f19349
Remove markdown unused definitions ( #12656 )
2020-05-14 21:47:51 +05:00
xtqqczze
0087f78c26
Update TFM reference in build docs ( #12514 )
2020-04-29 08:25:33 +05:00
Steve Lee
b7cb335f03
Update copyright notice to latest guidance ( #12190 )
2020-03-24 11:08:37 -07:00
Dongbo Wang
bb8a7c779d
Update the doc about debugging dotnet core in VSCode ( #11969 )
...
* Update the doc about debugging dotnet core in VSCode
* remove en-us
2020-03-10 09:40:12 -07:00
Joël Tankam
3d90f5ef2b
Add link to .NET CLI version in build documentation ( #11725 )
2020-01-31 09:43:47 +05:00
xtqqczze
148124e055
Add links to diffs on Github in changelog ( #11652 )
...
* Use consistent date format in markdown files
Change to international date format to match date format in `CHANGELOG/6.1.md` etc.
* Add links to compare views on Github
2020-01-29 08:34:17 +05:00
xtqqczze
70d9ed4d55
Remove Unicode BOM from text files ( #11546 )
2020-01-11 12:15:34 +05:00
Travis Plunk
5ad4d2c399
Update the breaking change definition ( #11516 )
2020-01-09 12:21:57 -08:00
Aditya Patwardhan
b54edbebb4
Fix broken link in debugging README.md
( #11503 )
2020-01-06 15:08:28 -08:00
Travis Plunk
b60381f922
Update macOS minimum version ( #11163 )
2019-11-24 17:41:53 +05:00
Aditya Patwardhan
163cba4336
Fix installation doc links in README.md
( #11083 )
2019-11-15 12:02:43 -08:00
Dongbo Wang
8b33789286
Remove the stale link from powershell-beginners-guide.md
( #10926 )
2019-10-28 14:21:58 -07:00
Greg Smulko
3bddfcb047
Update build docs ( #10775 )
2019-10-16 11:36:51 +05:00
Ilya
6d56e65841
Replace links from MSDN to docs.microsoft.com ( #10778 )
2019-10-12 21:28:40 +05:00
Lucius Q. User
273b4abd40
Add MacPorts
support to the build system ( #10736 )
2019-10-09 17:02:05 -05:00
Travis Plunk
985c9d3634
Add new PowerShell MoL book ( #10602 )
...
* Add new PowerShell MoL book
Hi, I thought that `Learn PowerShell in a Month of Lunches, Linux and macOS Edition` might be great addition to your list of books.
Thank you for your consideration
* fix spelling issues
2019-09-24 19:24:46 +00:00
Joel Sallow (/u/ta11ow)
8234fbb04b
Add PSKoans
to Learning Resources documentation ( #10369 )
2019-08-20 16:18:19 -07:00
Steve Lee
30351c8549
Update dead links from powershell.com ( #10297 )
2019-08-05 09:49:56 -07:00
Christoph Bergmeister [MVP]
f00b073539
Refactor security policy documentation so that they appear in the Security policy tab of GitHub ( #9905 )
...
Co-Authored-By: Travis Plunk <travis.plunk@microsoft.com>
2019-07-16 13:27:42 -07:00
Kirk Munro
c752694b48
Identify renaming a parameter set as non-breaking in the breaking change contract document ( #10113 )
...
* Identify renaming a parameter set as non-breaking
Related discussion: https://github.com/PowerShell/PowerShell/issues/10058 .
* Add note about S.M.A.Internal
2019-07-15 17:50:49 +05:00
Reece Dunham
4223bf1f8e
Remove some Travis-CI references ( #9919 )
2019-06-20 11:08:32 -07:00
Steve Lee
29e21470d9
Port PowerShell to .NET Core 3.0 ( #9597 )
2019-05-21 13:43:51 +08:00
Hemant Mahawar
171978192f
Updating committee membership ( #9577 )
2019-05-14 13:14:37 -07:00
Travis Plunk
e2bfced875
Update repo for Ubuntu 14.04 EOL ( #9324 )
...
Update repo for Ubuntu 14.04 EOL
- also remove a missed instance of Fedora 27
2019-04-09 17:54:13 -07:00
ThreeFive-O
665cd26ab0
Fix several problems in WritingPesterTests guideline ( #9078 )
2019-03-29 15:29:41 -07:00
Reece Dunham
12276147e6
Remove code from CI.psm1
to optionally run Feature tests ( #9212 )
2019-03-27 13:29:15 -07:00
Tyler James Leonhardt
a26d639a47
Fix Enter-PSHostProcess tests flakiness ( #9007 )
2019-03-11 10:41:06 -07:00
Reece Dunham
43487b4068
Update markdown test dependencies ( #9075 )
2019-03-09 08:30:14 +05:00
Reece Dunham
7cc4889476
Documentation Cleanup ( #8851 )
2019-03-05 12:45:46 -08:00
Victor Silva
a4d2f0b701
Update the "dir -recurse" example ( #8939 )
2019-02-22 08:04:40 +05:00
Travis Plunk
2c488fb4e5
Fix Markdown lint issues ( #8929 )
...
#8896 Broke the static analysis CI. Fixing so CI passes
2019-02-20 13:24:26 -08:00
Reece Dunham
c14d5dd67f
Remove some of the last AppVeyor references ( #8867 )
...
This removes some of the last mentions of the AppVeyor name. Don't change the title, we don't want the word to appear in the CLs
Also problem: the last references are in the changelogs but I don't want to modify them without committee approval.
## PR Context
it was removed, #8686
2019-02-19 12:44:00 -08:00
Travis Plunk
df8a42bbf6
Fix broken link ( #8905 )
2019-02-17 16:02:30 +05:00
Ilya
ee3a8c14c8
Update Coding Guidlines ( #8844 )
2019-02-11 10:41:00 -08:00
Reece Dunham
26da240267
Update governance documentation ( #8776 )
2019-02-08 10:56:30 -08:00
Travis Plunk
079926298a
Fix broken link in FAQs.md
( #8803 )
2019-01-31 11:44:59 -08:00
Reece Dunham
528b0992b2
Updated basics.md
to add a link for showing example for installing git on all package managers ( #8735 )
2019-01-30 14:30:50 -08:00
xtqqczze
863528881f
Use https in URLs where available ( #8622 )
...
Use https in URLS across the repository where the domain serves content by https.
2019-01-24 12:50:11 -08:00