This repository has been archived by the owner on Jan 23, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use NativeLibrary.TryLoad and prefer RTLD_LAZY over RTLD_NOW (#35548)
* Use NativeLibrary.TryLoad in ODBC test * Use RTLD_LAZY instead of RTLD_NOW * Add missing using statement * More RTLD_NOW -> RTLD_LAZY * Remove unused RTLD_NOW constant * Use NativeLibrary.TryLoad instead of P/Invoke dlopen * Inline method body in property * Add fallback for netcoreapp2x and below * Reduce visibility of const
- Loading branch information
1 parent
572a154
commit 863b9bf
Showing
5 changed files
with
20 additions
and
30 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters