1. 21 9月, 2017 1 次提交
  2. 19 9月, 2017 1 次提交
  3. 18 9月, 2017 1 次提交
  4. 16 9月, 2017 5 次提交
  5. 15 9月, 2017 4 次提交
  6. 12 9月, 2017 3 次提交
  7. 11 9月, 2017 3 次提交
  8. 09 9月, 2017 1 次提交
  9. 08 9月, 2017 3 次提交
  10. 07 9月, 2017 5 次提交
  11. 06 9月, 2017 1 次提交
  12. 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
  13. 01 9月, 2017 5 次提交
    • 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
    • G
      Fix test failure · 7cef79f9
      Gen Lu 提交于
      7cef79f9
    • G
      Add test for new get in/out conversion extension methods · 649133f3
      Gen Lu 提交于
      649133f3
  14. 31 8月, 2017 6 次提交