- 17 May, 2016 2 commits
-
-
Nick Craver authored
https://github.com/dotnet/corefx/issues/1612 is now closed, tests working.
-
Nick Craver authored
-
- 14 May, 2016 1 commit
-
-
Nick Craver authored
-
- 19 Apr, 2016 2 commits
-
-
-
Nick Craver authored
-
- 17 Apr, 2016 9 commits
-
-
Nick Craver authored
Note: no tests pass because there’s no integrated security option (or widely available SQL server) on OS X at the moment. But the build and test runners are up and going.
-
Nick Craver authored
Note: these are hosed on OS X due to file handle limits, see https://github.com/dotnet/cli/issues/809 for details.
-
Nick Craver authored
-
Nick Craver authored
-
Nick Craver authored
-
Nick Craver authored
Get building
-
Oren Novotny authored
-
Nick Craver authored
-
Oren Novotny authored
-
- 06 Apr, 2016 1 commit
-
-
Marc Gravell authored
This reverts commit 70ee9a72.
-
- 04 Apr, 2016 2 commits
-
-
Marc Gravell authored
Bumping dependencies version numbers
-
Sébastien Ros authored
-
- 01 Apr, 2016 4 commits
-
-
Marc Gravell authored
-
Marc Gravell authored
-
Marc Gravell authored
Heh, AspNet and DNX (only) work in VS2015; DNX and DotNet (only) work in VS15; I guess we need to use DNX for now, then, as the only one that works in both.
-
Marc Gravell authored
Recreate all the xproj to reflect the current tooling - old versions break VS15; enable XDocument etc in corefx (#if block was too large)
-
- 31 Mar, 2016 1 commit
-
-
Marc Gravell authored
When doing list expansions (6=>10 etc), use the last non-trivial value - do *NOT* use null, as it causes problems with "not in" clauses; add test for the same
-
- 02 Mar, 2016 2 commits
-
-
Marc Gravell authored
-
Marc Gravell authored
-
- 27 Feb, 2016 1 commit
-
-
Nick Craver authored
Readme.md: update performance benchmarks tests broken link
-
- 26 Feb, 2016 3 commits
-
-
Marc Gravell authored
prefer an exact-case backing-field match over a wrong-case regular field (essentially: this promotes get-only properties over regular fields)
-
Marc Gravell authored
-
Marc Gravell authored
-
- 23 Feb, 2016 3 commits
-
-
Marc Gravell authored
-
Marc Gravell authored
-
Marc Gravell authored
Update to sqlite rc2, because without that nothing works; add extra tests around sqlite oddities; update tests to reflect sqlite rc2 fixes
-
- 22 Feb, 2016 2 commits
-
-
Marc Gravell authored
Add SQLITE to test builds; add tests for issues #466 and #467; fix #466 by adding retry-with-fallback flags strategy
-
Marc Gravell authored
-
- 20 Feb, 2016 1 commit
-
-
Osman M Elsayed authored
-
- 18 Feb, 2016 1 commit
-
-
Marc Gravell authored
-
- 17 Feb, 2016 5 commits
-
-
Marc Gravell authored
Fix typos in the comments for PadListExpansions
-
Jeremy Danyow authored
-
Marc Gravell authored
-
Marc Gravell authored
New feature: PadListExpansions - reduces query plan saturation by padding "in" lists and populating with nulls; opt-in (see remarks on setting)
-
Marc Gravell authored
-