Skip to content
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

Port documentation for .NET 7.0 Preview2 #7889

Merged
merged 34 commits into from
Mar 31, 2022

Conversation

carlossanlop
Copy link
Member

Ported documentation for Preview2 using dotnet/api-docs-sync (formerly known as DocsPortingTool).

Each commit has documentation of a single namespace, for easier review.

Microsoft.Extensions.DiagnosticAdapter @dotnet/aspnet-api-review (I think?)
Microsoft.Extensions.Logging @dotnet/area-extensions-logging
Microsoft.Extensions.Primitives @dotnet/area-extensions-primitives
System @dotnet/area-system-runtime
System.Collections @dotnet/area-system-collections
System.ComponentModel @dotnet/area-system-componentmodel
System.ComponentModel.Composition @dotnet/area-system-componentmodel-composition
System.Data @ajcvickers @DavoudEshtehari @David-Engel
System.Diagnostics @dotnet/area-system-diagnostics-activity @dotnet/area-system-diagnostics-eventlog @dotnet/area-system-diagnostics-tracesource
System.Drawing @dotnet/area-system-drawing
System.IO @dotnet/area-system-io
System.IO.Compression @dotnet/area-system-io-compression
System.Linq @dotnet/area-system-linq
System.Net @dotnet/ncl
System.Reflection @dotnet/area-system-reflection
System.Runtime.CompilerServices @dotnet/area-system-runtime-compilerservices
System.Runtime.InteropServices @dotnet/interop-contrib
System.Runtime.Intrinsics @dotnet/area-system-runtime-intrinsics
System.Security.Cryptography @dotnet/area-system-security @jozkee
System.Text.RegularExpressions @dotnet/area-system-text-regularexpressions
System.Transactions @HongGit
System.Web @Rick-Anderson

cc @gewarren @BillWagner @jeffhandley @ericstj @karelz

Co-authored-by: Genevieve Warren <24882762+gewarren@users.noreply.github.com>
@opbld33

This comment was marked as outdated.

Copy link
Contributor

@gewarren gewarren left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

To fix warnings.

xml/System.Diagnostics.Metrics/Meter.xml Outdated Show resolved Hide resolved
xml/System.Diagnostics.Metrics/Meter.xml Outdated Show resolved Hide resolved
@opbld31

This comment was marked as outdated.

@opbld30
Copy link

opbld30 commented Mar 31, 2022

Docs Build status updates of commit 3887d09:

✅ Validation status: passed

File Status Preview URL Details
xml/Microsoft.Extensions.DiagnosticAdapter.Internal/ProxyBase.xml ✅Succeeded
xml/Microsoft.Extensions.DiagnosticAdapter.Internal/ProxyFactory.xml ✅Succeeded
xml/Microsoft.Extensions.Logging.AzureAppServices.Internal/BatchingLogger.xml ✅Succeeded View
xml/Microsoft.Extensions.Logging.Console/ConsoleLogger.xml ✅Succeeded View
xml/Microsoft.Extensions.Logging.Filter.Internal/FilterLogger.xml ✅Succeeded View
xml/Microsoft.Extensions.Logging.TraceSource/TraceSourceLogger.xml ✅Succeeded View
xml/Microsoft.Extensions.Primitives/StringSegment.xml ✅Succeeded View
xml/System.Collections.Concurrent/BlockingCollection`1.xml ✅Succeeded View
xml/System.Collections.Immutable/ImmutableArray.xml ✅Succeeded View
xml/System.Collections.Immutable/ImmutableArray`1+Builder.xml ✅Succeeded View
xml/System.Collections.Immutable/ImmutableArray`1.xml ✅Succeeded View
xml/System.Collections.Specialized/BitVector32.xml ✅Succeeded View
xml/System.ComponentModel.Composition.ReflectionModel/LazyMemberInfo.xml ✅Succeeded View
xml/System.ComponentModel.Design.Serialization/MemberRelationship.xml ✅Succeeded View
xml/System.Data.SqlTypes/SqlBinary.xml ✅Succeeded View
xml/System.Data.SqlTypes/SqlBoolean.xml ✅Succeeded View
xml/System.Data.SqlTypes/SqlByte.xml ✅Succeeded View
xml/System.Data.SqlTypes/SqlDateTime.xml ✅Succeeded View
xml/System.Data.SqlTypes/SqlDecimal.xml ✅Succeeded View
xml/System.Data.SqlTypes/SqlDouble.xml ✅Succeeded View
xml/System.Data.SqlTypes/SqlGuid.xml ✅Succeeded View
xml/System.Data.SqlTypes/SqlInt16.xml ✅Succeeded View
xml/System.Data.SqlTypes/SqlInt32.xml ✅Succeeded View
xml/System.Data.SqlTypes/SqlInt64.xml ✅Succeeded View
xml/System.Data.SqlTypes/SqlMoney.xml ✅Succeeded View
xml/System.Data.SqlTypes/SqlSingle.xml ✅Succeeded View
xml/System.Data.SqlTypes/SqlString.xml ✅Succeeded View
xml/System.Diagnostics.CodeAnalysis/SetsRequiredMembersAttribute.xml ✅Succeeded View
xml/System.Diagnostics.Metrics/Meter.xml ✅Succeeded View
xml/System.Diagnostics.Metrics/ObservableUpDownCounter`1.xml ✅Succeeded View
xml/System.Diagnostics.Metrics/UpDownCounter`1.xml ✅Succeeded View
xml/System.Diagnostics/UnreachableException.xml ✅Succeeded View
xml/System.Drawing/CharacterRange.xml ✅Succeeded View
xml/System.IO.Compression/ZipArchive.xml ✅Succeeded View
xml/System.IO.Compression/ZipArchiveEntry.xml ✅Succeeded View
xml/System.IO/Path.xml ✅Succeeded View
xml/System.IO/StreamReader.xml ✅Succeeded View
xml/System.IO/StringReader.xml ✅Succeeded View
xml/System.IO/TextReader.xml ✅Succeeded View
xml/System.Linq/EnumerableQuery`1.xml ✅Succeeded View
xml/System.Net.Sockets/IPPacketInformation.xml ✅Succeeded View
xml/System.Reflection/CustomAttributeNamedArgument.xml ✅Succeeded View
xml/System.Reflection/CustomAttributeTypedArgument.xml ✅Succeeded View
xml/System.Runtime.CompilerServices/RequiredMemberAttribute.xml ✅Succeeded View
xml/System.Runtime.CompilerServices/RuntimeFeature.xml ✅Succeeded View
xml/System.Runtime.InteropServices/GCHandle.xml ✅Succeeded View
xml/System.Runtime.InteropServices/NFloat.xml ✅Succeeded View
xml/System.Runtime.Intrinsics.Arm/AdvSimd+Arm64.xml ✅Succeeded View
xml/System.Security.Cryptography.Cose/CoseHeaderLabel.xml ✅Succeeded View
xml/System.Security.Cryptography.Cose/CoseHeaderMap+Enumerator.xml ✅Succeeded View

This comment lists only the first 50 files in the pull request.
For more details, please refer to the build report.

Note: Broken links written as relative paths are included in the above build report. For broken links written as absolute paths or external URLs, see the broken link report.

For any questions, please:

@carlossanlop carlossanlop merged commit eb604f8 into dotnet:main Mar 31, 2022
@carlossanlop carlossanlop deleted the Preview2 branch March 31, 2022 18:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-Meta Concerns something that extends across runtime area boundaries, for example, IDisposable.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

10 participants