Hacktoberfest 2026:メンテナが10月に向けて印を付けた、オープンで初心者向けの issue。 Hacktoberfest の issue を見る

Proactively inform users when there are updates available

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

まだ誰も着手していません。

評価

難易度
5/5
見積もり時間
1週間以上
初心者へのやさしさ
35/100
issue の種類
機能追加
明瞭さ
おおむね明確
活発さ
停滞
技術スタック
csharp
領域
devtools

調査の方向性

Start by reading discussion #382 and tracing the existing lightbulb and Check For Updates flow for the libman.json example. Define the notification behavior and suppression semantics, including version ranges such as bootstrap@3.x; done means updates are surfaced proactively and users can suppress unwanted major-version notices.

索引モデルが issue の本文から書いたものです。

説明

Feature Request
Functional impact

This is a new feature request based on discussion in #382. Currently the only way to determine which libraries have new versions available is to place the cursor on each one in VS and wait for the lightbulb to show up. It would be better if we can surface it in some way so users can get a better sense of what is or isn't up to date.

Minimal repro steps

libman.json file:

{
  "version": "1.0",
  "defaultProvider": "cdnjs",
  "defaultDestination": "Scripts/",
  "libraries": [
    { "library": "jquery@3.3.0" }
  ]
}
Expected result

Something should automatically inform me that there's an update available (in this case jquery@3.3.1)

Actual result

The only way to learn of the update from the IDE is to invoke the lightbulb on the jquery entry, and invoke the Check For Updates from there.

Further technical details

This feature would also need a way to suppress notifications. For example, if I have bootstrap@3.x, I want to be able to suppress notifications about bootstrap@4.x until I consciously make the switch. This could possibly be a new property on the library entry ("checkForUpdates": false?}.

主要言語
C#
スター
486
フォーク
91
PR マージ指標
30日以内にマージされた PR はありません

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

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

はじめの一歩

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

aspnet/LibraryManager のほかの issue

aspnet/LibraryManager の issue をすべて見る

似ている issue

C# の issue をもっと見る

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

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