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

Code style: merging type cast with type check #46

Open rklec opened 3 weeks ago

rklec commented 3 weeks ago

See https://www.jetbrains.com/help/resharper/MergeCastWithTypeCheck.html

This uses the modern syntax and it prevents a nullable problem, if ConnectionFactory is null for some reason.