コガネブログ

平日更新を目標に Unity や C#、Visual Studio、ReSharper などのゲーム開発アレコレを書いていきます

【Rider】「Untrusted Solution」のダイアログが表示されないようにする方法

概要

f:id:baba_s:20211031160717p:plain

Trust and Open "XXXX" Solution?

When loading, running or building "XXXX" project, MS Build may execute
potentially malicious code from its build scripts.
Open only trusted sources.

To prevent showing this dialog, set up trusted directories in settings.

Rider でソリューションを開く時に
上記のダイアログが表示されないようにしたい場合は

f:id:baba_s:20211031160719p:plain

Rider の設定の「ビルド、実行、デプロイ > 信頼できる場所」を選択して
「Always load MSBuild projects without consent」をオンにして保存します