Skip to content

Commit dafe8c1

Browse files
authored
Fix/category (#48)
* fix: category * chore: update * fix: fmt * chore: update * chore: update * chore: update * fix: sln * fix: immage * fix: test * chore: update
1 parent 95ff85d commit dafe8c1

File tree

117 files changed

+4605
-3291
lines changed

Some content is hidden

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

117 files changed

+4605
-3291
lines changed

.editorconfig

Lines changed: 0 additions & 355 deletions
This file was deleted.

Evently.slnx

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
11
<Solution>
22
<Folder Name="/deploy/">
3-
<Project Path="deploy\Terraform\Terraform.csproj"/>
3+
<Project Path="deploy\Terraform\Terraform.csproj" />
44
</Folder>
55
<Folder Name="/Solution Items/">
6-
<File Path=".editorconfig"/>
7-
<File Path=".gitignore"/>
8-
<File Path="Makefile"/>
9-
<File Path="docker-compose.yml"/>
10-
<File Path=".dockerignore"/>
11-
<File Path="README.md"/>
6+
<File Path=".gitignore" />
7+
<File Path="Makefile" />
8+
<File Path="docker-compose.yml" />
9+
<File Path=".dockerignore" />
10+
<File Path="README.md" />
1211
</Folder>
1312
<Folder Name="/src/">
1413
<Project Path="src\evently.client\evently.client.esproj">
15-
<Configuration Solution="Release|Any CPU" Project="Debug|Any CPU"/>
14+
<Build />
15+
<Deploy />
1616
</Project>
17-
<Project Path="src\Evently.Server\Evently.Server.csproj"/>
17+
<Project Path="src\Evently.Server\Evently.Server.csproj" />
1818
</Folder>
1919
<Folder Name="/tests/">
20-
<Project Path="tests\Evently.Server.Test\Evently.Server.Test.csproj"/>
20+
<Project Path="tests\Evently.Server.Test\Evently.Server.Test.csproj" />
2121
</Folder>
2222
</Solution>

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ remove-migration:
1515

1616
fmt:
1717
dotnet tool restore
18-
jb cleanupcode ./src/Evently.Server/**/*
18+
cd src/Evently.Server && dotnet csharpier format .
1919
cd src/evently.client && npm run fmt
2020

2121
docker-build-no-cache:

0 commit comments

Comments
 (0)