enabled readonly collection

This commit is contained in:
Brendan Forster
2014-03-05 22:01:08 +11:00
parent 8ae7943c1a
commit 12b82687ca
@@ -10,7 +10,7 @@ namespace Octokit
{
public int TotalCount { get; set; }
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly")]
public IList<Repository> Items { get; set; }
public IReadOnlyList<Repository> Items { get; set; }
internal string DebuggerDisplay
{