mirror of
https://github.com/zoriya/octokit.net.git
synced 2026-06-02 10:55:53 +00:00
Remove suppress attribute
This commit is contained in:
committed by
Marius Ungureanu
parent
9d6345d0ea
commit
f644376d52
@@ -24,7 +24,6 @@ namespace Octokit
|
||||
/// Files that make up this gist using the key as Filename
|
||||
/// and value as Content
|
||||
/// </summary>
|
||||
[SuppressMessage("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly")]
|
||||
public IDictionary<string, string> Files { get; set; }
|
||||
public IDictionary<string, string> Files { get; private set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user