Skip to content

Commit 609bf06

Browse files
authored
Merge pull request #115313 from sidramadoss/patch-73
Update custom-deserializer-examples.md
2 parents 1742345 + 70a6b29 commit 609bf06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/stream-analytics/custom-deserializer-examples.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ message MessageBodyProto {
107107
}
108108
```
109109

110-
Running `protoc.exe` from the **Google.Protobuf.Tools** NuGet generates a .cs file with the definition. The generated file is not shown here.
110+
Running `protoc.exe` from the **Google.Protobuf.Tools** NuGet generates a .cs file with the definition. The generated file is not shown here. You must ensure that the version of Protobuf Nuget you use in your Stream Analytics project matches the Protobuf version that was used to generate the input.
111111

112112
The following code snippet is the deserializer implementation assuming the generated file is included in the project. This implementation is just a thin wrapper over the generated file.
113113

0 commit comments

Comments
 (0)