Paul Middleton

Results 12 comments of Paul Middleton

@StephenBonikowsky - Looking at the wsdl there are no out parameters. Is there a secure way I can send you the wsdl? This is 3rd party code that I can't...

@StephenBonikowsky - I sent the email last Tuesday.. The wsdl and xsd was in an attached zip file. Did your spam filter take it out?

Not much luck. It turns out the build team renamed the TargetFrameworkMoniker to just TargetFramework. I tried updating the targets file and that gets me past those two errors. However...

Is there any update on this? We have worked around things for local development but we need to build some nuget packages in our devops pipelines and area dead in...

I am going to start looking into TVF next. I had a mostly working version back in January which I am going to revisit. User-defined aggregate functions have the same...

I looked at using the existing UDF support for aggregates over the long weekend. Everything does work when the full query can be translated. The main issue is that without...

@divega - yes I have been working on those items. I have the following things currently working. * Bootstrapable Scalar Functions * Bootstrapable TVFs * Nestable DbFunction calls on both...

@aaronhudon - Your only options in 2.1 will be running raw sql using either FromSql or Database.Query.

@aaronhudon - I'm not understanding where the subquery is coming from. Did you build the whole query yourself or is part of it being generated by EF? If so can...

How often are you composing on your Get method? If you are just tacking on that same where clause then you can move the whole query into the FromSql call....