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] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Egil Hansen <[email protected]>
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] <[email protected]>
|
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 <[email protected]> * Update docs/site/docs/getting-started/create-test-project.md Co-authored-by: Egil Hansen <[email protected]> * 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 <[email protected]>
Rework the documentation page
Fix the docs as described by the discussion in #869