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.
我正在尝试实现一个 Visual Studio 插件来支持跨平台开发。该插件目前仅在使用不受支持的功能时警告开发人员,但我还想实现一个功能,通知他已实现但产生副作用/不稳定等的功能。
谁能帮我?我真的很感激这个!
Mono 提供了一个实用程序来分析应用程序二进制文件并检查 Mono 支持,称为 Mono Migration Analyzer。您可能可以阅读源代码以了解有关较少支持的功能的更多信息。您甚至可以直接在您的插件中使用运行此工具并处理结果。