Skip to content

Commit

Permalink
chore: add roslynator dotnet tool
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmet-cetinkaya committed Feb 8, 2024
1 parent 6f4fe11 commit c33b049
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .config/dotnet-tools.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@
"commands": [
"dotnet-csharpier"
]
},
"roslynator.dotnet.cli": {
"version": "0.8.3",
"commands": [
"roslynator"
]
}
}
}
6 changes: 6 additions & 0 deletions NArchitectureCodeGenerator.sln
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,12 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Core.CrossCuttingConcerns",
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Core.ConsoleUI", "src\corePackages\Core.ConsoleUI\Core.ConsoleUI.csproj", "{92C3F668-A726-49AA-8652-B479588BD68F}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{A8705E86-40ED-4733-9FD4-63978FEB6A2A}"
ProjectSection(SolutionItems) = preProject
LICENSE = LICENSE
README.md = README.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Expand Down

0 comments on commit c33b049

Please sign in to comment.