efcore icon indicating copy to clipboard operation
efcore copied to clipboard

Stylecop is interfering with EfBundle creation in docker image in gitlab CI

Open vyaskuldeep20 opened this issue 2 years ago • 2 comments

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.

image

Can anyone help how can create efbundle with stylecop

vyaskuldeep20 avatar Jan 16 '23 06:01 vyaskuldeep20

/cc @bricelam

ajcvickers avatar Jan 17 '23 12:01 ajcvickers

Note from triage: mark the code as generated.

ajcvickers avatar Jan 19 '23 14:01 ajcvickers