microsoft / microsoft/node-api-dotnet
Marshalling: Non-generic collections
Offen
@jasongin arbeitet bereits daran.
Seit 17.6.2024.
marshalling
- Vorherrschende Sprache
- C#
- Sterne
- 783
- Forks
- 80
- PR-Merge-Kennzahlen
- Keine gemergten PRs in 30 T.
Beschreibung
.NET generic collection interfaces like IList<T>, IDictionary<T>, IEnumerable<T> are already supported for marshalling to/from equivalent JS collections.
This issue is about adding support for non-generic collections IList, IDictionary, IEnumerable and possibly some others.
I don't think non-generic collections are used much anymore, but maybe we should consider supporting them for completeness.
See also #242 about generic collection classes. We should also consider non-generic collection classes as part of this issue.
Beitragsleitfaden
Erste Schritte
- Lies das ganze Issue und danach den Beitragsleitfaden des Projekts.
- Schreib ins Issue, dass du es übernimmst — das erspart doppelte Arbeit.
- Forke das Repository und arbeite in einem Branch.
- Öffne einen Pull Request, der die Issue-Nummer nennt.
Bewertung
Dieses Issue wurde noch nicht bewertet.