The ProtocolBuffersLibrary.PL40 does not build, as there is an Assert.NotNull
in source file TestWriterFormatJson.cs. This does not work with the referenced
testing framework: Microsoft.VisualStudio.TestTools.UnitTesting (it would work
with NUnit).
Changing this to Assert.IsNotNull compiles.
See attached patch (Nunit assembly reference removed as well).
Original issue reported on code.google.com by kwac...@gmail.com on 15 Nov 2013 at 1:53
Original issue reported on code.google.com by
kwac...@gmail.com
on 15 Nov 2013 at 1:53Attachments: