-
-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update to .NET Standard 2.1 & .NET Core 3.0
- Loading branch information
1 parent
b803b6f
commit 94b5120
Showing
84 changed files
with
61 additions
and
59 deletions.
There are no files selected for viewing
Empty file.
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
Empty file.
Empty file.
Empty file.
Empty file.
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 |
---|---|---|
@@ -1,14 +1,10 @@ | ||
using System.Threading.Tasks; | ||
using GraphQL.Validation; | ||
|
||
namespace DotNetGraphQL.Common | ||
{ | ||
public class InputValidationRule : IValidationRule | ||
{ | ||
public INodeVisitor Validate(ValidationContext context) | ||
{ | ||
return new EnterLeaveListener(_ => | ||
{ | ||
}); | ||
} | ||
public Task<INodeVisitor> ValidateAsync(ValidationContext context) => Task.FromResult<INodeVisitor>(new EnterLeaveListener()); | ||
} | ||
} |
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
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
Empty file.
Empty file.
3 changes: 1 addition & 2 deletions
3
Source/DotNetGraphQL.Common/DotNetGraphQL.Common.csproj
100644 → 100755
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
Empty file.
Empty file.
Empty file.
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
Empty file.
Empty file modified
0
Source/DotNetGraphQL.Mobile.Android/Properties/AssemblyInfo.cs
100644 → 100755
Empty file.
Empty file modified
0
Source/DotNetGraphQL.Mobile.Android/Resources/AboutResources.txt
100644 → 100755
Empty file.
Empty file modified
0
Source/DotNetGraphQL.Mobile.Android/Resources/drawable/actionbar_shadow.xml
100644 → 100755
Empty file.
Empty file modified
0
Source/DotNetGraphQL.Mobile.Android/Resources/layout/Tabbar.xml
100644 → 100755
Empty file.
Empty file modified
0
Source/DotNetGraphQL.Mobile.Android/Resources/layout/Toolbar.xml
100644 → 100755
Empty file.
Empty file modified
0
Source/DotNetGraphQL.Mobile.Android/Resources/mipmap-anydpi-v26/icon.xml
100644 → 100755
Empty file.
Empty file modified
0
Source/DotNetGraphQL.Mobile.Android/Resources/mipmap-anydpi-v26/icon_round.xml
100644 → 100755
Empty file.
Empty file modified
0
Source/DotNetGraphQL.Mobile.Android/Resources/mipmap-hdpi/icon.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified
0
Source/DotNetGraphQL.Mobile.Android/Resources/mipmap-hdpi/launcher_foreground.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified
0
Source/DotNetGraphQL.Mobile.Android/Resources/mipmap-mdpi/icon.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified
0
Source/DotNetGraphQL.Mobile.Android/Resources/mipmap-mdpi/launcher_foreground.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified
0
Source/DotNetGraphQL.Mobile.Android/Resources/mipmap-xhdpi/icon.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified
0
Source/DotNetGraphQL.Mobile.Android/Resources/mipmap-xhdpi/launcher_foreground.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified
0
Source/DotNetGraphQL.Mobile.Android/Resources/mipmap-xxhdpi/icon.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified
0
...ce/DotNetGraphQL.Mobile.Android/Resources/mipmap-xxhdpi/launcher_foreground.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified
0
Source/DotNetGraphQL.Mobile.Android/Resources/mipmap-xxxhdpi/icon.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified
0
...e/DotNetGraphQL.Mobile.Android/Resources/mipmap-xxxhdpi/launcher_foreground.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified
0
Source/DotNetGraphQL.Mobile.Android/Resources/values/colors.xml
100644 → 100755
Empty file.
Empty file modified
0
Source/DotNetGraphQL.Mobile.Android/Resources/values/styles.xml
100644 → 100755
Empty file.
Empty file.
Empty file.
Empty file.
Empty file modified
0
Source/DotNetGraphQL.Mobile.iOS/Assets.xcassets/AppIcon.appiconset/Contents.json
100644 → 100755
Empty file.
Empty file modified
0
Source/DotNetGraphQL.Mobile.iOS/Assets.xcassets/AppIcon.appiconset/Icon1024.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified
0
Source/DotNetGraphQL.Mobile.iOS/Assets.xcassets/AppIcon.appiconset/Icon120.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified
0
Source/DotNetGraphQL.Mobile.iOS/Assets.xcassets/AppIcon.appiconset/Icon152.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified
0
Source/DotNetGraphQL.Mobile.iOS/Assets.xcassets/AppIcon.appiconset/Icon167.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified
0
Source/DotNetGraphQL.Mobile.iOS/Assets.xcassets/AppIcon.appiconset/Icon180.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified
0
Source/DotNetGraphQL.Mobile.iOS/Assets.xcassets/AppIcon.appiconset/Icon20.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified
0
Source/DotNetGraphQL.Mobile.iOS/Assets.xcassets/AppIcon.appiconset/Icon29.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified
0
Source/DotNetGraphQL.Mobile.iOS/Assets.xcassets/AppIcon.appiconset/Icon40.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified
0
Source/DotNetGraphQL.Mobile.iOS/Assets.xcassets/AppIcon.appiconset/Icon58.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified
0
Source/DotNetGraphQL.Mobile.iOS/Assets.xcassets/AppIcon.appiconset/Icon60.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified
0
Source/DotNetGraphQL.Mobile.iOS/Assets.xcassets/AppIcon.appiconset/Icon76.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified
0
Source/DotNetGraphQL.Mobile.iOS/Assets.xcassets/AppIcon.appiconset/Icon80.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified
0
Source/DotNetGraphQL.Mobile.iOS/Assets.xcassets/AppIcon.appiconset/Icon87.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified
0
Source/DotNetGraphQL.Mobile.iOS/CustomRenderers/LargeTitleNavigationRenderer.cs
100644 → 100755
Empty file.
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
Empty file.
Empty file.
Empty file.
Empty file.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified
0
Source/DotNetGraphQL.Mobile.iOS/Resources/Default-Portrait.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Empty file modified
0
Source/DotNetGraphQL.Mobile.iOS/Resources/LaunchScreen.storyboard
100644 → 100755
Empty file.
Empty file.
Empty file.
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
Empty file.
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
Empty file modified
0
Source/DotNetGraphQL.Mobile/Views/ImageList/DogImageListDataTemplateSelector.cs
100644 → 100755
Empty file.
Empty file.