8000 Add .NET Framework 4.7.2 APIs by mairaw · Pull Request #10 · dotnet/dotnet-api-docs · GitHub
[go: up one dir, main page]

Skip to content

Add .NET Framework 4.7.2 APIs #10

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 2 commits into from
Apr 4, 2018
Merged

Add .NET Framework 4.7.2 APIs #10

merged 2 commits into from
Apr 4, 2018

Conversation

mairaw
Copy link
Contributor
@mairaw mairaw commented Apr 3, 2018

Related to dotnet/docs#4876

@@ -1493,7 +1493,7 @@
<Parameter Name="supports" Type="System.CodeDom.Compiler.GeneratorSupport" Index="0" FrameworkAlternate="xamarinmac-3.0" />
</Parameters>
<Docs>
<param name="supports">To be added.</param>
<param name="generatorSupport">To be added.</param>
Copy link
Contributor Author
@mairaw mairaw Apr 3, 2018

Choose a reason for hiding this comment

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

@joelmartinez @dend I'm a bit confused on what's going on here. Why is the parameter name changing here (and on several other files on this PR) and shouldn't .net-framework-4.7.2 also be on the FrameworkAlternate list on line 1492?

Copy link
Contributor

Choose a reason for hiding this comment

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

Hmm ... yeah this is indeed strange. It shouldn't be removing the supports parameter, it should only be adding generatorSupport. I've created a new GH issue, and will work to resolve:
mono/api-doc-tools#222

<MemberSignature Language="VB.NET" Value="Protected Friend Overrides Sub Unmerge (sourceElement As ConfigurationElement, parentElement As ConfigurationElement, saveMode As ConfigurationSaveMode)" FrameworkAlternate="netcore-2.0;netframework-4.5;netframework-4.5.1;netframework-4.5.2;netframework-4.6;netframework-4.6.1;netframework-4.6.2;netframework-4.7;netframework-4.7.1" />
<MemberSignature Language="C++ CLI" Value="protected public:&#xA; override void Unmerge(System::Configuration::ConfigurationElement ^ sourceElement, System::Configuration::ConfigurationElement ^ parentElement, System::Configuration::ConfigurationSaveMode saveMode);" FrameworkAlternate="netcore-2.0;netframework-4.5;netframework-4.5.1;netframework-4.5.2;netframework-4.6;netframework-4.6.1;netframework-4.6.2;netframework-4.7;netframework-4.7.1" />
<MemberSignature Language="C#" Value="protected internal override void Unmerge (System.Configuration.ConfigurationElement sourceElement, System.Configuration.ConfigurationElement parentElement, System.Configuration.ConfigurationSaveMode updateMode);" FrameworkAlternate="xamarinmac-3.0" />
<MemberSignature Language="ILAsm" Value=".method familyorassemblyhidebysig virtual instance void Unmerge(class System.Configuration.ConfigurationElement sourceElement, class System.Configuration.ConfigurationElement parentElement, valuetype System.Configuration.ConfigurationSaveMode updateMode) cil managed" FrameworkAlternate="xamarinmac-3.0" />
<MemberSignature Language="DocId" Value="M:System.Configuration.ConfigurationElementCollection.Unmerge(System.Configuration.ConfigurationElement,System.Configuration.ConfigurationElement,System.Configuration.ConfigurationSaveMode)" FrameworkAlternate="xamarinmac-3.0" />
<MemberSignature Language="DocId" Value="M:System.Configuration.ConfigurationElementCollection.Unmerge(System.Configuration.ConfigurationElement,System.Configuration.ConfigurationElement,System.Configuration.ConfigurationSaveMode)" FrameworkAlternate="xamarinmac-3.0;netcore-2.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.

@joelmartinez @dend another odd one. aren't 1555 and 1560 the same? So why the framework value is jumping lines? shouldn't DocID be the same for all platforms?

Copy link
Contributor

Choose a reason for hiding this comment

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

Hmm, this is a little strange yes. Probably an artifact of the fact that the parameter names are different, but the docid is the same as you point out. The value does == ... so strictly speaking, any code that reads these signatures and filters out by FrameworkAlternate will show the correct value.

I will fix this in the future (made a gh issue here, but this in particular shouldn't be a blocking issue since the end result is still correct.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Sounds good. I agree with you this one is not blocking. I can't open this issue though.

Copy link
@rpetrusha rpetrusha left a comment

Choose a reason for hiding this comment

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

I just took a quick look, @mairaw, but other than the issues you found, this LGTM. I think it's ready to merge when you want.

@mairaw mairaw merged commit a23cc54 into master Apr 4, 2018
@mairaw mairaw deleted the CITest branch April 4, 2018 21:10
@BillWagner
Copy link
Member

I reviewed as Ron did, and this also LGTM.

@mairaw mairaw added the 🏁 Release: .NET Framework 4.7.2 Identifies work items for the .NET Framework 4.7.2 release label Apr 5, 2018
@mairaw mairaw self-assigned this Apr 10, 2018
@CeciAc CeciAc mentioned this pull request May 27, 2019
@masoudahg00 masoudahg00 mentioned this pull request Jun 6, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-Infrastructure 🏁 Release: .NET Framework 4.7.2 Identifies work items for the .NET Framework 4.7.2 release
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants
0