querybuilder
querybuilder copied to clipboard
Add strong name to QueryBuilder
We ran into an issue due to using strong named assemblies, and the QueryBuilder assembly does not appear to be strong-named:
CSC : warning CS8002: Referenced assembly 'QueryBuilder, Version=1.1.7.0, Culture=neutral, PublicKeyToken=null' does not have a strong name.
We found the workaround referenced in issue #158 but that seems sort of....hacky and kind of defeats the purpose of assemblies strong naming themselves.
Is there there any plan to update this project with a strong name? Thanks,
Have no clear idea how to do this, I appreciate if you can provide more info, or submit a PR
@ahmad-moussawi I can do PR, any chance of it being reviewed? I see that the project is not very actively supported.