microsoft / microsoft/node-api-dotnet
Marshalling: Non-generic collections
オープン
@jasongin がすでに取り組んでいます。
2024年6月17日 から。
marshalling
- 主要言語
- C#
- スター
- 783
- フォーク
- 80
- PR マージ指標
- 30日以内にマージされた PR はありません
説明
.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.
コントリビューションガイド
はじめの一歩
- issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
- 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
- リポジトリをフォークし、ブランチを切って変更します。
- issue 番号を参照したプルリクエストを送ります。
評価
この issue はまだ評価されていません。