Remove .NET Framework remarks (Numerics, Printing, Resources, ServiceProcess, Transactions)#12685
Open
gewarren wants to merge 2 commits into
Open
Remove .NET Framework remarks (Numerics, Printing, Resources, ServiceProcess, Transactions)#12685gewarren wants to merge 2 commits into
gewarren wants to merge 2 commits into
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This PR cleans up the .NET API reference XML in this repo by removing .NET Framework-specific remarks/exceptions/examples (including CAS/app.config/app-domain guidance), aligning the content with the split to dotnetfw-api-docs and reducing legacy-framework noise in the docs set.
Changes:
- Removed or rewrote .NET Framework-version-specific remarks across Transactions, Timers, Printing, Resources, ServiceProcess, and Numerics docs.
- Simplified several remarks blocks by deleting CAS/.NET Framework guidance and trimming framework-only related references.
- Updated some wording from “.NET Framework” to “.NET” and refreshed a resource documentation link.
Reviewed changes
Copilot reviewed 19 out of 19 changed files in this pull request and generated 12 comments.
Show a summary per file
| File | Description |
|---|---|
| xml/System.Transactions/TransactionScope.xml | Removed “[Supported in .NET Framework …]” qualifiers from constructor summaries. |
| xml/System.Transactions/EnterpriseServicesInteropOption.xml | Reworded remarks to remove “.NET Framework” framing. |
| xml/System.Transactions/DistributedTransactionPermission.xml | Removed .NET Framework/CAS escalation explanation from remarks. |
| xml/System.Transactions/DependentTransaction.xml | Removed app-domain-specific remark and reformatted method remarks. |
| xml/System.Timers/Timer.xml | Removed .NET Framework-specific behavior-change wording and pruned a .NET Framework-only related timer reference. |
| xml/System.Speech.Recognition/SpeechHypothesizedEventArgs.xml | Updated summary wording from “.NET Framework infrastructure” to “.NET infrastructure”. |
| xml/System.ServiceProcess/ServiceControllerPermissionEntry.xml | Removed CAS remarks and multiple CAS-related altmembers; adjusted exception formatting. |
| xml/System.ServiceProcess/ServiceControllerPermissionAttribute.xml | Trimmed remarks content to focus on CAS deprecation include. |
| xml/System.ServiceProcess/ServiceBase.xml | Removed .NET Framework install guidance and app-domain unload mention. |
| xml/System.Resources/ResXResourceWriter.xml | Removed .NET Framework-targeting remarks blocks and replaced with placeholders. |
| xml/System.Resources/ResXResourceReader.xml | Removed .NET Framework assembly-reference note from an example. |
| xml/System.Resources/ResourceWriter.xml | Reworded type-name guidance and removed .NET Framework-targeting remarks. |
| xml/System.Resources/ResourceReader.xml | Reworded resource type guidance to remove “.NET Framework” wording. |
| xml/System.Resources/ResourceManager.xml | Removed version qualifier from thread-safety note in remarks. |
| xml/System.Resources/MissingSatelliteAssemblyException.xml | Reworded remarks to remove “.NET Framework” phrasing. |
| xml/System.Resources.Tools/StronglyTypedResourceBuilder.xml | Updated remarks to modern .NET phrasing and refreshed a “Resources in .NET apps” link. |
| xml/System.Printing/PrintSystemJobInfo.xml | Simplified JobStream remarks by removing version/OS qualifier. |
| xml/System.Printing/PrintQueue.xml | Removed a .NET Framework-specific related article link. |
| xml/System.Numerics/Complex.xml | Removed .NET Framework-specific formatting comparison from remarks. |
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
.NET Framework API ref has moved to its own repo (https://github.com/dotnet/dotnetfw-api-docs), so we can clean up .NET Framework remarks, exceptions, and code examples out of this repo. Contributes to #12513.
Removes remarks and examples related to:
Also removes all remarks from obsolete APIs.
Hide whitespace changes