Petr Onderka

Results 27 issues of Petr Onderka

When you go to the documentation for a member of a .Net type, you will see breadcrumb navigation like this: ![](https://github.com/MicrosoftDocs/feedback/assets/287848/4a82fe3a-f9fe-4657-96a9-685d293badd4) The problem is the link to the member kind...

Pri3
docs-experience

**Describe the bug** In .Net API reference, generic interfaces implemented by a type are duplicated in the Implements section: once with type parameters as they are used in the interface,...

bug
Pri3

[The specification says this about the `Color Color` situation:](https://learn.microsoft.com/en-us/dotnet/csharp/language-reference/language-specification/expressions#11762-identical-simple-names-and-type-names) > The member lookup of `E.I` is never ambiguous, since `I` shall necessarily be a member of the type `E` in...

The lines in XML files in API reference are way too long. This causes several fairly minor, but noticeable annoyances to contributors like me: * When viewing the source or...

Pri2
external
Pri3
area-Infrastructure

Related to https://github.com/dotnet/runtime/issues/79924. This PR deletes some outdated and duplicate samples for 3DES, modernizes the C# version of the remaining sample and removes samples from the obsolete `TripleDESCryptoServiceProvider` class. Also...

area-System.Security
community-contribution

When you go to e.g. https://www.fuget.org/packages/Microsoft.Bcl.AsyncInterfaces/1.0.0, all the Frameworks links (i.e. net461 and netstandard2.0) don't do anything: they link back to the same page. If you go to a subpage...

I think changes in tests are worth reviewing here, because they represent changes that the users will be required to do, and how output will change for them.

This page has several issues: 1. It claims `CodePagesEncodingProvider` is not available for .Net Core 2.1, which is not true. (In fact, it's a NuGet package, so AFAIK it's not...

Pri2
area-System.Text.Encoding
dotnet-api/prod