aboutsummaryrefslogtreecommitdiffhomepage
path: root/csharp/src/ProtocolBuffers.Test/Compatibility/TextCompatibilityTests.cs
Commit message (Collapse)AuthorAge
* First pass at the mutable API. Quite a bit more to do - in particular, it's ↵Gravatar Jon Skeet2015-06-09
| | | | pretty slow right now.
* Convert back to using NUnit, which is now loaded via NuGet.Gravatar Jon Skeet2015-05-12
| | | | | 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.
* Change to using xUnit for all unit tests, and fetch that via NuGet.Gravatar Jon Skeet2015-04-30
| | | | This includes fetching the VS unit test runner package, so that tests can be run from Visual Studio's Test Explorer.
* Imported protobuf-csharp-port into csharp/ treeGravatar Jan Tattermusch2015-04-16