aboutsummaryrefslogtreecommitdiff
path: root/csharp/src/AddressBook
Commit message (Collapse)AuthorAgeFilesLines
* Update C# generated file for addressbook.protoFeng Xiao2017-09-111-11/+47
|
* Convert C# projects to MSBuild (csproj) formatJon Skeet2017-05-243-39/+14
| | | | | | | | | | | | | | | | | This has one important packaging change: the netstandard version now depends (implicitly) on netstandard1.6.1 rather than on individual packages. This is the preferred style of dependency, and shouldn't affect any users - see http://stackoverflow.com/questions/42946951 for details. The tests are still NUnit, but NUnit doesn't support "dotnet test" yet; the test project is now an executable using NUnitLite. (When NUnit supports dotnet test, we can adapt to it.) Note that the project will now only work in Visual Studio 2017 (and Visual Studio Code, and from the command line with the .NET Core 1.0.0 SDK); Visual Studio 2015 does *not* support this project file format.
* remove leading whitespace in C# xml commentsJan Tattermusch2016-12-121-3/+3
|
* Move to dotnet cli for building, and .NET Core (netstandard1.0) as target ↵Jon Skeet2016-07-146-97/+40
| | | | | | | platform (#1727) Move to dotnet cli for building, and .NET Core (netstandard1.0) as target platform This also updates the version number to 3.0.0-beta4
* Changes to generated code from previous commitJon Skeet2016-07-041-5/+50
|
* Regenerate all C# code and make it compileJon Skeet2016-04-203-14/+14
| | | | JSON tests fail, as we're not using OriginalNameAttribute yet.
* Generated code changes from previous commitJon Skeet2016-02-041-3/+3
|
* Generated code for GeneratedCodeInfo changeJon Skeet2016-02-041-3/+3
|
* Generated code changes from previous commit.Jon Skeet2015-12-151-3/+6
|
* Generated code changes for previous commit (basically ↵Jon Skeet2015-11-221-1/+1
| | | | InternalBuildGeneratedFileFrom => FromGeneratedCode)
* Merge pull request #988 from gabikliot/CSharp-SampleUsage-Big-FixJan Tattermusch2015-11-191-2/+5
|\ | | | | Fixed a bug in CSharp SampleUsage.
| * Removed redundant comment.Gabriel Kliot2015-11-191-1/+0
| |
| * Fixed a bug in CSharp SampleUsage.Gabriel Kliot2015-11-181-1/+5
| |
* | Generated code from previous commit.Jon Skeet2015-11-191-2/+2
| |
* | Generated code changes and manual changes for previous commit.Jon Skeet2015-11-091-4/+4
|/
* Generated code from previous commit.Jon Skeet2015-10-011-0/+13
|
* Generated code changes for previous commit.Jon Skeet2015-09-291-2/+2
|
* Generated code for previous commitJon Skeet2015-09-291-0/+3
|
* Regenerated code. Most changes are whitespace, removing trailing spaces.Jon Skeet2015-09-011-8/+8
| | | | Other changes are due to the well-known types changing without us regenerating.
* Generated code for previous commit.Jon Skeet2015-08-061-12/+3
|
* Generated code changes for previous commit.Jon Skeet2015-08-051-9/+3
|
* Generated code changes for previous commit.Jon Skeet2015-08-051-0/+3
|
* make changes and fixes in signingJan Tattermusch2015-08-022-27/+2
|
* build signed assembliesJan Tattermusch2015-08-022-3/+17
|
* Generated code for previous commit.Jon Skeet2015-07-301-3/+3
|
* Generated code from previous commit.Jon Skeet2015-07-301-9/+0
|
* regenerate codeJan Tattermusch2015-07-291-28/+0
|
* First attempt at using profile 259 for Google.Protobuf.Jon Skeet2015-07-272-3/+6
| | | | | | | | This requires .NET 4.5, and there are a few compatibility changes required around reflection. Creating a PR from this to see how our CI systems handle it. Will want to add more documentation, validation and probably tests before merging. This is in aid of issue #590.
* Generated code for previous commit.Jon Skeet2015-07-221-15/+5
|
* Generated code changes following previous commit.Jon Skeet2015-07-211-22/+15
|
* update addressbook exampleJan Tattermusch2015-07-203-6/+6
|
* regenerate Addressbook.csJan Tattermusch2015-07-201-39/+39
|
* First pass at the big rename from ProtocolBuffers to Google.Protobuf.Jon Skeet2015-07-171-2/+2
| | | | We'll see what I've missed when CI fails...
* Generated code for well-known typesJon Skeet2015-07-141-3/+3
|
* Changing reflection namespace (part 2)Jon Skeet2015-07-141-17/+17
| | | | Generated code changes from previous commit
* Generated code changes for previous submitJon Skeet2015-07-101-3/+3
|
* Use the new JsonFormatter to implement ToString on generated messages.Jon Skeet2015-07-101-0/+12
|
* Regenerated code due to previous commit.Jon Skeet2015-07-091-20/+32
| | | | Note that now we need a proto3 version of addressbook.proto. This may affect other platforms, and could do with an overhaul to follow proto3 conventions anyway (e.g. repeated field names). Will need to think about that carefully before merging into master. Raised issue #565 for this.
* Changes to generated code due to previous commit.Jon Skeet2015-07-091-29/+20
|
* Fix copyright lines for all C# code.Jon Skeet2015-06-304-16/+36
| | | | | | Everything should now be consistent - the only difference between files is the year (aside from generated files). Fixes issue #531.
* First pass (not yet compiling) at removing all the array handling code from ↵Jon Skeet2015-06-301-20/+10
| | | | | | | Coded*Stream. Prod code works, but some tests are broken. Obviously those need fixing, then more tests, and review benchmarks.
* More cleanup, based around searches for "Google.ProtocolBuffers"Jon Skeet2015-06-266-40/+38
| | | | | | | - Remove some old proto2-based C#-only messages - Remove the "build" directory which only contained out-of-date files - Remove the csharp_namespace option from proto2 messages - Change "Google.ProtocolBuffers" to "Google.Protobuf" in other messages
* Generated code changes for previous commit.Jon Skeet2015-06-261-3/+3
|
* Generated code changes due to map changes.Jon Skeet2015-06-251-3/+6
| | | | (Primarily this is starting the hash code of messages at a non-zero value...)
* Implement freezing for messages and repeated fields.Jon Skeet2015-06-241-10/+52
| | | | Fixes issue #523.
* Generated code changes from previous commit.Jon Skeet2015-06-231-3/+3
|
* Implement Clone.Jon Skeet2015-06-231-6/+28
| | | | Fixes issue #527.
* Minor cleanup.Jon Skeet2015-06-191-2/+2
| | | | | | | | - Make some members internal - Remove a lot of FrameworkPortability that isn't required - Start adding documentation comments - Remove some more group-based members - Not passing in "the last tag read" into Read*Array, g
* Use the fact that we know the tag size and bytes at codegen time to optimize.Jon Skeet2015-06-171-12/+19
|
* Regenerate proto filesJon Skeet2015-06-121-22/+30
|