Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Fix test suite infrastructure handling of the EntityFramework assembly when running for the .NET Framework 4.6. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | vs2015 |
Files: | files | file ages | folders |
SHA1: |
b4d6229fa07a515d1e35d46abcdc34b4 |
User & Date: | mistachkin 2015-07-21 21:14:18.532 |
Context
2015-07-21
| ||
21:42 | Stub in support for the .NET Framework 4.5.2. Fix OR-operator (bitwise instead of logical) typo in the design-time installer. check-in: 25ffa9639b user: mistachkin tags: vs2015 | |
21:14 | Fix test suite infrastructure handling of the EntityFramework assembly when running for the .NET Framework 4.6. check-in: b4d6229fa0 user: mistachkin tags: vs2015 | |
20:12 | Tweak previous check-in. check-in: 9f9a913a04 user: mistachkin tags: vs2015 | |
Changes
Changes to lib/System.Data.SQLite/common.eagle.
︙ | ︙ | |||
3016 3017 3018 3019 3020 3021 3022 | # # NOTE: Build the list of external files that we handle. Some of # these files may be native and/or managed assemblies that are # required to perform various tests. # set externalFileNames [list \ [file join EntityFramework lib [string map [list Fx ""] [string \ | > | | 3016 3017 3018 3019 3020 3021 3022 3023 3024 3025 3026 3027 3028 3029 3030 3031 | # # NOTE: Build the list of external files that we handle. Some of # these files may be native and/or managed assemblies that are # required to perform various tests. # set externalFileNames [list \ [file join EntityFramework lib [string map [list Fx ""] [string \ map [list netFx451 netFx45 netFx46 netFx45] [getBuildNetFx]]] \ EntityFramework.dll]] # # NOTE: Build the list of native assembly files that we handle. The # reason the "System.Data.SQLite.dll" file is included here is # because it could be the mixed-mode assembly. # set nativeFileNames [list \ |
︙ | ︙ |