-
-
Notifications
You must be signed in to change notification settings - Fork 115
Resolve #869 #875
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
Resolve #869 #875
Conversation
Bumps [Nerdbank.GitVersioning](https://github.com/dotnet/Nerdbank.GitVersioning) from 3.5.109 to 3.5.113. - [Release notes](https://github.com/dotnet/Nerdbank.GitVersioning/releases) - [Commits](dotnet/Nerdbank.GitVersioning@v3.5.109...v3.5.113) --- updated-dependencies: - dependency-name: Nerdbank.GitVersioning dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Egil Hansen <egil@assimilated.dk>
Update main with documentation in stable
Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) from 17.3.1 to 17.3.2. - [Release notes](https://github.com/microsoft/vstest/releases) - [Commits](microsoft/vstest@v17.3.1...v17.3.2) --- updated-dependencies: - dependency-name: Microsoft.NET.Test.Sdk dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
|
Hey @pBouillon thanks for handing in that nice PR. Would it be possible to branch of ffrom git pull
git rebase --onto origin/stable origin/main
git push --force-with-leaseThat commands rebases the from |
|
Hey @linkdotnet! Thanks for the hint, I misunderstood the issue and thought that I should target |
|
I did not felt confident enough with the git commands you suggested so I did a separate PR to change the source and target branches on #877 I'll be closing this PR to avoid duplicates, let me know if I have to change anything else! |
* Retrieve the modifications from #875 * Update docs/site/docs/getting-started/create-test-project.md Co-authored-by: Egil Hansen <egil@assimilated.dk> * Update docs/site/docs/getting-started/create-test-project.md Co-authored-by: Egil Hansen <egil@assimilated.dk> * Refrase the parts related to .NET 7 and the project creation * Remove duplicated space * Refrase the mentions of the section moved upwards Co-authored-by: Egil Hansen <egil@assimilated.dk>
Rework the documentation page
Fix the docs as described by the discussion in #869