Skip to content

Commit 9387fc6

Browse files
authored
Code gen article, scoped to 3.x (#35436)
1 parent 77a3af2 commit 9387fc6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/orleans/grains/code-generation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ ms.date: 03/16/2022
66

77
# Orleans code generation
88

9-
The Orleans runtime makes use of generated code to ensure proper serialization of types that are used across the cluster as well as for generating boilerplate, which abstracts away the implementation details of method shipping, exception propagation, and other internal runtime concepts.
9+
This article applies to: ✔️ Orleans 3.x and earlier versions
1010

1111
## Enable code generation
1212

13-
Code generation can be performed either when your projects are being built or when your application initializes.
13+
The Orleans runtime makes use of generated code to ensure proper serialization of types that are used across the cluster as well as for generating boilerplate, which abstracts away the implementation details of method shipping, exception propagation, and other internal runtime concepts. Code generation can be performed either when your projects are being built or when your application initializes.
1414

1515
### What happens during build?
1616

0 commit comments

Comments
 (0)