dotnet / machinelearning

ML.NET is an open source and cross-platform machine learning framework for .NET.
https://dot.net/ml
MIT License
9.02k stars 1.88k forks source link

Support for Microsoft.Data.SqlClient #6903

Open BartNSTCL opened 9 months ago

BartNSTCL commented 9 months ago

I always use the Nuget Microsoft.Data.SqlClient since it seems better and its Microsoft's recommendation.

When using the ML.NET Model Builder, it uses System.Sql.SqlClient and that should up as an vulnerable dependency.

While I can could just right code myself, I'd like to see the Model Builder use the new technology.

I tried searching the Issues for this particular request, but I didn't see it. So if its a duplicate, it can be closed.