dotnet / dotnet/dotnet-api-docs
Clearly separate static and instance API
- Vorherrschende Sprache
- C#
- Sterne
- 949
- Forks
- 1.7k
- Ø Merge
- 2 T. 19 Std.
- Gemergte PRs (30 T.)
- 52
Beschreibung
### Describe the issue or suggestion
[Process.Start()](https://learn.microsoft.com/en-us/dotnet/api/system.diagnostics.process.start) is an instance method and [Process.Start(ProcessStartInfo)](https://learn.microsoft.com/en-us/dotnet/api/system.diagnostics.process.start) is a static method. Though, they are displayed exactly the same in the [Process class](https://learn.microsoft.com/en-us/dotnet/api/system.diagnostics.process).
Could we have two sections in the class page, one for the static API (include fields, properties, methods, const, static extensions) and one for the instance API?
Beitragsleitfaden
Rechercherichtung
Beginne mit der Seite der Klasse Process und vergleiche, wie die verknüpften Instanz- und statischen Process.Start-APIs derzeit angezeigt werden. Verfolge den Einstiegspunkt für das Rendern der Dokumentation, der für die Gruppierung von Klassenmembern verantwortlich ist; abgeschlossen ist die Aufgabe, wenn die Klassenseite statische Member, einschließlich Feldern, Eigenschaften, Methoden, Konstanten und statischer Erweiterungen, sichtbar von Instanzmembern trennt.
Vom Indexierungsmodell aus dem Issue-Text verfasst.
Bewertung
- Tech-Stack
- csharp
- Bereich
- documentation
- Issue-Typ
- Feature
- Schwierigkeit
- 5/5
- Geschätzter Aufwand
- Über eine Woche
- Aktivitätsstatus
- Veraltet
- Klarheit
- Größtenteils klar
- Anfängerfreundlichkeit
- 30/100