-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Microsoft.EntityFrameworkCore.Sqlite how to prevent all the runtime binaries from being emitted? #37147
Comments
@catmanjan I think you would need to provide a http://aka.ms/binlog to investigate. As others have mentioned on all the associated issues you've made in other repos... its complicated. A binlog allows us to see who is outputting those folders and I can see why they are outputting them. Then, I might be able to give a suggestion on properties/items you could change in your project to no longer output them. |
@MiYanni here you go https://filebin.net/fu7koy5f0c8nhi12 |
@catmanjan I finally got around to catching up on some of my notifications and... 😢 |
Describe the bug
I've logged this here dotnet/efcore#32382
We have a project which only runs on windows x64 and uses Microsoft.EntityFrameworkCore.Sqlite
I notice in the bin folder there are sqlite dependencies for just about every computer on earth... How can we prevent these from being emitted?
and was asked to follow up with nuget team who then asked me to raise this with the sdk team
We use efcore in our project however we only target win-x64 environments, can nuget do something to allow efcore to only emit the architecture files needed for supported architectures.
To Reproduce
Build any dotnet project with a dependency on Microsoft.EntityFrameworkCore.Sqlite
The text was updated successfully, but these errors were encountered: