From c0cf71bec95fabafb4860564aecd464ba59254ef Mon Sep 17 00:00:00 2001 From: Jon Skeet Date: Mon, 29 Feb 2016 11:51:56 +0000 Subject: 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.) --- csharp/.gitignore | 1 + 1 file changed, 1 insertion(+) (limited to 'csharp/.gitignore') diff --git a/csharp/.gitignore b/csharp/.gitignore index 07ea90ac..c88f741e 100644 --- a/csharp/.gitignore +++ b/csharp/.gitignore @@ -33,3 +33,4 @@ mono/.libs mono/*.exe mono/*.dll lib/protoc.exe +*.ncrunch* -- cgit v1.2.3