-
Notifications
You must be signed in to change notification settings - Fork 145
Strong Named Assemblies
Jon Wagner edited this page Feb 20, 2014
·
2 revisions
Starting in v3.2, most of the Insight.Database assemblies are now signed. That means you can reference them in your own strong named assemblies.
NOTE: since the project is open-source, I'll be keeping the key file with the code so other people can build it. Therefore, the strong name won't protect you against someone replacing the assembly with a forged version.
However, after I make the change, it would be easy to sign the assemblies yourself. Just fork the repository, replace Insight.Database.snk, and build the package yourself.
- Home
- About
- Getting Started
- Connections
- Execute
- Getting Results
- Advanced Results & Mapping
- Insert/Update Considerations
- Data Types
- Write Even Less Code
- Performance & Speed
- Other Topics
- Supported Databases
- Working with the Code