Skip to content

Publish for .NET Framework 3.5 stuff#51520

Merged
adegeo merged 9 commits intolivefrom
main
Feb 4, 2026
Merged

Publish for .NET Framework 3.5 stuff#51520
adegeo merged 9 commits intolivefrom
main

Conversation

@adegeo
Copy link
Contributor

@adegeo adegeo commented Feb 4, 2026


Internal previews

Toggle expand/collapse
📄 File 🔗 Preview link
docs/core/compatibility/11.md Breaking changes in .NET 11
docs/core/compatibility/core-libraries/11/ziparchive-createasync-eager-load.md ZipArchive.CreateAsync eagerly loads ZIP archive entries
docs/core/compatibility/sdk/11/mono-launch-target-removed.md "Breaking change: mono launch target not set for .NET Framework apps"
docs/core/compatibility/toc.yml docs/core/compatibility/toc
docs/core/extensions/generic-host.md .NET Generic Host
docs/core/testing/mstest-analyzers/mstest0001.md MSTEST0001: Explicitly enable or disable tests parallelization
docs/core/testing/mstest-analyzers/mstest0023.md "MSTEST0023: Do not negate boolean assertions"
docs/core/testing/mstest-analyzers/mstest0037.md MSTEST0037: Use proper 'Assert' methods
docs/core/testing/mstest-analyzers/mstest0045.md MSTEST0045: Use cooperative cancellation for timeout
docs/core/testing/mstest-analyzers/mstest0062.md docs/core/testing/mstest-analyzers/mstest0062
docs/core/testing/mstest-analyzers/mstest0063.md MSTEST0063: Test classes should have valid constructors
docs/core/testing/mstest-analyzers/overview.md MSTest code analysis
docs/core/testing/mstest-analyzers/usage-rules.md MSTest usage rules
docs/core/tools/dotnet-publish.md docs/core/tools/dotnet-publish
docs/core/tools/dotnet-test-mtp.md dotnet test with Microsoft.Testing.Platform (MTP)
docs/core/tutorials/debugging-with-visual-studio-code.md Debug a .NET console application using Visual Studio Code
docs/core/tutorials/library-with-visual-studio-code.md Tutorial: Create a .NET class library using Visual Studio Code
docs/core/tutorials/publishing-with-visual-studio-code.md Tutorial: Publish a .NET console application using Visual Studio Code
docs/core/tutorials/with-visual-studio-code.md docs/core/tutorials/with-visual-studio-code
docs/framework/install/dotnet-35-windows-11-faq.yml .NET Framework 3.5 on Windows 11 FAQ
docs/framework/install/dotnet-35-windows-11.md Install .NET Framework 3.5 on Windows 11
docs/framework/install/dotnet-35-windows.md docs/framework/install/dotnet-35-windows
docs/framework/install/guide-for-developers.md Install .NET Framework for developers
docs/framework/install/on-windows-and-server.md Install .NET Framework on Windows
docs/framework/toc.yml docs/framework/toc
docs/navigate/devops-testing/toc.yml docs/navigate/devops-testing/toc
docs/zone-pivot-groups.yml docs/zone-pivot-groups

BartoszKlonowski and others added 9 commits February 4, 2026 09:38
* Add note about RID being ignored when publishing for solution

* Make note the Markdown note for visibility

Improve the way the important NOTE is emphasized by making it the markdown "note" and by separating the next paragraph with the proper newline.

Co-authored-by: Meaghan Osagie (Lewis) <moneikmarie@gmail.com>

* Fix formatting issues in dotnet-publish documentation

---------

Co-authored-by: Meaghan Osagie (Lewis) <moneikmarie@gmail.com>
Co-authored-by: Meaghan Osagie (Lewis) <mosagie@microsoft.com>
* Initial plan

* Update library-with-visual-studio-code tutorial to .NET 10

Co-authored-by: meaghanlewis <10103121+meaghanlewis@users.noreply.github.com>

* Update ms.date metadata to reflect documentation update

Co-authored-by: meaghanlewis <10103121+meaghanlewis@users.noreply.github.com>

* edit pass

* Apply suggestions from code review

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* Apply suggestions from code review

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: meaghanlewis <10103121+meaghanlewis@users.noreply.github.com>
Co-authored-by: Meaghan Osagie <mosagie@microsoft.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* Initial plan

* Add new dotnet test MTP command-line options documentation

Co-authored-by: meaghanlewis <10103121+meaghanlewis@users.noreply.github.com>

* Link to more details on configuration file and exit codes

* fix link

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: meaghanlewis <10103121+meaghanlewis@users.noreply.github.com>
Co-authored-by: Meaghan Osagie <mosagie@microsoft.com>
…apps with Codespaces (#51321)

* Update create .NET console app to include Codespaces zone pivot

* edit pass

* Address Copilot feedback

* add pivots and debugging steps for codespaces

* clarify debugging steps

* add steps for publishing with codespaces

* use .net 10 for publishing

* Address feedback from create a console app

* fix file link

* update formatting

* update debugging article

* more cleanup for debugging article

* update publishing article

* edit publish property directive sentence

* resize images

* Update docs/core/tutorials/with-visual-studio-code.md

Co-authored-by: Andy (Steve) De George <67293991+adegeo@users.noreply.github.com>

* address review feedback

---------

Co-authored-by: Andy (Steve) De George <67293991+adegeo@users.noreply.github.com>
* Add information about changes to Win11 and 3.5

* Fix build errors

* Adjust headers a little bit

* Restructured a bit and added more info to win 11 article

* Remove the FAQ link from the include

* Fix links

* Fix other link

* Apply suggestions from code review

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* Port "how to determine" to include

* Apply suggestions from code review

Co-authored-by: Meaghan Osagie (Lewis) <mosagie@microsoft.com>
Co-authored-by: Rich Lander <2608468+richlander@users.noreply.github.com>

* Swap 3.5 and 4.x

* Apply suggestions from code review

Co-authored-by: Meaghan Osagie (Lewis) <mosagie@microsoft.com>

---------

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Meaghan Osagie (Lewis) <mosagie@microsoft.com>
Co-authored-by: Rich Lander <2608468+richlander@users.noreply.github.com>
* Update MSTest analyzers for 4.1 release

* Update docs/core/testing/mstest-analyzers/mstest0063.md

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

---------

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
@github-advanced-security
Copy link

This pull request sets up GitHub code scanning for this repository. Once the scans have completed and the checks have passed, the analysis results for this pull request branch will appear on this overview. Once you merge this pull request, the 'Security' tab will show more code scanning analysis results (for example, for the default branch). Depending on your configuration and choice of analysis tool, future pull requests will be annotated with code scanning analysis results. For more information about GitHub code scanning, check out the documentation.

@dotnetrepoman dotnetrepoman bot added this to the February 2026 milestone Feb 4, 2026
@adegeo adegeo enabled auto-merge February 4, 2026 23:15
@adegeo adegeo merged commit 1efc17a into live Feb 4, 2026
12 of 14 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants