Is it safe to use Microsoft.Data.SqlClient with .Net MAUI
I'm working on a .net maui app that is intended to be a modern, lightweight alternative to SQL Management Studio. I thought this would be a good project to learn .NET Maui with, since I am already very familiar with SQL Server, doing database backups, restores, etc.
I started a .NET Maui app, and added the Microsoft.Data.SqlClient nuget package to my MAUI project, but I'm seeing a lot of warnings about the dependencies possibly not playing nice with MacCatalyst... However, so far everything seems to work. Is it safe to ignore the warnings, or are there deeper issues that I should expect to run into?
I tried googling, but there's not a lot of info about how sqlclient gets along in a MAUI environment. Any thoughts or suggestions are appreciated.
Please sign in to leave a comment.
Comments
0 comments