Lines Matching +full:no +full:- +full:unit +full:- +full:test
14 `--csharp_out` option.
21 - .NET 4.5
22 - Windows 8
23 - Windows Phone Silverlight 8
24 - Windows Phone 8.1
25 - .NET Core
41 format. These features have no impact when using the compiled code -
45 install the optional component, ".Net Core 1.0 - 1.1 development tools
47 installer), above and beyond the main .NET Core cross-platform
53 The unit tests use [NUnit 3](https://github.com/nunit/nunit). Tests can be
54 run using the Visual Studio Test Explorer or `dotnet test`.
61 There's no guarantee that this will continue in the future, so rely on .NET
66 (and [src/Google.Protobuf.Test/Google.Protobuf.Test.csproj](src/Google.Protobuf.Test/Google.Protobu…
67 if you want to run the unit tests):
77 This subtree was originally imported from https://github.com/jskeet/protobuf-csharp-port
84 - The old code only supported proto2; the new code only supports
85 proto3 (so no unknown fields, no required/optional distinction, no
87 - The old code was based on immutable message types and builders for
89 - The old code did not support maps or `oneof`
90 - The old code had its own JSON representation, whereas the new code
92 - The old code had no notion of the "well-known types" which have
94 - The old project supported some older platforms (such as older