Doc Suggestion:GenerateCodeForDeclaringAssembly should be discussed in both Orleans 7 Serializer Docs and the Orleans 3.x -> Orleans 7 migration guide, including guidance on how to apply this type of attribute (speaking as a C# developer since .NET 1.1, I haven't needed to add an assembly attribute since the days of AssemblyInfo.cs files, so I suspect I'm not the only Orleans dev who is unfamiliar with how to add attributes to assemblies).
Context:
In #8312, @david-obee mentions the need for GenerateCodeForDeclaringAssembly Attributes when placing serialized classes in assemblies. Without finding that GH Issue comment, it's unlikely I would have been able to successfully port a project from Orleans 3.x to Orleans 7. The only other mention I could find of GenerateCodeForDeclaringAssembly in the Orleans docs was in the GitHub repo sample code for an Orleans Visual Basic interop example).
Doc Suggestion:
GenerateCodeForDeclaringAssembly
should be discussed in both Orleans 7 Serializer Docs and the Orleans 3.x -> Orleans 7 migration guide, including guidance on how to apply this type of attribute (speaking as a C# developer since .NET 1.1, I haven't needed to add an assembly attribute since the days ofAssemblyInfo.cs
files, so I suspect I'm not the only Orleans dev who is unfamiliar with how to add attributes to assemblies).Context: In #8312, @david-obee mentions the need for
GenerateCodeForDeclaringAssembly
Attributes when placing serialized classes in assemblies. Without finding that GH Issue comment, it's unlikely I would have been able to successfully port a project from Orleans 3.x to Orleans 7. The only other mention I could find ofGenerateCodeForDeclaringAssembly
in the Orleans docs was in the GitHub repo sample code for an Orleans Visual Basic interop example).