I find this method only in .Net Core 2.1, not in .Net 2.0
⚠Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.
Thanks for your feedback @tomap. I'll have to investigate this and get back to you.
You're right @tomap. I could double check this at https://apisof.net/catalog/System.Convert.TryFromBase64String(String,Span%3CByte%3E,Int32)
@terrajobst can I get the version of the 2.0 ref assemblies that are being used for the API Catalog? It seems my version is not correct.
I double checked with the path you sent today re. 2.2 @terrajobst and my assemblies match. Looking at the 2.0 assembly with ildasm I don't see that API in there.
Tagging @dend and @joelmartinez since mdoc automatically adds this API and others in the 2.0 index:
https://github.com/dotnet/dotnet-api-docs/blob/master/xml/FrameworksIndex/netcore-2.0.xml
@mairaw just wanted to chime in that this is under investigation … have confirmed that the binaries being used for 2.0 are in fact reporting that this method is not there. So there's some other reason that it's being included in this list. Will let you know when I find/fix the reason
Thanks for the update @joelmartinez!
Just to close the loop here, this issue was resolved here: https://github.com/mono/api-doc-tools/issues/357
Pending deployment/CI implementation :)
The latest CI run seems to have fixed that 🎆 closing this one!