1. 10 Feb, 2017 1 commit
  2. 10 Jan, 2017 1 commit
    • Jon Skeet's avatar
      Add ByteString.FromStream and ByteString.FromStreamAsync in C# · fb71df9f
      Jon Skeet authored
      Fixes #2088.
      
      We now have separate tests for netcoreapp and net45 to test the two branches here.
      (netstandard10 doesn't have MemoryStream.GetBuffer)
      
      Although most of this library doesn't have any async functionality,
      this feels like a natural place to locally add it.
      fb71df9f
  3. 16 Dec, 2016 1 commit
  4. 17 Jul, 2015 1 commit
  5. 16 Jul, 2015 2 commits
  6. 30 Jun, 2015 1 commit
  7. 26 Jun, 2015 1 commit
    • Jon Skeet's avatar
      Fix or delete old projects. · e75a10d8
      Jon Skeet authored
      ProtoDump isn't currently useful, but will be when ToString emits JSON: fixed.
      ProtoBench: deleted; we should reinstate when there's a common proto3 benchmark.
      ProtoMunge: delete; not useful enough to merit fixing up.
      
      Removed the [TestFixture] from ByteStringTest as Travis uses a recent enough version of NUnit.
      e75a10d8
  8. 25 Jun, 2015 1 commit
    • Jon Skeet's avatar
      Get the Mono build script working again. · 0698aa97
      Jon Skeet authored
      The solution as a whole doesn't build yet - we probably want to remove
      ProtoDump and ProtoMunge entirely, and ProtoBench should use Jan's new
      benchmarks for parity with Java.
      
      The version of NUnit on my machine, packaged with Mono 3.12.1, is
      only NUnit 2.4.2, which is extremely old - it still requires an explicit
      [TestFixture] attribute on test fixtures. I've added one just for ByteStringTest
      for the moment so that we can see some tests passing in Travis, but as part of
      a separate PR we should work on making sure we're using a recent NUnit version.
      (It may already be doing so, but we can check that once it's working and merged.)
      0698aa97
  9. 09 Jun, 2015 1 commit
  10. 12 May, 2015 1 commit
    • Jon Skeet's avatar
      Convert back to using NUnit, which is now loaded via NuGet. · 90c8932f
      Jon Skeet authored
      This includes the NUnit test adapter which allows NUnit tests to be run under VS without any extra plugins.
      Unfortunate the compatibility tests using the abstract test fixture class show up as "external" tests, and aren't well presented - but they do run.
      90c8932f
  11. 30 Apr, 2015 1 commit