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.
署名済みアセンブリの内部にアクセスするために使用できる署名付きバージョンの LinqPad はありますか?
はい。LINQPad で、 [編集] 、 [設定... ] 、 [詳細設定] タブの順に移動し、次の設定を変更します。
次に、(スクリーンショットに示されているように) プロジェクトの に以下を追加しますAssemblyInfo.cs。
AssemblyInfo.cs
[assembly: InternalsVisibleTo("LINQPadQuery")]