Jon Skeet
5c6c868588
Rename C# files to indicate generated code ( #10801 )
...
* Change C# generation script to use .pb.cs extension
* Rename generated C# files
This was performed by running generate_protos.sh and then removing the old files.
Notes:
- This does not change the conformance test generated C# code
- This does not change the compatibility C# code
- There's currently no clean-up operation in generate_protos.sh to remove old .pb.cs files (which would now be feasible)
- The changes to TestMessagesProto2.pb.cs are just due to formatting and a new Objective-C option
* Fix well-known type source files for C# Bazel build
2 years ago
Jorg Brown
a3e1de0113
Sync from Piper @455586341
...
PROTOBUF_SYNC_PIPER
2 years ago
Jon Skeet
cacb096002
Add CodeRush directory to .gitignore for C#
...
This is just a temporary directory for CodeRush, and should never
contain anything worth checking in. (Like the .vs directory.)
2 years ago
listonjesse
2ae7cf0e03
Auxillary -> Auxiliary
5 years ago
Jon Skeet
233f4865ee
First pass at benchmarking for C#
6 years ago
Jon Skeet
b5ce5251fd
Move to dotnet cli for building, and .NET Core (netstandard1.0) as target platform ( #1727 )
...
This also updates the version number to 3.0.0-beta4
8 years ago
Jon Skeet
10a8fb4e73
Move to dotnet cli for building, and .NET Core (netstandard1.0) as target 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
8 years ago
Jon Skeet
c0cf71bec9
Implement IDisposable for CodedInputStream and CodedOutputStream
...
This fixes issue #679 and issue #1282 .
(The .gitignore change is just around ncrunch; I can put it in a separate PR if you really want.)
9 years ago
Jon Skeet
044c36ebef
First pass at C# conformance tests.
...
Completely untested so far - easier to get started in VS and then transfer to Linux for tweaking...
9 years ago
Jon Skeet
59eeebee87
First pass at the big rename from ProtocolBuffers to Google.Protobuf.
...
We'll see what I've missed when CI fails...
9 years ago
Jan Tattermusch
46feed023d
enable building nuget package
10 years ago
Jan Tattermusch
6f4bdffbe5
adding what was missing in .gitignore
10 years ago
Jan Tattermusch
4e80fe15ed
Added instructions to manually download the dependencies
10 years ago