-
Notifications
You must be signed in to change notification settings - Fork 3.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
EF Core PS Module Manifest is duplicated internally 29 times #16616
Comments
Okay, cool. I'm not sure what I would be doing to cause that, but I will take another look. Any pointers on where to start would be very welcome! Thank you for looking in to it. |
@Psypher9 The workaround for now is to clean (e.g. |
I ran into this too when trying to port the replacement code to EF6. It might be as simple as adding I might make additional changes to the way we do this in EF6. I'll be sure to port my changes (and fixes) back to EF Core |
Okay cool. I will give that a shot and let you know! Thanks @bricelam! |
Describe what is not working as expected.
I have been getting errors on the PMC when starting up my project for testing the work I'm doing for #577 and the first error is coming from
EFCore.Tools\tools\init.ps1
. The error says thatEntityFrameworkCore.psd1
did not result in a valid module manifest.I went and looked at the
.psd1
file in that location to see why it wasn't valid and the Manifest object was duplicated 29 times inside of the file.The projects I've mainly been working in have been EFCore.Design and EFCore.Tools inside the .psm1 file, but I've not been doing anything with the build process. Could there be something I've done to affect the output module manifest?
Steps to reproduce
The steps I took were:
build -pack
in the EFCore folderC:\<path_to_EFCore_dir>\artifacts\packages\Debug\Shipping
to my only package feed in VSFurther technical details
EF Core version: 3.0.0-dev
Database Provider: Microsoft.EntityFrameworkCore.SqlServer
Operating system: Windows 10
IDE: Visual Studio 2019 16.1.3
The text was updated successfully, but these errors were encountered: