1. 05 12月, 2022 1 次提交
  2. 19 11月, 2022 1 次提交
  3. 07 11月, 2022 1 次提交
  4. 16 9月, 2022 1 次提交
  5. 26 8月, 2022 1 次提交
  6. 25 8月, 2022 1 次提交
  7. 23 8月, 2022 1 次提交
  8. 03 7月, 2022 1 次提交
  9. 03 6月, 2022 1 次提交
  10. 10 5月, 2022 2 次提交
  11. 05 5月, 2022 1 次提交
  12. 27 4月, 2022 1 次提交
  13. 02 3月, 2022 1 次提交
    • K
      bump (#12769) · 4d016277
      Kevin Ransom (msft) 提交于
      * .net6ify
      
      * Fixify
      
      * temp
      
      * Fixify even more
      
      * Desktop has no ISpanFormattable
      
      * ubuntu image
      
      * cleanup
      
      * oops
      
      * temp
      
      * temp
      
      * temp
      4d016277
  14. 29 10月, 2021 1 次提交
    • D
      Disable apphost on downlevel frameworks during source-build (#12286) · eb1337f2
      Davis Goodin 提交于
      During source-build, disable apphost build for 'fsi' and 'fsc', and
      'fsyacc', 'fslex', and 'AssemblyCheck' during the bootstrap build.
      
      Creating an apphost for a net5.0 project while building with a net6.0
      SDK downloads the apphost pack as a prebuilt. Stopping the projects from
      creating the apphost removes the prebuilt for source-build.
      
      To make disabling the apphost work in the bootstrapping build, add a
      check to eng/build.sh to skip the bootstrap build if we're currently
      running the "outer" source-build. That gives source-build the ability to
      run bootstrapping on its own terms. Now, when eng/SourceBuild.props runs
      bootstrapping, it can pass the DotNetBuildFromSource property through
      the environment so it takes effect.
      eb1337f2
  15. 17 9月, 2021 1 次提交
  16. 13 2月, 2021 1 次提交
  17. 04 2月, 2021 1 次提交
  18. 02 2月, 2021 1 次提交
  19. 30 1月, 2021 1 次提交
  20. 16 1月, 2021 1 次提交
  21. 21 12月, 2020 1 次提交
  22. 03 12月, 2020 1 次提交
  23. 16 7月, 2020 1 次提交
  24. 16 6月, 2020 1 次提交
  25. 11 2月, 2020 1 次提交
  26. 24 10月, 2019 1 次提交
  27. 20 9月, 2019 1 次提交
  28. 10 9月, 2019 1 次提交
  29. 28 6月, 2019 1 次提交
  30. 14 6月, 2019 1 次提交
  31. 06 6月, 2019 1 次提交
    • B
      ensure Microsoft.FSharp.NetSdk.props makes it into VisualFSharpFull.vsix (#6942) · 6d989fa7
      Brett V. Forsgren 提交于
      * ensure Microsoft.FSharp.NetSdk.props makes it into VisualFSharpFull.vsix
      
      During a build/deploy in VS the target `BeforeBuild` wasn't getting called
      on FSharp.Build.fsproj if up-to-date checks passed which meant the .props
      file wasn't getting added to the @(None) item group.  The fix is to make
      that target depend on `AssignTargetPaths` which is run in both the VS
      build as well as the command line build.
      
      * annotate ambiguous function
      6d989fa7
  32. 04 6月, 2019 1 次提交
  33. 21 5月, 2019 1 次提交
    • K
      Preview package (#6761) · 858642d5
      Kevin Ransom (msft) 提交于
      * Allow targetting of preview FSharp.Core.  Parameterize dsharp.core versions
      
      * Parameterise app.config generation
      
      * parameterize banner text
      
      * Do app.config right
      
      * fcs
      
      * fcs tests
      
      * add discriminator
      
      * Update FSharp.Compiler.Service.ProjectCrackerTool.fsproj
      
      * remove dead file
      858642d5
  34. 15 5月, 2019 1 次提交
  35. 22 3月, 2019 1 次提交
  36. 01 3月, 2019 1 次提交
    • D
      Compat fix for 6258 and fix deterministic flag (#6295) · 09a98700
      Don Syme 提交于
      * Make .NET Desktop fsi.exe 32-bit again and make Desktop fsiAnyCpu.exe (64-bit) the default to launch in VS #6223
      
      * make fsc.exe 32-bit for compat
      
      * make fsc.exe 32-bit for compat
      
      * improve diagnostics
      
      * fix tests
      
      * fix determinism
      09a98700
  37. 17 2月, 2019 1 次提交
  38. 22 12月, 2018 1 次提交
    • K
      Improve workflows (#6040) · 6bed7c48
      Kevin Ransom (msft) 提交于
      * Improve workflow
      
      * back to 32bit msbuild
      
      * move out nugets, change targets in makefile
      
      * Detect framework
      
      * Done
      
      * feedback
      6bed7c48
  39. 19 12月, 2018 1 次提交