Andrew Arnott
89c99b789d
Add indexer to ImmutableSortedSet`1+Builder class.
...
The indexer is available on the immutable type, so its absence from the Builder is notable. Fortunately, it's simple to correct.
New tests included.
2014-11-11 13:57:06 -08:00
Matt Cohn
b69964f05a
Merge branch 'xml-resource-fix' of https://github.com/nguerrera/corefx
2014-11-10 19:34:25 -08:00
Nick Guerrera
f819dffdad
Get XML building in VS by switching to standard .resx
2014-11-10 19:27:45 -08:00
richamsft
3dbe259f19
Issue -
...
ImmutableArray.CreateBuilder<int>(-1); throws overflow exception but is expected to throw ArgumentOutOfRangeException.
Fix -
This fix checks the argument "capacity" for valid range such that ArgumentOutOfRangeException is thrown instead.
Also, added a testcase for this scenario.
2014-11-10 17:41:12 -08:00
Matt Cohn
464dbb2108
Update build tools reference to 1.0.11. This version of the build
...
tools has been formatted, and has changes to work with our latest CI
project on Visual Studio Online.
2014-11-10 16:34:37 -08:00
dotnet-bot
f11305d31a
Initial commit
...
_ _ _____ _____ ____ _ _
| \ | | ____|_ _| | _ \ ___ ___| | _____| |
| \| | _| | | | |_) / _ \ / __| |/ / __| |
_| |\ | |___ | | | _ < (_) | (__| <\__ \_|
(_)_| \_|_____| |_| |_| \_\___/ \___|_|\_\___(_)
2014-11-07 18:58:41 -08:00