feat: Adds generators project and AsyncPaginationExtension generator (#2537)

This commit is contained in:
Nick Floyd
2022-08-11 01:34:16 -05:00
committed by GitHub
parent 5386257a3f
commit 1e3fa1d770
11 changed files with 1085 additions and 880 deletions

View File

@@ -23,6 +23,10 @@ jobs:
uses: actions/setup-dotnet@v1
with:
dotnet-version: 5.0.*
- name: Setup .NET 6
uses: actions/setup-dotnet@v1
with:
dotnet-version: 6.0.*
- name: Setup .NET Core
uses: actions/setup-dotnet@v1
with:

View File

@@ -17,7 +17,10 @@ jobs:
uses: actions/setup-dotnet@v1
with:
dotnet-version: 5.0.*
- name: Setup .NET 6
uses: actions/setup-dotnet@v1
with:
dotnet-version: 6.0.*
- name: Setup .NET Core
uses: actions/setup-dotnet@v1
with: