1. 12 9月, 2017 1 次提交
    • M
      Address PR feedback · 0bd479d6
      Manish Vasani 提交于
      1. Fix test issues
      2. Remove IHasDynamicArgumentsExpression interface and move the Arguments property from it to individual IDynamicXXXExpression nodes.
      3. Adjust the extension methods for GetArgumentName and GetArgumentRefKind accordingly.
      0bd479d6
  2. 07 9月, 2017 3 次提交
  3. 02 9月, 2017 1 次提交
    • M
      Changes as per the design team decision: · d290266e
      Manish Vasani 提交于
      1) Use IDynamicInvocationExpression for VB late bound invocation and C# dynamic invocation.
      2) Use IDynamicIndexerAccessExpression for C# dynamic indexer access; not used in VB.
      3) Remove IDynamicObjectCreationExpression.MemberName property.
      4) Add extension methods on IHasDynamicArgumentExpression to get optional argument name and ref kind for an argument at a given index.
      d290266e
  4. 01 9月, 2017 3 次提交
    • J
      Move command line tests back to net46 · c9b96c66
      Jared Parsons 提交于
      These projects reference the compiler EXE projects and hence copy them
      to the output directory. This appears to not cause the correct
      app.config file (ex csc.exe.config) to be copied along with it. It's
      missing the necessary binding redirects that are generated from a direct
      compile of the project. As a result when it' invoked from the unit tests
      it fails.
      
      It's possible this is a SDK bug and I will dig into that. For now though
      I need to unblock the suites.
      c9b96c66
    • J
      Move the unix legs to consume SDK 2.0 · c758f3e8
      Jared Parsons 提交于
      This changes the unix legs to use the 2.0 SDK. They are likely to suffer from the
      same problem as the windows CoreClr leg in that they aren't producing XML files. But
      we should be able to fix both of those at the same time.
      c758f3e8
    • J
      Moved to xunit 2.2.0 · 145fa1fc
      Jared Parsons 提交于
      This primarily moves us to the 2.2.0 version of xunit. In order to make
      that transition though a number of other changes needed to happen as
      well:
      
      1. Needed to move our desktop target to 4.6.1. This should've been
      required some time ago but we were essentially depending on bugs in the
      SDK / NuGet.
      1. Remove the DeployCoreClrTestRuntime project. This entire idea
      depended on having the xunit.console.netcore package. This has since
      been deleted and doesn't work with the 2.0 SDK.
      1. Remove the deploy compiler tools project. Can just use dotnet exec
      now and that's much more efficient.
      1. Resolve a new ambiguity with KeyValuePair. A helper of ours now
      exists in netcoreapp2.0.
      
      I fully expect a number of Jenkins legs to fail with this change: build
      correctness, coreclr and ubuntu. But I want to validate our other legs
      and am still trackind down answers needed to fix the others.
      145fa1fc
  5. 31 8月, 2017 4 次提交
  6. 30 8月, 2017 7 次提交
  7. 29 8月, 2017 3 次提交
  8. 26 8月, 2017 7 次提交
  9. 25 8月, 2017 1 次提交
  10. 24 8月, 2017 1 次提交
  11. 23 8月, 2017 3 次提交
  12. 22 8月, 2017 2 次提交
  13. 19 8月, 2017 4 次提交