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

Problems building locally with linqtoldap_tests.snk file #33

Open rklec opened 1 month ago

rklec commented 1 month ago

The file at https://github.com/madhatter22/LinqToLdap/blob/master/LinqToLdap.Tests/linqtoldap_tests.snk links to your personal desktop and thus prevents building the library online (GitHub Actions would be great) or for any other contributor, basically. And it is referenced at several places.

You can e.g. restrict it to only run in release mode.

Edit: Oh no it was actually (maybe) just a hardcoded path, I'll provide a PR.