Remove `[SuppressMessage]`

- build break
This commit is contained in:
Doug Bunting 2015-12-07 21:14:29 -08:00
parent ee7201b1f6
commit cb4b17504e
1 changed files with 0 additions and 2 deletions

View File

@ -2,7 +2,6 @@
// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
using System.Collections.Generic;
using System.Diagnostics.CodeAnalysis;
using Microsoft.AspNet.StaticFiles.Infrastructure;
namespace Microsoft.AspNet.StaticFiles
@ -40,7 +39,6 @@ namespace Microsoft.AspNet.StaticFiles
/// <summary>
/// An ordered list of file names to select by default. List length and ordering may affect performance.
/// </summary>
[SuppressMessage("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly", Justification = "Improves usability")]
public IList<string> DefaultFileNames { get; set; }
}
}