Skip to content

Commit b4632c3

Browse files
committedFeb 27, 2025
Merge pull request #979 from ionite34/openid
(cherry picked from commit ebfff1b1cc8438669b04a84781997428de2c36fd) # Conflicts: # StabilityMatrix.Avalonia/Languages/Resources.ja-JP.resx # StabilityMatrix.Avalonia/Languages/Resources.pt-BR.resx # StabilityMatrix.Avalonia/Languages/Resources.resx # StabilityMatrix.Avalonia/Languages/Resources.zh-Hans.resx
1 parent e60a471 commit b4632c3

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

54 files changed

+1639
-183
lines changed
 

‎.config/dotnet-tools.json

+7
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,13 @@
2323
],
2424
"rollForward": false
2525
},
26+
"refitter": {
27+
"version": "1.4.1",
28+
"commands": [
29+
"refitter"
30+
],
31+
"rollForward": false
32+
},
2633
"dotnet-script": {
2734
"version": "1.6.0",
2835
"commands": [

‎.husky/task-runner.json

+6
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,12 @@
1313
"command": "dotnet",
1414
"args": [ "xstyler", "-f", "${staged}" ],
1515
"include": [ "**/*.axaml" ]
16+
},
17+
{
18+
"name": "Run refitter for LykosAuthApi",
19+
"group": "generate-openapi",
20+
"command": "dotnet",
21+
"args": ["refitter", "--settings-file", "./StabilityMatrix.Core/Api/LykosAuthApi/.refitter"]
1622
}
1723
]
1824
}

0 commit comments

Comments
 (0)
Please sign in to comment.