querybuilder icon indicating copy to clipboard operation
querybuilder copied to clipboard

Add strong name to QueryBuilder

Open petertirrell opened this issue 3 years ago • 2 comments

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,

petertirrell avatar Dec 04 '20 17:12 petertirrell

Have no clear idea how to do this, I appreciate if you can provide more info, or submit a PR

ahmad-moussawi avatar Jul 16 '21 14:07 ahmad-moussawi

@ahmad-moussawi I can do PR, any chance of it being reviewed? I see that the project is not very actively supported.

shalugin avatar Mar 24 '23 14:03 shalugin