1. 01 Sep, 2016 1 commit
  2. 24 Aug, 2016 1 commit
    • Jeremy Meng's avatar
      Work around build issue for existing csproj's · 4d15295d
      Jeremy Meng authored
      Visual Studio tooling will use project.json to restore nuget dependencies
      when it finds one beside .csproj. This change uses more specific
      <project name>.project.json to specify dependencies.
      4d15295d
  3. 20 Jul, 2016 1 commit
  4. 08 Jul, 2016 1 commit
  5. 04 Jul, 2016 2 commits
  6. 03 Jul, 2016 10 commits
  7. 29 Jun, 2016 1 commit
  8. 21 May, 2016 1 commit
  9. 20 May, 2016 1 commit
    • Nick Craver's avatar
      RC2 upgrades to get an alpha out · bc2ec482
      Nick Craver authored
      - RC2 project.json format and references
      - NuGet.config added since we're on one feed now
      - Unit tests minimally running in core - lots of work left here
      - Bumps to netstandard1.5 for BufferedStream, but we have net40, net45,
      and net46 builds already so this should be low impact.
      - AuthenticateAsClient() (synchronous) is no longer in .Net Core, Async
      version must be used there now.
      - Version bump to 1.604-* (alpha suffix is in via dotnet pack now)
      - To pack:
      dotnet pack StackExchange.Redis -o .nupkg -c Release --version-suffix
      alpha
      dotnet pack StackExchange.Redis.StrongName -o .nupkg -c Release
      --version-suffix alpha
      bc2ec482
  10. 16 May, 2016 5 commits
  11. 21 Apr, 2016 1 commit
    • DeepakVerma's avatar
      net 40 project packages.config already has dependency on 1.1.10 updating nuspec as well. · 7756592b
      DeepakVerma authored
       with 1.1.9 customers run into following error:
       Method System.Runtime.CompilerServices.AsyncTaskMethodBuilder 1[System.Boolean].AwaitUnsafeOnCompleted: type argument 'Microsoft.Runtime.CompilerServices.ConfiguredTaskAwaitable 1+ConfiguredTaskAwaiter[StackExchange.Redis.ServerEndPoint]' violates the constraint of type parameter 'TAwaiter'.
       Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
      
      Exception Details: System.Security.VerificationException: Method System.Runtime.CompilerServices.AsyncTaskMethodBuilder 1[System.Boolean].AwaitUnsafeOnCompleted: type argument 'Microsoft.Runtime.CompilerServices.ConfiguredTaskAwaitable 1+ConfiguredTaskAwaiter[StackExchange.Redis.ServerEndPoint]' violates the constraint of type parameter 'TAwaiter'.
      7756592b
  12. 19 Apr, 2016 1 commit
  13. 14 Apr, 2016 1 commit
  14. 04 Apr, 2016 2 commits
  15. 01 Apr, 2016 2 commits
  16. 31 Mar, 2016 1 commit
  17. 27 Mar, 2016 2 commits
  18. 26 Mar, 2016 1 commit
  19. 25 Mar, 2016 3 commits
  20. 21 Mar, 2016 2 commits