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+ (`net45`)
22 - .NET Standard 1.1 and 2.0 (`netstandard1.1` and `netstandard2.0`)
23 - .NET 5+ (`net50`)
43 have no impact when using the compiled code - they're only relevant
64 This subtree was originally imported from https://github.com/jskeet/protobuf-csharp-port
65 and represents the latest development version of C# protobufs, that will now be developed
66 and maintained by Google. All the development will be done in open, under this repository
71 - The old code only supported proto2; the new code initially only supported
74 - The old code was based on immutable message types and builders for
76 - The old code did not support maps or `oneof`
77 - The old code had its own JSON representation, whereas the new code
79 - The old code had no notion of the "well-known types" which have
81 - The old project supported some older platforms (such as older