ScottKane

Results 39 comments of ScottKane

Last I heard was that it was a strong recommendation to be using the repository pattern for data access full stop, regardless of it coming from EF. That way if...

For me it's a case of what is the goal, are we trying to speed up prototyping, or trying to make your life as a .NET dev easier. I would...

As you can see from my code, there is still a lot to type to get filtering up and running. To me, if this product doesn't support the things I...

I will happily work on the feature, I am just not a fan of the whole "it's not really in the scope of the project" when it totally is. Filtering/Pagination...

@murugaratham haha sorry we are totally on the same page, I'm not expecting someone else to do it, I just don't want to start on a PR that ultimately wont...

Awesome thanks

Also if you use nightly you can use --out-dir to copy the output dll to the binaries folder as a final step in the build

Yeah I noticed, doing it now.

Had to target latest-sdk from https://github.com/dotnet/core/blob/master/release-notes/releases-index.json Should be fine now