efcore
efcore copied to clipboard
Stylecop is interfering with EfBundle creation in docker image in gitlab CI
U have stylecop configured in my project and when I run RUN dotnet ef migrations bundle --project ${CSPROJ_PATH}.csproj --startup-project ${CSPROJ_PATH}.csproj -r alpine.3.7-x64 --self-contained --configuration Bundle -o /build/migrationbundle --verbose to create ef bundle for my docker image in gitlab CI, I get stylecop errors and it fails to create EF bundle.

Can anyone help how can create efbundle with stylecop
/cc @bricelam
Note from triage: mark the code as generated.