Steven Darby
Steven Darby
> ... has some recommendations that basically say don't just return the Task unless it is a very simple method that just passes through to another Task returning method and...
@philippe44 I’ve looked through the related items and it’s not clear why it gets outright dismissed rather than put on the backlog to collect further thoughts & attract community contributions...
AP2 not interrupting phone calls is another benefit
Have you tried installing the OData newtonsoft package and called the extension it provides? https://www.nuget.org/packages/Microsoft.AspNetCore.OData.NewtonsoftJson/ They switched from newtonsoft to system.text.json so this package may help restore support for newtonsoft.
Consider that a common scenario would be to query for a single entity of the starting type. For example: I want a specific blog with all its posts, so I...
I'm affected by this issue and have up-voted. I really think fixing this is key for operations like `Union` and `Concat` to be useful and powerful in EF Core. Thanks...
@roji unless I misunderstood, those are reasons to specify lengths in SQL Server. Being DB-first and managing schema manually, I will still do that. But seems that not telling EF...
Will this cover https://github.com/dotnet/efcore/issues/20758#issue-607360242 or is this a more specific case? (Note the title of that issue a bit wrong, the top level projection still selects the right columns, the...
> > Will this cover [#20758 (comment)](https://github.com/dotnet/efcore/issues/20758#issue-607360242) > > I doubt it. That looks like something very different. I disagree that they’re _very_ different. Both are fundamentally about the potential...
I'm not clear on what this means. There is no example for targeting a category, which might help. Are you saying that the application insights logger doesn't respect the standard...