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
+1
View File
@@ -7,6 +7,7 @@ FROM mcr.microsoft.com/vscode/devcontainers/dotnet
# "install" the dotnet 3.1 & 5.0 runtime for tests
COPY --from=mcr.microsoft.com/dotnet/sdk:3.1 /usr/share/dotnet/shared /usr/share/dotnet/shared
COPY --from=mcr.microsoft.com/dotnet/sdk:5.0 /usr/share/dotnet/shared /usr/share/dotnet/shared
COPY --from=mcr.microsoft.com/dotnet/sdk:6.0 /usr/share/dotnet/shared /usr/share/dotnet/shared
# # Add mkdocs for doc generation
RUN apt-get update && export DEBIAN_FRONTEND=noninteractive && apt-get -y install --no-install-recommends python3-pip