diff --git a/src/Speckle.Core/Models/Collection.cs b/src/Speckle.Core/Models/Collection.cs index 8ad08650..6f9f315a 100644 --- a/src/Speckle.Core/Models/Collection.cs +++ b/src/Speckle.Core/Models/Collection.cs @@ -33,9 +33,11 @@ public Collection(string name, string collectionType) public string name { get; set; } /// - /// The type of this collection. Note: Claire and Dim would propose we deprecate this prop. Do not use, please! + /// The type of this collection. Note: Claire and Dim would propose we deprecate this prop. Do not use, please! /// - [Obsolete("Note: Claire and Dim would propose we deprecate this prop. Do not use, please! Let's have a discussion about subclassing for your needs if nothing exists already.")] + [Obsolete( + "Note: Claire and Dim would propose we deprecate this prop. Do not use, please! Let's have a discussion about subclassing for your needs if nothing exists already." + )] public string collectionType { get; set; } ///