Collin Stevens

Results 5 comments of Collin Stevens

To add a use case, in order to support SQL dependency tracking in Application Insights as documented [here](https://docs.microsoft.com/en-us/azure/azure-monitor/app/asp-net-dependencies#advanced-sql-tracking-to-get-full-sql-query), I need Microsoft.Data.SqlClient support.

@ErikEJ the applications we support are deployed using IIS and Azure App Services; local development is also done with IIS Express. Having to support the configuration of Azure App Services...

> > > Makes sense. I have looked at the feasibility of doing this, the main blocker was, that EF6 still supports .NET 4.0, with M.D.S. supporting .NET Standard 2.0...

A `.voltarc` file would greatly ease the burden of working on projects which refuse to use allow a `volta` entry in their `package.json`. I would be able to add the...

@dennisdoomen that would defeat our purpose of using fluent assertions itself if we had to use the low-level API. Here is an example from our repository, ```csharp public AndConstraint BeReverted()...