Skip to content

Commit 8eb2528

Browse files
authored
Merge pull request #10 from xnodeoncode/dev
Phase 1 - Service Layer Refactoring
2 parents cafd02c + 5e07ba8 commit 8eb2528

99 files changed

Lines changed: 13006 additions & 456 deletions

File tree

Some content is hidden

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

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@ jobs:
2626
run: dotnet build Aquiis.sln --no-restore --configuration Release
2727

2828
- name: Run focused tests
29-
run: dotnet test Aquiis.SimpleStart.Tests/Aquiis.SimpleStart.Tests.csproj --no-build --verbosity normal
29+
run: dotnet test Aquiis.SimpleStart.Tests/Aquiis.SimpleStart.Tests.csproj --no-build --configuration Release --verbosity normal

.vscode/launch.json

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
{
2+
// Use IntelliSense to learn about possible attributes.
3+
// Hover to view descriptions of existing attributes.
4+
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
5+
"version": "0.2.0",
6+
"configurations": [
7+
{
8+
"name": "C#: Launch Startup Project",
9+
"type": "dotnet",
10+
"request": "launch"
11+
}
12+
]
13+
}

0 commit comments

Comments
 (0)