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.
ビルド中にpostsharpアセンブリへの参照を削除するためにpostsharpを取得することは可能ですか?
非常に小さなフットプリントが必要なexeファイルがあります。ポストシャープのコンパイル時ウィービングの一部を使用したいのですが、exeでPostSharp.dllをデプロイする必要はありません。
PostSharp 2(具体的には2.0.4.1074)を使用しています
私の知る限り、これは不可能です。アスペクトの基本クラスはパブリックPostSharpアセンブリにあるため、参照が必要です。