microsoft / microsoft/sqlmanagementobjects
Sql Management Objects async overloads
まだ誰も着手していません。
- 主要言語
- C#
- スター
- 143
- フォーク
- 28
- PR マージ指標
- 30日以内にマージされた PR はありません
説明
(Please let me know if this is the wrong repo)
I was pleasantly surprised to find SMO is staying up-to-date with the latest features of SQL Server and is available on .NET Core.
One area in which its sorely lacking, however is in async support. async/await has been in the C# language since 2012; Async overloads are crucial in nearly every framework doing I/O in .NET.
SMO should add Async overloads for any method call that results in a call to the database. This is important so that a thread is not just sitting there, blocked and idle, while waiting on an external operation.
コントリビューションガイド
このリポジトリのコントリビューションガイドは索引されていません
はじめの一歩
- issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
- 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
- リポジトリをフォークし、ブランチを切って変更します。
- issue 番号を参照したプルリクエストを送ります。
調査の方向性
ファイル、テスト、エントリポイントのいずれも指定されていません。まず、データベース呼び出しを行う SMO メソッドを調査し、async オーバーロードの範囲を特定します。対象となる呼び出しに、スレッドをブロックせずに使用できる async/await 対応のオーバーロードがあり、プロジェクトの既存テストによってカバレッジが検証されていれば完了です。
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- csharp, sql
- 領域
- backend-api-design, databases
- issue の種類
- 機能追加
- 難易度
- 5/5
- 見積もり時間
- 1週間以上
- 活発さ
- 静か
- 明瞭さ
- 説明が足りない
- 初心者へのやさしさ
- 35/100