aboutsummaryrefslogtreecommitdiff
path: root/csharp/src/ProtocolBuffers.Test/IssuesTest.cs
Commit message (Collapse)AuthorAgeFilesLines
* First pass at the big rename from ProtocolBuffers to Google.Protobuf.Jon Skeet2015-07-171-56/+0
| | | | We'll see what I've missed when CI fails...
* Changing reflection namespace (part 1)Jon Skeet2015-07-141-1/+1
| | | | | | | - Move types into Google.Protobuf.Reflection - Change codegen to reflect that in generated types Generated code changes coming in part 2
* Fix copyright lines for all C# code.Jon Skeet2015-06-301-5/+1
| | | | | | Everything should now be consistent - the only difference between files is the year (aside from generated files). Fixes issue #531.
* First pass at the mutable API. Quite a bit more to do - in particular, it's ↵Jon Skeet2015-06-091-5/+5
| | | | pretty slow right now.
* Convert back to using NUnit, which is now loaded via NuGet.Jon Skeet2015-05-121-3/+3
| | | | | 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.Jon Skeet2015-04-301-9/+4
| | | | 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/ treeJan Tattermusch2015-04-161-0/+65