-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: Update project configuration files
- Remove unnecessary using statements and update namespaces in multiple test and builder files - Update version of Aspire to 8.2.0 and Marten.AspNetCore to 7.26.4 - Add Husky task runner configuration file - Remove unused files: .commitlintrc.js, .husky/commit-msg, .husky/pre-commit, package.json, tsconfig.json - Update .config/dotnet-tools.json to include commands in an array format - Add warning for IDE0040: Accessibility modifiers required in .editorconfig
- Loading branch information
1 parent
f740c70
commit 90e2572
Showing
9 changed files
with
27 additions
and
56 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
{ | ||
"$schema": "https://alirezanet.github.io/Husky.Net/schema.json", | ||
"tasks": [ | ||
{ | ||
"name": "style", | ||
"group": "pre-commit", | ||
"command": "dotnet", | ||
"args": ["format", "style", ".", "--verify-no-changes"] | ||
} | ||
] | ||
} |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.