官术网_书友最值得收藏!

  • Roslyn Cookbook
  • Manish Vasani
  • 280字
  • 2021-07-15 17:07:38

How to do it...

  1. Create a C# class library project, say ClassLibrary, in Visual Studio 2017.
  2. From the top-level menu, navigate to Tools | Extensions and Updates.
  3. Navigate to Online | Visual Studio Marketplace on the left tab of the dialog to view the available VSIXes in the Visual Studio extension gallery/marketplace:
  1. Search analyzers in the search textbox in the upper-right corner of the dialog and download an analyzer VSIX, say Refactoring Essentials for Visual Studio:
  1. Once the download completes, you will get a message at the bottom of the dialog saying that the install will be scheduled to execute once Visual Studio and related windows are closed:
  1. Close the dialog and then close the Visual Studio instance to start the install.
  2. In the VSIX Installer dialog, click on Modify to start installation:
  1. The subsequent message prompts you to kill all the active Visual Studio and satellite processes. Save all your relevant work in all the open Visual Studio instances and click on End Tasks to kill these processes and install the VSIX:
  1. After installation, restart VS, click on Tools | Extensions And Updates, and verify that Refactoring Essentials VSIX is installed:
  1. Create a new C# project with the following source code and verify analyzer diagnostic RECS0085 (Redundant array creation expression) in the error list:
namespace ClassLibrary
{
public class Class1
{
void Method()
{
int[] values = new int[] { 1, 2, 3 };
}
}
}
  1. Build the project from Visual Studio 2017 or the command line and confirm that no analyzer diagnostic shows up in the output window or the command line, respectively, confirming that the VSIX analyzer did not execute as a part of the build.
主站蜘蛛池模板: 绥阳县| 茂名市| 鹿邑县| 昆明市| 东明县| 武定县| 定日县| 普陀区| 镇安县| 民勤县| 探索| 稻城县| 五河县| 平罗县| 塔城市| 梅州市| 克山县| 阳泉市| 麟游县| 罗甸县| 清远市| 叙永县| 周宁县| 囊谦县| 阳山县| 特克斯县| 旺苍县| 惠水县| 沁水县| 睢宁县| 岳阳市| 连城县| 湖南省| 突泉县| 南安市| 固始县| 剑阁县| 尼玛县| 甘谷县| 渝中区| 奈曼旗|