1. 20 6月, 2019 1 次提交
  2. 19 6月, 2019 1 次提交
  3. 12 6月, 2019 3 次提交
    • I
      2a98d64c
    • W
      F# Shim - Round 2 (#35591) · 0d44ad1a
      Will Smith 提交于
      * Added fsharp shims over document diagnostic analyzers
      
      * Added shims for completion and sig help. Also added tests.
      
      * Moved around internal files. Added shim over InlineRenameService.
      
      * Starting shim over document highlights service. Added a better way to handle diagnostics
      
      * Added shim for document highlights service
      
      * Added IFSharpDocumentNavigationService
      
      * Added IFSharpGoToDefinitionService
      
      * Added IFSharpNavigationBarItemService
      
      * Added IFSharpNavigateToSearchService
      
      * Added extra glyph case
      
      * Added FSharpGlyphTags
      
      * Added FSharpCommentSelectionService
      
      * Some cleanup. Added FSharpBlockStructureService
      
      * Added some simple statics
      
      * Finishing the last of shims
      
      * Getting analyzers to work
      
      * Remove folder
      
      * Changes due to feedback
      
      * Fixing build
      
      * Still trying to fix build
      
      * Fixed guid
      
      * Fixing build again
      0d44ad1a
    • J
      Filter out missing import fixes that would add references (#36251) · 9948e3d4
      Joey Robichaud 提交于
      * Filter out missing import fixes that would add references
      
      * Remove superfluous IsEmpty check
      9948e3d4
  4. 11 6月, 2019 8 次提交
  5. 10 6月, 2019 1 次提交
    • S
      Handle missing private metadata from reference assemblies · d54e6469
      Sam Harwell 提交于
      Some reference assemblies omit information about private fields. To
      avoid treating structures in these assemblies as immutable, we only
      consider types immutable if they contain information about one or more
      private fields.
      
      This is a workaround for issues like dotnet/standard#678.
      d54e6469
  6. 09 6月, 2019 8 次提交
  7. 08 6月, 2019 14 次提交
  8. 07 6月, 2019 4 次提交