Open
Conversation
Contributor
Author
|
Remaining warnings are pre-existing. |
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates System namespace API reference XML files to normalize <xref> links for properties (removing the %2A wildcard form), along with a few related formatting cleanups in Markdown remarks.
Changes:
- Replace property
<xref>links that use%2Awith the non-wildcard form across many System XML docs. - Adjust a handful of related links (for example, some indexer/property references) and Markdown formatting in remarks sections.
- Minor incidental text/formatting updates in touched paragraphs and examples.
Reviewed changes
Copilot reviewed 126 out of 128 changed files in this pull request and generated 9 comments.
Show a summary per file
| File | Description |
|---|---|
| xml/System/WeakReference.xml | Updates property xrefs (for example, Target, IsAlive) to remove %2A. |
| xml/System/Version.xml | Updates revision-related property xrefs to remove %2A. |
| xml/System/ValueTuple`8.xml | Updates explicit-interface property xrefs (ITuple.Item, ITuple.Length) to remove %2A. |
| xml/System/ValueTuple`7.xml | Updates explicit-interface property xrefs (ITuple.Item, ITuple.Length) to remove %2A. |
| xml/System/ValueTuple`6.xml | Updates explicit-interface property xrefs (ITuple.Item, ITuple.Length) to remove %2A. |
| xml/System/ValueTuple`5.xml | Updates explicit-interface property xrefs (ITuple.Item, ITuple.Length) to remove %2A. |
| xml/System/ValueTuple`4.xml | Updates explicit-interface property xrefs (ITuple.Item, ITuple.Length) to remove %2A. |
| xml/System/ValueTuple`3.xml | Updates explicit-interface property xrefs (ITuple.Item, ITuple.Length) to remove %2A. |
| xml/System/ValueTuple`2.xml | Updates explicit-interface property xrefs (ITuple.Item, ITuple.Length) to remove %2A. |
| xml/System/ValueTuple`1.xml | Updates explicit-interface property xrefs (ITuple.Item, ITuple.Length) to remove %2A. |
| xml/System/UriTemplateTable.xml | Updates BaseAddress, IsReadOnly, and KeyValuePairs property xrefs to remove %2A. |
| xml/System/UriFormatException.xml | Updates Message and InnerException property xrefs to remove %2A. |
| xml/System/UnhandledExceptionEventArgs.xml | Updates WrappedException property xref to remove %2A. |
| xml/System/UnauthorizedAccessException.xml | Updates Message and InnerException property xrefs to remove %2A. |
| xml/System/UIntPtr.xml | Updates IntPtr.Size property xref to remove %2A. |
| xml/System/UInt64.xml | Updates several property xrefs (for example, CultureInfo.NumberFormat, UserLanguages, CurrencyPositivePattern) to remove %2A. |
| xml/System/UInt32.xml | Updates several property xrefs (for example, CultureInfo.NumberFormat, UserLanguages, CurrencyPositivePattern) to remove %2A. |
| xml/System/UInt16.xml | Updates several property xrefs (for example, CultureInfo.NumberFormat, CurrencyPositivePattern) to remove %2A. |
| xml/System/TypeUnloadedException.xml | Reformats Markdown remarks blocks and updates property xrefs (Message, InnerException) to remove %2A. |
| xml/System/TypeLoadException.xml | Updates Message and InnerException property xrefs to remove %2A. |
| xml/System/TypeInitializationException.xml | Updates InnerException property xref to remove %2A. |
| xml/System/TypeAccessException.xml | Updates Message and InnerException property xrefs to remove %2A. |
| xml/System/Tuple`5.xml | Updates ItemX property and explicit-interface property xrefs to remove %2A in touched text. |
| xml/System/Tuple`4.xml | Updates ItemX property and explicit-interface property xrefs to remove %2A in touched text. |
| xml/System/Tuple`3.xml | Updates ItemX property and explicit-interface property xrefs to remove %2A in touched text. |
| xml/System/Tuple`2.xml | Updates ItemX property and explicit-interface property xrefs to remove %2A in touched text. |
| xml/System/Tuple`1.xml | Updates Item1 property and explicit-interface property xrefs to remove %2A in touched text. |
| xml/System/Tuple.xml | Updates Rest property xref to remove %2A. |
| xml/System/TimeoutException.xml | Updates Message and InnerException property xrefs to remove %2A. |
| xml/System/TimeZoneNotFoundException.xml | Updates Message and InnerException property xrefs to remove %2A. |
| xml/System/TimeZoneInfo+AdjustmentRule.xml | Updates multiple AdjustmentRule property xrefs to remove %2A. |
| xml/System/TimeZone.xml | Updates multiple property xrefs (CurrentTimeZone, DaylightName, StandardName, DateTime.Kind, TimeZoneInfo.Local) to remove %2A. |
| xml/System/SystemException.xml | Reformats Markdown remarks blocks and updates property xrefs (Message, InnerException) to remove %2A. |
| xml/System/String.xml | Updates indexer/property references (for example, Chars(System.Int32), Length, InvariantCulture) to remove %2A. |
| xml/System/StackOverflowException.xml | Updates InnerException property xref to remove %2A. |
| xml/System/Single.xml | Updates UserLanguages property xref to remove %2A. |
| xml/System/SByte.xml | Updates multiple property xrefs (for example, CurrencyPositivePattern, NumberFormat, NegativeSign) to remove %2A. |
| xml/System/ResolveEventArgs.xml | Updates Name and RequestingAssembly property xrefs to remove %2A. |
| xml/System/RankException.xml | Updates Message and InnerException property xrefs to remove %2A. |
| xml/System/Random.xml | Updates Array.Length property xrefs to remove %2A in examples/remarks text. |
| xml/System/PlatformNotSupportedException.xml | Updates InnerException property xref to remove %2A. |
| xml/System/OverflowException.xml | Updates InnerException property xref to remove %2A. |
| xml/System/OutOfMemoryException.xml | Updates property xrefs (Data, MaxCapacity, Length, Message, InnerException) to remove %2A. |
| xml/System/OperationCanceledException.xml | Updates CancellationToken and InnerException-related property xrefs to remove %2A. |
| xml/System/OperatingSystem.xml | Updates several property xrefs (OSVersion, Platform, ServicePack, Version, VersionString) to remove %2A. |
| xml/System/ObjectDisposedException.xml | Updates property xrefs (Message, ObjectName, InnerException) to remove %2A. |
| xml/System/Nullable`1.xml | Updates property xrefs (HasValue, Value, GetValueOrDefault, ToString) to remove %2A. |
| xml/System/NullReferenceException.xml | Updates InnerException property xref to remove %2A and adjusts whitespace. |
| xml/System/NotSupportedException.xml | Updates InnerException property xref to remove %2A. |
| xml/System/NotImplementedException.xml | Updates InnerException property xref to remove %2A. |
| xml/System/MulticastNotSupportedException.xml | Reformats Markdown remarks blocks and updates property xrefs (Message, InnerException) to remove %2A. |
| xml/System/MissingMethodException.xml | Updates Message and InnerException property xrefs to remove %2A. |
| xml/System/MissingMemberException.xml | Updates Message and InnerException property xrefs to remove %2A. |
| xml/System/MissingFieldException.xml | Updates Message and InnerException property xrefs to remove %2A. |
| xml/System/MethodAccessException.xml | Updates InnerException property xref to remove %2A. |
| xml/System/MemberAccessException.xml | Updates Message and InnerException property xrefs to remove %2A. |
| xml/System/LoaderOptimizationAttribute.xml | Reformats Markdown remarks and updates a SetAppDomainPolicy reference (and note formatting). |
| xml/System/LoaderOptimization.xml | Reformats Markdown remarks and updates a SetAppDomainPolicy reference (and note formatting). |
| xml/System/InvalidTimeZoneException.xml | Updates Message and InnerException property xrefs to remove %2A. |
| xml/System/InvalidProgramException.xml | Reformats Markdown remarks blocks and updates property xrefs (Message, InnerException) to remove %2A. |
| xml/System/InvalidOperationException.xml | Updates Message and InnerException property xrefs to remove %2A. |
| xml/System/InvalidCastException.xml | Updates Message, InnerException, and HResult property xrefs to remove %2A. |
| xml/System/IntPtr.xml | Updates IntPtr.Size property xref to remove %2A. |
| xml/System/Int64.xml | Updates multiple property xrefs (for example, UserLanguages, CurrencyPositivePattern) to remove %2A. |
| xml/System/Int32.xml | Updates multiple property xrefs (for example, UserLanguages, CurrencyPositivePattern) to remove %2A. |
| xml/System/Int16.xml | Updates multiple property xrefs (for example, currency pattern and parsing-related properties) to remove %2A. |
| xml/System/InsufficientMemoryException.xml | Reformats Markdown remarks blocks and updates property xrefs (Message, InnerException) to remove %2A. |
| xml/System/IndexOutOfRangeException.xml | Updates DataView.Sort, Message, and InnerException property xrefs to remove %2A. |
| xml/System/IAsyncResult.xml | Updates async-result property xrefs (AsyncWaitHandle, AsyncState, IsCompleted) to remove %2A. |
| xml/System/Guid.xml | Updates GuidAttribute.Value property xref to remove %2A. |
| xml/System/FormatException.xml | Updates Message and InnerException property xrefs to remove %2A. |
| xml/System/FieldAccessException.xml | Updates Message and InnerException property xrefs to remove %2A. |
| xml/System/ExecutionEngineException.xml | Reformats Markdown remarks blocks and updates Message and InnerException property xrefs to remove %2A. |
| xml/System/Exception.xml | Updates multiple property xrefs (Message, InnerException, HResult, Source, StackTrace, TargetSite) to remove %2A. |
| xml/System/EntryPointNotFoundException.xml | Updates Message and InnerException property xrefs to remove %2A. |
| xml/System/Double.xml | Updates UserLanguages property xref to remove %2A. |
| xml/System/DllNotFoundException.xml | Updates InnerException property xref to remove %2A. |
| xml/System/DivideByZeroException.xml | Updates Message and InnerException property xrefs to remove %2A. |
| xml/System/Delegate.xml | Updates Delegate.Method property xref to remove %2A. |
| xml/System/Decimal.xml | Updates UserLanguages property xref to remove %2A. |
| xml/System/DayOfWeek.xml | Updates DateTime.DayOfWeek property xref to remove %2A and adjusts whitespace. |
| xml/System/DateTimeKind.xml | Reformats Markdown remarks and updates DateTime.Kind property xref to remove %2A. |
| xml/System/ContextMarshalException.xml | Updates InnerException property xref to remove %2A. |
| xml/System/ConsoleSpecialKey.xml | Updates ConsoleCancelEventArgs.SpecialKey property xref to remove %2A. |
| xml/System/ConsoleKeyInfo.xml | Updates Key, KeyChar, and Modifiers property xrefs to remove %2A. |
| xml/System/ConsoleCancelEventArgs.xml | Updates Cancel and SpecialKey property xrefs to remove %2A. |
| xml/System/CharEnumerator.xml | Updates Current property xrefs to remove %2A. |
| xml/System/CannotUnloadAppDomainException.xml | Updates Message and InnerException property xrefs to remove %2A. |
| xml/System/Byte.xml | Updates multiple property xrefs (for example, CurrencyPositivePattern, PositiveSign) to remove %2A. |
| xml/System/BadImageFormatException.xml | Updates multiple property xrefs (Message, FileName, InnerException) to remove %2A. |
| xml/System/AttributeUsageAttribute.xml | Updates Inherited property xrefs to remove %2A. |
| xml/System/Attribute.xml | Updates TypeId property xref to remove %2A. |
| xml/System/ArrayTypeMismatchException.xml | Updates Message and InnerException property xrefs to remove %2A. |
| xml/System/ArraySegment`1.xml | Updates Array, Offset, and Count property xrefs to remove %2A (and touches IList-related text). |
| xml/System/ArithmeticException.xml | Updates Message and InnerException property xrefs to remove %2A. |
| xml/System/ArgumentOutOfRangeException.xml | Updates multiple property xrefs (ParamName, ActualValue, Message, String.Length) to remove %2A. |
| xml/System/ArgumentNullException.xml | Updates Message and ParamName property xrefs to remove %2A. |
| xml/System/ArgumentException.xml | Updates ParamName, Message, Type.Name, and InnerException property xrefs to remove %2A. |
| xml/System/ApplicationId.xml | Updates several ApplicationId property xrefs (Culture, Name, ProcessorArchitecture, PublicKeyToken, Version) to remove %2A. |
| xml/System/ApplicationException.xml | Reformats Markdown remarks blocks and updates property xrefs (Message, InnerException) to remove %2A. |
| xml/System/AppDomainUnloadedException.xml | Updates Message and InnerException property xrefs to remove %2A. |
| xml/System/AppContext.xml | Updates AppDomain.BaseDirectory and TargetFrameworkAttribute.FrameworkName property xrefs to remove %2A. |
| xml/System/AggregateException.xml | Updates Message and InnerExceptions property xrefs to remove %2A. |
| xml/System/AccessViolationException.xml | Updates Message and InnerException property xrefs to remove %2A. |
You can also share your feedback on Copilot code review. Take the survey.
gewarren
commented
Mar 13, 2026
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.
No description provided.