Jon P Smith

Results 108 comments of Jon P Smith

Hi Bart, I run my unit tests using Resharper, which works, but I agree that the Test Explorer doesn't work. I found this [StackOverflow answer](https://stackoverflow.com/questions/43007761/how-to-run-nunit-tests-in-visual-studio-2017) and I installed the NuGet...

Hi @BartNetJS, Sorry, but I have two contracts running at the moment and I just don't have the time to look at this. You might like to try VS2015, which...

Hi @BartNetJS, I had a thought - the code was developed in VS2015. I added the NUnitTestAdapter NuGet package and I can now run unit tests from the Test Explorer...

Hi @MarcoGaribaldi, I was pretty sure there would be breaking changes with EF Core 3. I'm quite busy at the moment so I don't plan to update GenericServices (or my...

Hi @MarcoGaribaldi , I'll keep this open as it reminds me of one of the changes I need to do for NET Core 3.

Hi @fhurta, Thanks for posting this issue. I had a look and changing `IMapperConfiguration` would change the overall interface, which isn't cool for people that are using the library already....

I am not going to change the signature of GenericServices fro EF6, but, sometime in the future I plan to write a GenericServices for Entity Framework Core. As I am...

Hi @ZFi88, There are some good ideas in there, and thanks for asking before you did a pull request. Many people just do a pull and I have to sort...

On item 1, my experience of using `AutoRegisterDi` is that you want it to register everything, but there may be one or two you don't want to register. Therefore a...

This PR is contained in the PR that also adds .NET 7 support