forked from ChilliCream/graphql-platform
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Migrated MongoDb to file scoped namespaces (ChilliCream#4972)
- Loading branch information
1 parent
a35374f
commit ca0d446
Showing
139 changed files
with
9,920 additions
and
10,038 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
#!/usr/bin/env bash | ||
|
||
BASEDIR=$(dirname "$0") | ||
src=$BASEDIR/src | ||
test=$BASEDIR/test | ||
|
||
dotnet format $src/Data | ||
dotnet format $src/Types | ||
dotnet format $test/Data.MongoDb.Filters.Tests | ||
dotnet format $test/Data.MongoDb.Projections.Tests | ||
dotnet format $test/Data.MongoDb.Paging.Tests | ||
dotnet format $test/Data.MongoDb.Sorting.Tests | ||
dotnet format $test/Types.MongoDb |
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 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
Oops, something went wrong.