Update comments on RequiresAssemblyFiles (#55675)
authorTlakaelel Axayakatl Ceja <tlakaelel.ceja@microsoft.com>
Wed, 14 Jul 2021 19:23:32 +0000 (12:23 -0700)
committerGitHub <noreply@github.com>
Wed, 14 Jul 2021 19:23:32 +0000 (12:23 -0700)
The setter of the Message property in RequiresAssemblyFiles was removed, updating the documentation to reflect that change

src/libraries/System.Private.CoreLib/src/System/Diagnostics/CodeAnalysis/RequiresAssemblyFilesAttribute.cs

index 9c90c326948af542b93f868b22baf73d579e32e6..bb0057181bfc001bc89148409429df1b42219080 100644 (file)
@@ -36,7 +36,7 @@ namespace System.Diagnostics.CodeAnalysis
         }
 
         /// <summary>
-        /// Gets or sets an optional message that contains information about the need for
+        /// Gets an optional message that contains information about the need for
         /// assembly files to be on disk.
         /// </summary>
         public string? Message { get; }