SteffenMangold / EntityFrameworkCore.Cacheable

EntityFrameworkCore second level cache
Apache License 2.0
192 stars 27 forks source link

Small Refactoring #16

Closed ralmsdeveloper closed 5 years ago

ralmsdeveloper commented 5 years ago

Hello @SteffenMangold , I made a small refactor, I also updated the package. I liked the project!

SteffenMangold commented 5 years ago

@ralmsdeveloper First thanks :) I needed it in production and decided to make it public, so anybody can use it. Please feel free to work with me on it.

ralmsdeveloper commented 5 years ago

@SteffenMangold, Sorry for turning to xUnit and do not justify :)

In addition to ReSharper provide an integrated support to it, the methods are shorter, all open source projects which I'm involved in use xUnit.

I can not confirm now, but xUnit was the one that offered the best test support.

Having said that, feel free, we can keep xUnit from now on.

SteffenMangold commented 5 years ago

@ralmsdeveloper maybe we can keep both. I like MS Unit test for integrated live testing in VS.

ralmsdeveloper commented 5 years ago

@SteffenMangold Live test, works perfectly with xUnit!

So it is better to keep one or the other.

ralmsdeveloper commented 5 years ago

Forecast for merge?

I would like to attack other things.