Skip to content
This repository has been archived by the owner on Jan 23, 2023. It is now read-only.
/ corefx Public archive

Issue - #1

Closed
wants to merge 1 commit into from
Closed

Issue - #1

wants to merge 1 commit into from

Commits on Nov 10, 2014

  1. 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.
    richamsft committed Nov 10, 2014
    Configuration menu
    Copy the full SHA
    3dd0ddd View commit details
    Browse the repository at this point in the history