cr3wdayt5p

Results 21 comments of cr3wdayt5p

I am also interested in updates on this. I managed to get it working on macOS 12.4 (Apple Silicon) with .NET SDK 6.0.400. But I would rather not have to...

Maybe 2022 is the year we can switch to `Microsoft.Data.SqlClient`? It seems that some of the libraries that previously caused trouble have been updated: `Microsoft.Data.SqlClient`: https://www.nuget.org/packages/Microsoft.Data.SqlClient/5.0.0#supportedframeworks-body-tab - 5.0.0: netstandard2.0, netstandard2.1...

I am specifically interested in 'Microsoft.Data.SqlClient' as it supports Azure's Managed Identity feature directly in the connection string. Hence it would be possible to use Managed Identity (secretless apps) with...

@smoothdeveloper I am still pretty new to F# and .NET in general. So I am probably not the right person to take on such a project. But I will be...

@Ben-Ruben I tried a fews weeks ago and it was not possible then. To avoid the excessive OPTIONS requests I disabled CORS in the portal and I now handle the...

@gortok You can see the options for the `remove` command with: `dotnet-core-uninstall remove --help`

I don't have the ability to target dotnet framework. But I did try both `net6.0` and `net7.0` – but the result was the same. My guess is that `System.Data.SqlClient` somehow...

@Hamster-Huey @ramya894 Any updates on this? It has now been a year...

I can confirm this happens when upgrading `Microsoft.Azure.Functions.Worker.Sdk` from `1.16.4` to `1.17.0`. Details: - .NET SDK 8.0.200 - func --version version 4.0.5530