Lines Matching +full:protocol +full:- +full:tests +full:- +full:core
1 This directory contains the C# Protocol Buffers runtime library.
14 `--csharp_out` option.
21 - .NET 4.5
22 - Windows 8
23 - Windows Phone Silverlight 8
24 - Windows Phone 8.1
25 - .NET Core
27 You should be able to use Protocol Buffers in Visual Studio 2012 and
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
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
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