We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a157fab commit fa69194Copy full SHA for fa69194
.github/workflows/lint.yml
@@ -31,7 +31,7 @@ jobs:
31
- name: Restore
32
run: dotnet restore ${{ matrix.source-dir }}${{ matrix.solutionFile }}
33
- name: Install ReSharper
34
- run: dotnet tool install -g JetBrains.ReSharper.GlobalTools
+ run: dotnet tool install -g JetBrains.ReSharper.GlobalTools --version 2025.2.1
35
- name: format all files with auto-formatter
36
run: bash ./.github/scripts/format-all-dotnet-code.sh ${{ matrix.source-dir }} ${{ matrix.solutionFile }}
37
- name: Check repository diff
@@ -63,6 +63,7 @@ jobs:
63
**.cshtml
64
minimumReportSeverity: WARNING
65
dotnetVersion: ${{ steps.setup-dotnet.outputs.dotnet-version }}
66
+ version: 2025.2.1
67
ignoreIssueType: |
68
UnusedField.Compiler,
69
UnusedVariable.Compiler,
0 commit comments