8000 CI Update - .NET 7 Preview 3 APIs by gewarren · Pull Request #8000 · dotnet/dotnet-api-docs · GitHub
[go: up one dir, main page]

Skip to content

CI Update - .NET 7 Preview 3 APIs #8000

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

Merged
merged 3 commits into from
Apr 26, 2022
Merged

CI Update - .NET 7 Preview 3 APIs #8000

merged 3 commits into from
Apr 26, 2022

Conversation

gewarren
Copy link
Contributor

Build.Reason:Manual by Genevieve Warren
Build.Url:https://apidrop.visualstudio.com/Content%20CI/_build/results?buildId=289998&view=results
source_repo.branch:net7-pre3
source_repo.url:https://apidrop.visualstudio.com/_git/binaries

VSC-Service-Account and others added 2 commits April 26, 2022 05:05
@ghost ghost added the area-Meta Concerns something that extends across runtime area boundaries, for example, IDisposable. label Apr 26, 2022
Copy link
Member
@rzikm rzikm left a comment

Choose a reason for hiding this comment

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

System.Net.* parts LGTM!

@opbld31

This comment was marked as outdated.

@@ -37,6 +37,10 @@
<AttributeName Language="C#">[System.Obsolete("This interface has been deprecated. Add a TypeDescriptionProvider to handle type TypeDescriptor.ComObjectType instead. https://go.microsoft.com/fwlink/?linkid=14202")]</AttributeName>
<AttributeName Language="F#">[&lt;System.Obsolete("This interface has been deprecated. Add a TypeDescriptionProvider to handle type TypeDescriptor.ComObjectType instead. https://go.microsoft.com/fwlink/?linkid=14202")&gt;]</AttributeName>
</Attribute>
<Attribute FrameworkAlternate="net-7.0">
<AttributeName Language="C#">[System.Obsolete("IComNativeDescriptorHandler has been deprecated. Add a TypeDescriptionProvider to handle type TypeDescriptor.ComObjectType instead.")]</AttributeName>
Copy link
Contributor Author

Choose a reason for hiding this comment

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

This is just a change in the obsoletion message for .NET 7 (from dotnet/runtime@895c99c). I think we have the ability to show different messages in different versions now.

@@ -30,7 +30,7 @@
<AttributeName Language="C#">[System.AttributeUsage(System.AttributeTargets.Assembly | System.AttributeTargets.Class | System.AttributeTargets.Constructor | System.AttributeTargets.Method | System.AttributeTargets.Struct, AllowMultiple=true, Inherited=false)]</AttributeName>
<AttributeName Language="F#">[&lt;System.AttributeUsage(System.AttributeTargets.Assembly | System.AttributeTargets.Class | System.AttributeTargets.Constructor | System.AttributeTargets.Method | System.AttributeTargets.Struct, AllowMultiple=true, Inherited=false)&gt;]</AttributeName>
</Attribute>
<Attribute FrameworkAlternate="dotnet-plat-ext-5.0;windowsdesktop-5.0;windowsdesktop-6.0;windowsdesktop-7.0">
<Attribute FrameworkAlternate="dotnet-plat-ext-5.0;dotnet-plat-ext-7.0;windowsdesktop-5.0;windowsdesktop-6.0;windowsdesktop-7.0">
Copy link
Contributor Author

Choose a reason for hiding this comment

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

I'm not sure why dotnet-plat-ext-6.0 doesn't appear here.

Copy link
Contributor

Choose a reason for hiding this comment

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

Why were you expecting that moniker for this API specifically?

I assume the contents of this PR are generated using mdoc. Do we have control over which monikers to include? For example, the Continuous Integration job for Intellisense has a textbox where we can manually indicate the monikers we want to include:

image

Copy link
Contributor Author

Choose a reason for hiding this comment

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

It's weird that this type would show as obsolete in .NET 5 and .NET 7, but not .NET 6. So you won't see the CAUTION block for the obsoletion if you choose the .NET 6 moniker: https://review.docs.microsoft.com/en-us/dotnet/api/system.data.odbc.odbcpermissionattribute?view=dotnet-plat-ext-6.0&branch=pr-en-us-8000.

But it looks like the attribute was only added in src in February, so this is correct.

@opbld33
Copy link
opbld33 commented Apr 26, 2022

Docs Build status updates of commit b2b97f8:

✅ Validation status: passed

File Status Preview URL Details
xml/FrameworksIndex/dotnet-plat-ext-7.0.xml ✅Succeeded
xml/FrameworksIndex/net-7.0.xml ✅Succeeded
xml/FrameworksIndex/windowsdesktop-7.0.xml ✅Succeeded
xml/Microsoft.Extensions.Caching.Memory/PostEvictionDelegate.xml ✅Succeeded View
xml/Microsoft.Extensions.Configuration/ConfigurationManager.xml ✅Succeeded View
xml/Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts/PatternContext`1.xml ✅Succeeded View
xml/Microsoft.Extensions.Hosting/BackgroundService.xml ✅Succeeded View
xml/Microsoft.Extensions.Hosting/Host.xml ✅Succeeded View
xml/Microsoft.Extensions.Hosting/HostApplicationBuilder.xml ✅Succeeded View
xml/Microsoft.Extensions.Hosting/HostApplicationBuilderSettings.xml ✅Succeeded View
xml/Microsoft.Extensions.Hosting/IHostEnvironment.xml ✅Succeeded View
xml/Microsoft.Extensions.Hosting/IHostingEnvironment.xml ✅Succeeded View
xml/Microsoft.Extensions.Logging/FilterLoggingBuilderExtensions.xml ✅Succeeded View
xml/Microsoft.Extensions.Logging/LoggerFactory.xml ✅Succeeded View
xml/Microsoft.Extensions.Logging/LoggerFilterRule.xml ✅Succeeded View
xml/Microsoft.Extensions.Primitives/StringValues.xml ✅Succeeded View
xml/System.ComponentModel/BaseNumberConverter.xml ✅Succeeded View
xml/System.ComponentModel/CultureInfoConverter.xml ✅Succeeded View
xml/System.ComponentModel/DateTimeConverter.xml ✅Succeeded View
xml/System.ComponentModel/DateTimeOffsetConverter.xml ✅Succeeded View
xml/System.ComponentModel/DecimalConverter.xml ✅Succeeded View
xml/System.ComponentModel/EnumConverter.xml ✅Succeeded View
xml/System.ComponentModel/GuidConverter.xml ✅Succeeded View
xml/System.ComponentModel/IComNativeDescriptorHandler.xml ✅Succeeded View
xml/System.ComponentModel/MemberDescriptor.xml ✅Succeeded View

This comment lists only the first 25 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:

@gewarren gewarren merged commit d03b03d into main Apr 26, 2022
@gewarren gewarren deleted the net7-preview3 branch April 26, 2022 21:39
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.

5 participants
0