1. 01 2月, 2022 3 次提交
  2. 31 1月, 2022 1 次提交
    • L
      Added examples for Set (#12665) · fdcffa46
      Leo Lorenzo Luis 提交于
      * Added examples for Set
      
      * Added print output for creating new Set. Fixed (+) with correct syntax.
      
      * Updated to use interpolated strings
      
      * Fixing syntax error
      fdcffa46
  3. 30 1月, 2022 1 次提交
  4. 28 1月, 2022 3 次提交
  5. 27 1月, 2022 4 次提交
    • K
      Update perl source (#12642) · 895779df
      Kevin Ransom (msft) 提交于
      895779df
    • A
      Update version of NUnit related packages (#12639) · cd451dce
      Andrii Kurdiumov 提交于
      I hitting bunch of exceptions during execution of `dotnet test tests/FSharp.Compiler.Service.Tests/FSharp.Compiler.Service.Tests.fsproj` on Linux with only .NET 6 installed.
      ```
      System.ArgumentException: Unknown framework version 6.5 (Parameter 'version')
         at NUnit.Framework.Internal.RuntimeFramework.ThrowInvalidFrameworkVersion(Version version)
         at NUnit.Framework.Internal.RuntimeFramework.InitFromFrameworkVersion(Version version)
         at NUnit.Framework.Internal.RuntimeFramework..ctor(RuntimeType runtime, Version version)
         at NUnit.Framework.Internal.RuntimeFramework.<>c.<.cctor>b__33_0()
         at System.Lazy`1.ViaFactory(LazyThreadSafetyMode mode)
         at System.Lazy`1.ExecutionAndPublication(LazyHelper executionAndPublication, Boolean useDefaultConstructor)
         at System.Lazy`1.CreateValue()
         at System.Lazy`1.get_Value()
         at NUnit.Framework.Internal.RuntimeFramework.get_CurrentFramework()
         at NUnit.Framework.Internal.PlatformHelper..ctor()
         at NUnit.Framework.TestCaseAttribute.BuildFrom(IMethodInfo method, Test suite)+MoveNext()
         at NUnit.Framework.Internal.Builders.DefaultTestCaseBuilder.BuildFrom(IMethodInfo method, Test parentSuite)
         at NUnit.Framework.Internal.Builders.NUnitTestFixtureBuilder.AddTestCasesToFixture(TestFixture fixture, IPreFilter filter)
         at NUnit.Framework.Internal.Builders.NUnitTestFixtureBuilder.BuildFrom(ITypeInfo typeInfo, IPreFilter filter)
         at NUnit.Framework.Internal.Builders.DefaultSuiteBuilder.BuildFrom(ITypeInfo typeInfo, IPreFilter filter)
      ```
      
      In spirit of https://github.com/dotnet/fsharp/issues/9947 maybe would be better to migrate these tests to XUnit
      cd451dce
    • D
      Make Async.RunSynchronously more conservative about using current thread... · cfc9d3b9
      Don Syme 提交于
      Make Async.RunSynchronously more conservative about using current thread (reverting part of 11142) (#12638)
      
      * REvert part of 11142
      
      * REvert part of 11142
      
      * add test
      cfc9d3b9
    • C
      Correct result of Array.blit example. (#12643) · a47d6ce6
      Cody A. Taylor 提交于
      a47d6ce6
  6. 26 1月, 2022 1 次提交
  7. 23 1月, 2022 2 次提交
  8. 20 1月, 2022 1 次提交
  9. 19 1月, 2022 1 次提交
  10. 18 1月, 2022 3 次提交
  11. 17 1月, 2022 2 次提交
  12. 16 1月, 2022 1 次提交
  13. 14 1月, 2022 1 次提交
  14. 12 1月, 2022 1 次提交
  15. 11 1月, 2022 3 次提交
  16. 08 1月, 2022 2 次提交
  17. 07 1月, 2022 3 次提交
  18. 06 1月, 2022 2 次提交
  19. 05 1月, 2022 3 次提交
  20. 04 1月, 2022 2 次提交