Maira Wenzel

Results 230 comments of Maira Wenzel

But it's odd. CAPS can find that sample. Maybe an issue with the migration script. In our case, when we had that string, CAPS could also not see the example.

I'm running a full scan of broken links in CATS. I'll paste a link to the report once that's done/

There are 304 broken links. See report here: https://contentqacats.azurewebsites.net/CheckResults/2019040100371/Report/

This is an example of this issue: Compare https://docs.microsoft.com/en-us/dotnet/api/system.servicemodel.instancecontext with https://msdn.microsoft.com/en-us/library/system.servicemodel.instancecontext It shows protected members and inherited protected members for this class. They shouldn't show up. /cc @rpetrusha @dend @joelmartinez

There's another interesting case where docs shows the behavior we want for the InternalDispose method but the source file is expecting that member to be documented (even though it's not...

We also have this protected member showing up for this class which is not sealed: https://docs.microsoft.com/en-us/dotnet/api/system.transactions.configuration.defaultsettingssection.properties?view=netframework-4.7.2#System_Transactions_Configuration_DefaultSettingsSection_Properties But we didn't document this one for MSDN and https://apisof.net/catalog/System.Transactions.Configuration.DefaultSettingsSection also doesn't show that...

Another example: https://github.com/dotnet/dotnet-api-docs/blob/master/xml/System.IO/FileStream.xml#L1417 @joelmartinez can you triage this bug?

Another instance I found today: https://docs.microsoft.com/en-us/dotnet/api/system.net.security.sslstream.beginread?view=netframework-4.7.2

Another example: https://docs.microsoft.com/en-us/dotnet/api/system.windows.forms.textrenderer.measuretext

@joelmartinez should I add a new issue or just include the conditions from https://github.com/MicrosoftDocs/feedback/issues/468 here too given this one is still open?