Skip to content

Releases: dprint/dprint-plugin-roslyn

0.4.0

07 Nov 19:00
Compare
Choose a tag to compare

Install

In dprint configuration file:

  1. Specify the plugin url and checksum in the "plugins" array.

    {
      // etc...
      "plugins": [
        "https://plugins.dprint.dev/roslyn-0.4.0.exe-plugin@61ad8df289f022d0cd093db6ff48cf9aa4fb22dc1d39ffca7f165c4c376357d4"
      ]
    }
  2. Ensure .cs and .vb file extensions are matched in an "includes" pattern.

  3. Add a "roslyn" configuration property if desired.

    {
      // ...etc...
      "roslyn": {
        "csharp.indentBlock": false,
        "visualBasic.indentWidth": 2
      }
    }

0.3.0

23 Feb 16:15
Compare
Choose a tag to compare

Install

In dprint.json:

  1. Specify the plugin url and checksum in the "plugins" array.

    {
      // etc...
      "plugins": [
        "https://plugins.dprint.dev/roslyn-0.3.0.exe-plugin@d5615566dd7553e0bf51b6bcea08967506607bebf2240b92c59ec1e3adb26164"
      ]
    }
  2. Ensure .cs and .vb file extensions are matched in an "includes" pattern.

  3. Add a "roslyn" configuration property if desired.

    {
      // ...etc...
      "roslyn": {
        "csharp.indentBlock": false,
        "visualBasic.indentWidth": 2
      }
    }

0.2.2

23 Nov 03:49
Compare
Choose a tag to compare

Install

In .dprintrc.json:

  1. Specify the plugin url and checksum in the "plugins" array.

    {
      // etc...
      "plugins": [
        "https://plugins.dprint.dev/roslyn-0.2.2.exe-plugin@44d9f8fc4db50b07196672e857dc0244f3f274374db0d188df464dc0aae487c7"
      ]
    }
  2. Ensure .cs and .vb file extensions are matched in an "includes" pattern.

  3. Add a "roslyn" configuration property if desired.

    {
      // ...etc...
      "roslyn": {
        "csharp.indentBlock": false,
        "visualBasic.indentWidth": 2
      }
    }

0.2.1

23 Nov 03:12
Compare
Choose a tag to compare

Install

In .dprintrc.json:

  1. Specify the plugin url and checksum in the "plugins" array.

    {
      // etc...
      "plugins": [
        "https://plugins.dprint.dev/roslyn-0.2.1.exe-plugin@7d13ec5fd551533e1dcf488d7e77bfe944946218fc0dcca7e4c9383b967874e5"
      ]
    }
  2. Ensure .cs and .vb file extensions are matched in an "includes" pattern.

  3. Add a "roslyn" configuration property if desired.

    {
      // ...etc...
      "roslyn": {
        "csharp.indentBlock": false,
        "visualBasic.indentWidth": 2
      }
    }

0.2.0

23 Nov 01:18
Compare
Choose a tag to compare

Install

Requires dprint >= 0.10.0.

In .dprintrc.json:

  1. Specify the plugin url and checksum in the "plugins" array.

    {
      // etc...
      "plugins": [
        "https://plugins.dprint.dev/roslyn-0.2.0.exe-plugin@27af39c9d33ab1089ead75f4874edf1e0c7f26ceab38df80f6390dadcbcd0e6d"
      ]
    }
  2. Ensure .cs and .vb file extensions are matched in an "includes" pattern.

  3. Add a "roslyn" configuration property if desired.

    {
      // ...etc...
      "roslyn": {
        "csharp.indentBlock": false,
        "visualBasic.indentWidth": 2
      }
    }

0.1.0

09 Aug 03:33
Compare
Choose a tag to compare

Install

In .dprintrc.json:

  1. Specify the plugin url and checksum in the plugins array.

    {
      // etc...
      "plugins": [
        "https://plugins.dprint.dev/roslyn-0.1.0.exe-plugin@1186052a3a30c1ee179a2162177e907acdceca01ebf95ba374146c8c1779528f"
      ]
    }
  2. Ensure .cs and .vb file extensions are matched in an "includes" pattern.

  3. Add a "roslyn" configuration property if desired.

    {
      // ...etc...
      "roslyn": {
        "csharp.indentBlock": false,
        "visualBasic.indentWidth": 2
      }
    }