Lines Matching +full:development +full:- +full:tools
9 You will also want to install the `Google.Protobuf.Tools` NuGet package, which
11 files under the package's `tools` directory.
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
48 development feature.
77 This subtree was originally imported from https://github.com/jskeet/protobuf-csharp-port
78 and represents the latest development version of C# protobufs, that will now be developed
79 and maintained by Google. All the development will be done in open, under this repository
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