Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 9e62a25

Browse filesBrowse files
authored
Rename to main (#828)
* Rename to main * main file
1 parent 19acefa commit 9e62a25
Copy full SHA for 9e62a25

4 files changed

+12-12Lines changed: 12 additions & 12 deletions

File tree

Expand file treeCollapse file tree
Open diff view settings
Filter options
Expand file treeCollapse file tree
Open diff view settings
Collapse file

‎CONTRIBUTING.md‎

Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+3-3Lines changed: 3 additions & 3 deletions
  • Display the source diff
  • Display the rich diff
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22
Welcome, and thank you for your interest in contributing. There are many ways to contribute:
33
- [Submit issues](https://github.com/Microsoft/testfx/issues) and help verify fixes as they are checked in.
44
- Review the [source code changes](https://github.com/Microsoft/testfx/pulls).
5-
- [Contribute features and fixes](https://github.com/Microsoft/testfx-docs/blob/master/docs/contribute.md).
5+
- [Contribute features and fixes](https://github.com/Microsoft/testfx-docs/blob/main/docs/contribute.md).
66
- Contribute to the [documentation](https://github.com/Microsoft/testfx-docs).
77

88
### Building
99
If you want to understand how **testfx** works or want to debug an issue, you'll want to get the source, build it, and run it locally. **testfx** can be built from within Visual Studio or from the CLI.
10-
- [Building with Visual Studio](https://github.com/Microsoft/testfx-docs/blob/master/docs/contribute.md#building-with-visual-studiovs)
11-
- [Building with CLI](https://github.com/Microsoft/testfx-docs/blob/master/docs/contribute.md#building-with-command-linecli)
10+
- [Building with Visual Studio](https://github.com/Microsoft/testfx-docs/blob/main/docs/contribute.md#building-with-visual-studiovs)
11+
- [Building with CLI](https://github.com/Microsoft/testfx-docs/blob/main/docs/contribute.md#building-with-command-linecli)
1212

1313
### Thank You!
1414
Your contributions to open source, large or small, make projects like this possible. Thank you for taking the time to contribute.
Collapse file

‎README.md‎

Copy file name to clipboardExpand all lines: README.md
+7-7Lines changed: 7 additions & 7 deletions
  • Display the source diff
  • Display the rich diff
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ This is a fully supported, open source and cross-platform implementation of the
88

99
### Build status
1010

11-
[![Build Status](https://dev.azure.com/dnceng/public/_apis/build/status/Microsoft/testfx/microsoft.testfx.ci?branchName=master)](https://dev.azure.com/dnceng/public/_build/latest?definitionId=937&branchName=master)
11+
[![Build Status](https://dev.azure.com/dnceng/public/_apis/build/status/Microsoft/testfx/microsoft.testfx.ci?branchName=main)](https://dev.azure.com/dnceng/public/_build/latest?definitionId=937&branchName=main)
1212

1313
### Latest Builds
1414
| | Framework | Adapter |
@@ -19,22 +19,22 @@ This is a fully supported, open source and cross-platform implementation of the
1919
There are many ways to contribute to testfx
2020
- [Submit issues](https://github.com/Microsoft/testfx/issues) and help verify fixes as they are checked in.
2121
- Review the [source code changes](https://github.com/Microsoft/testfx/pulls).
22-
- [Contribute features and fixes](https://github.com/Microsoft/testfx-docs/blob/master/docs/contribute.md).
22+
- [Contribute features and fixes](https://github.com/Microsoft/testfx-docs/blob/main/docs/contribute.md).
2323
- Contribute to the [documentation](https://github.com/Microsoft/testfx-docs).
2424

2525
### Building
2626
testfx can be built from within Visual Studio or from the CLI.
27-
- [Building with Visual Studio](https://github.com/Microsoft/testfx-docs/blob/master/docs/contribute.md#building-with-visual-studiovs)
28-
- [Building with CLI](https://github.com/Microsoft/testfx-docs/blob/master/docs/contribute.md#building-with-command-linecli)
27+
- [Building with Visual Studio](https://github.com/Microsoft/testfx-docs/blob/main/docs/contribute.md#building-with-visual-studiovs)
28+
- [Building with CLI](https://github.com/Microsoft/testfx-docs/blob/main/docs/contribute.md#building-with-command-linecli)
2929

3030
### Microsoft Open Source Code of Conduct
3131
This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/). For more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or contact [opencode@microsoft.com](mailto:opencode@microsoft.com) with any additional questions or comments.
3232

3333
### License
34-
testfx platform is licensed under the [MIT license](https://github.com/Microsoft/testfx/blob/master/LICENSE)
34+
testfx platform is licensed under the [MIT license](https://github.com/Microsoft/testfx/blob/main/LICENSE)
3535

3636
### Issue Tracking
37-
Please see [issue tracking](https://github.com/Microsoft/testfx-docs/blob/master/issuetracking.md) for a description of the workflow we use to process issues.
37+
Please see [issue tracking](https://github.com/Microsoft/testfx-docs/blob/main/issuetracking.md) for a description of the workflow we use to process issues.
3838

3939
### Roadmap
40-
For information on shipped and upcoming features/enhancements please refer to our [Releases](https://github.com/Microsoft/testfx-docs/blob/master/docs/releases.md) and [Quarterly Checkin reports](https://github.com/Microsoft/testfx-docs/tree/master/Quarterly%20Checkins).
40+
For information on shipped and upcoming features/enhancements please refer to our [Releases](https://github.com/Microsoft/testfx-docs/blob/main/docs/releases.md) and [Quarterly Checkin reports](https://github.com/Microsoft/testfx-docs/tree/main/Quarterly%20Checkins).
Collapse file

‎scripts/write-release-notes.ps1‎

Copy file name to clipboardExpand all lines: scripts/write-release-notes.ps1
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ $issues = $log | ForEach-Object {
9999

100100
$output = @"
101101
102-
See release notes [here](https://github.com/microsoft/testfx-docs/blob/master/docs/releases.md#$(("$v $date" -replace "\.", "" -replace "\W", "-").ToLowerInvariant())).
102+
See release notes [here](https://github.com/microsoft/testfx-docs/blob/main/docs/releases.md#$(("$v $date" -replace "\.", "" -replace "\W", "-").ToLowerInvariant())).
103103
104104
---
105105
Collapse file

‎src/Adapter/PlatformServices.Shared/netstandard1.3/Utilities/ns13DeploymentUtilityBase.cs‎

Copy file name to clipboardExpand all lines: src/Adapter/PlatformServices.Shared/netstandard1.3/Utilities/ns13DeploymentUtilityBase.cs
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ protected IEnumerable<string> Deploy(IList<DeploymentItem> deploymentItems, stri
183183
var filesToDeploy = new List<string>(1);
184184
filesToDeploy.Add(deploymentItemFile);
185185

186-
// Find dependencies of test deployment items and deploy them at the same time as master file.
186+
// Find dependencies of test deployment items and deploy them at the same time as the main file.
187187
if (deploymentItem.OriginType == DeploymentItemOriginType.PerTestDeployment &&
188188
this.AssemblyUtility.IsAssemblyExtension(Path.GetExtension(deploymentItemFile)))
189189
{

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.