ErikEJ / EntityFramework6PowerTools

This is the codebase for Entity Framework 6 Power Tools Community Edition, and modern EF 6 providers for SQL Server and SQL Server Compact
Other
183 stars 27 forks source link

Slow Going #88

Closed InteXX closed 2 years ago

InteXX commented 2 years ago

@ErikEJ

So far today I've been unable to load ErikEJ.EntityFramework.SqlServerCompact for testing, due to my sharply limited bandwidth (1Mbps incoming). Because of this limit, it's proving difficult to restore the Microsoft.Windows.Compatibility dependencies—one or more packages always time out, requiring a restart of the process. I'm caught in a loop.

My local ISP has plans for a speed upgrade in the area, but the possibility of those actually coming into fruition seems fleeting.

I'll keep trying...

InteXX commented 2 years ago

I managed to get the Microsoft.Windows.Compatibility dependencies restored to local cache, by running a simple script from the Package Manager console that contained an Install-Package call on each line followed by the package name. This enabled the downloads to run synchronously. (It was the asynchronous nature of the in-built NuGet Restore that was leading to the timeouts.)

But I managed with all of this mess to use up the testing time I'd allocated. So it'll be a little while yet before I can get back to you with some results.