1. 24 8月, 2017 3 次提交
    • D
      allow build of FCS nuget package within this repo (#3480) · 8b80426c
      Don Syme 提交于
      * allow build of community FCS nuget pacakge from this repo
      
      * fix build of vs tests
      
      * build fcs nupkg
      
      * clean project files
      
      * build all FCS bits, incl right dependencies
      
      * fcs nuget updates
      
      * netstandard is not netcore
      
      * make FCS tests pass
      
      * make FCS tests pass
      
      * revert unintended change
      
      * fix build of FCS docs
      
      * remove explicit codegen from fcs .NETStandard build
      
      * remove explicit codegen from fcs .NETStandard build
      
      * add version numbers to DLLs
      
      * missing file
      
      * remove duplicate package
      8b80426c
    • K
      Add templates (#3402) · c0bf2788
      Kevin Ransom (msft) 提交于
      c0bf2788
    • P
      Update attributions.md (#3490) · 7878f6d3
      Phillip Carter 提交于
      7878f6d3
  2. 23 8月, 2017 35 次提交
  3. 22 8月, 2017 2 次提交
    • D
      remove flag for all but .NET 4.0 (#3482) · c6bf30ec
      Don Syme 提交于
      c6bf30ec
    • V
      Go to C# symbols (#3357) · 9606209d
      Vasily Kirichenko 提交于
      * go to C# symbols
      
      * fix tests
      
      * cleanup
      
      * fix tests
      
      * support field, events and constructors
      
      * fix tests
      
      * implement IVsSymbolicNavigationNotify
      
      * cleanup
      
      * fix
      
      * cleanup
      
      * Improve package definition specs fro F# VS Package
      
      * Fixed some bugs with nested types with fields/events
      
      * fix compilation
      
      * use AppTy AP
      
      * Add support for overloaded methods, generic methods, generic (nested) classes, constructors
      
      * Jump to property definition instead of getter/setter
      
      * Add ExternalSymbol to FSharp.Compiler.Service.fsproj
      
      * Fix FSharp.Compiler.Private.BuildFromSource.fsproj
      
      * address code review
      9606209d