madhatter22 / LinqToLdap

C# LINQ provider built on top of System.DirectoryServices.Protocols for querying and updating LDAP servers.
MIT License
45 stars 23 forks source link

Change string.IsNullOrEmpty to new syntax #38

Open rklec opened 1 month ago

rklec commented 1 month ago

This will be problematic in .NET 6 or higher, as an argument is required and this is the new syntax. (Seems to work in your version, too.)

https://learn.microsoft.com/en-us/dotnet/api/system.string.isnullorempty?view=net-8.0