Steven Darby

Results 28 comments of Steven Darby

So, what I had previously, which didn't work: ```JSON "Logging": { "LogLevel": { "Default": "Warning", "Microsoft.AspNetCore.Diagnostics.ExceptionHandlerMiddleware": "None" } } ``` and now this, which does seem to work: ```JSON "Logging":...

Hi, found this related issue: https://github.com/microsoft/ApplicationInsights-aspnetcore/issues/861 I may be reading this wrong, but the comments on the issue & the closing PR suggest that if you’re using the app insights...

A few questions... @ajcvickers is this still on the radar for 8.0 given the last comment above? The advice highlighted in this issue seems to be specifically about Azure SQL;...

@AndriySvyryd could you help me understand what a bug fix for this current issue might look like?

@AndriySvyryd can I just check my reading of the changes around -2 is correct: it hasn't been added to the default list of codes to retry, however if the user...

Just a note on not being able to do much with a non-generic IQueryable: because the T in `IQueryable` is covariant, in some situations, where you know the IQueryable element...

Do you mean `unknown` in your proposed solution section?

@roji sorry for the delay, had some build issues last time I tried to address the comments- I'd just updated to the latest VS preview, not sure if related. Will...

This also shows regression for non-compiled models. Is a separate issue needed to track that?

@ajcvickers Irony aside, it's also not really true in all cases - for example, if you use query filters?