We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0b8f32b + d4d2208 commit 75f4010Copy full SHA for 75f4010
YamlDotNet/Serialization/YamlSerializable.cs
@@ -27,7 +27,7 @@ namespace YamlDotNet.Serialization
27
/// Put this attribute either on serializable types or on the <see cref="StaticContext"/> that you want
28
/// the static analyzer to detect and use.
29
/// </summary>
30
- [AttributeUsage(AttributeTargets.Class, Inherited = false)]
+ [AttributeUsage(AttributeTargets.Class, Inherited = false, AllowMultiple = true)]
31
public sealed class YamlSerializableAttribute : Attribute
32
{
33
/// <summary>
0 commit comments