Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
重複の可能性: c#コンパイラの警告をグローバルに抑制します
各ファイルに次のような行を追加しないようにするには:
#pragma warning disable 1573
すべてのコンパイルオプションは、プロジェクトレベルで指定されます。MSBuildは、ソリューションのレベルより下に存在します。
プロジェクトごとにこれを行うには、[プロジェクトのプロパティ]の[ビルド]タブに移動し、[警告の抑制]テキストボックスに警告番号を入力します。