microsoft / microsoft/node-api-dotnet

Marshalling: Non-generic collections

オープン
#243 コメント 1 件 リアクション 0 件 担当者 1 名 GitHub で見る

@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.

コントリビューションガイド

コントリビューションガイドを開く

はじめの一歩

  1. issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
  2. 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
  3. リポジトリをフォークし、ブランチを切って変更します。
  4. issue 番号を参照したプルリクエストを送ります。

評価

この issue はまだ評価されていません。

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。