1. 31 10月, 2017 1 次提交
    • F
      Merge remote-tracking branch 'dotnet/master' into variable-declaration-refactor · 45c343eb
      Fredric Silberberg 提交于
      * dotnet/master:
        made NFW to bucket things better (#22865)
        Reverted IsImplicit to original code to be able to handle lowered bound trees in the future.
        added completion set and fix all telemetry to track performance (#22811)
        porting named pipe fix from service hub. (#22863)
        remove duplicated reference in the test (#22787)
        Remove IConversionExpression.IsExplicitInCode
        When creating child items in Call Hierarchy, use the correct project
        Make tests easier to diagnose if the fail
        Remove duplicate test helpers and put overloads right next to each other
        Remove duplicate project references.
        Update the summaries and descriptions of these packages to not be wrong
        Remove exact version requirements in our Razor NuGet packages
      45c343eb
  2. 28 10月, 2017 8 次提交
  3. 27 10月, 2017 6 次提交
    • H
      added completion set and fix all telemetry to track performance (#22811) · 33b8070b
      Heejae Chang 提交于
      * added time tracking to completion set.
      
      from the point we start completion set to first time we are called from VS for best match (which indicate that completion set is actually shown to users first time for this particular completion session)
      
      the event is vs/ide/vbcs/intellisense/completion
      
      if completion is done without showing UI to users (etc or tab), then event will be marked as cancelled.
      
      * added perf tracking to LB fix all.
      
      there were already existing events so I just made those to include perf info (duration) as well.
      
      among all those events, these 2 are ones we were planning to add
      
      vs/ide/vbcs/codefixes/fixalloccurrencescomputation
      this shows time from the point user invoked fix all to where we shows preview window to users.
      
      vs/ide/vbcs/codefixes/applychanges
      this shows time from user clicked Apply from preview window to where we actually applied the changes to VS
      
      there are more events between them in case we want to dig in details later such as how long it took to calculate diagnostics, how many files are affected and etc.
      
      also all related events have correlation id to group related code fix events. also for fix all case, it contains scope to show whether fix all is for document, project, solution.
      
      * PR feedback. removed unnecessary parameter
      
      * removed repeated correction id set
      
      * updated comments.
      33b8070b
    • F
      Merge remote-tracking branch 'dotnet/master' into variable-declaration-refactor · 2951716a
      Fredric Silberberg 提交于
      * dotnet/master:
        Fix unit test failures from merge resolution
        fixed regression on using nuget (#22809)
        Fix few more doc comments
        Add regression tests for IOperation. (#22837)
        Add description for compiler packages that are pre-release (#22777)
        Fixed some doc comments
        Address review feedback and remove IsExpression and IsStatement properties.
        Bump package versions for Preview 3
        Address more feedback from design meeting and expose IOperation.IsExpression and IOperation.IsStatement properties
        Update VB ObsoleteAttributeData to use the same implementation as C#
        Only check for missing attributes when we know the syntax tree is available
        Namespace change for IOperation APIs
        Fix unit test
        Unit test changes for IOperation API changes
        Test framework changes for IOperation API changes
        Fix IDE analyzers for IOperation API changes
        Rename IOperation APIs as per the new API design principles:
        merge fix
        reverted IConditionalAccessExpression change
        fixed documentation spelling
      2951716a
    • J
      Merge pull request #22848 from jasonmalinowski/fix-multi-project-call-hierarchy · 5a3e685b
      Jason Malinowski 提交于
      When creating child items in Call Hierarchy, use the correct project
      5a3e685b
    • H
      porting named pipe fix from service hub. (#22863) · 255d30de
      Heejae Chang 提交于
      while investigating NFW issue, service hub team found a bug in NamedPipe library code. I am porting that fix to our side since we use same code for named pipe.
      
      this is service hub PR (https://devdiv.visualstudio.com/DevDiv/Connected%20Experience/_git/DevCore/pullrequest/91111?_a=overview )
      255d30de
    • H
      remove duplicated reference in the test (#22787) · bd42e2f3
      Heejae Chang 提交于
      bd42e2f3
    • F
      Added additional VB test scenario. · c59e564e
      Fredric Silberberg 提交于
      c59e564e
  4. 26 10月, 2017 18 次提交
  5. 25 10月, 2017 7 次提交