Skip to content
This repository was archived by the owner on Nov 22, 2018. It is now read-only.

Commit 8e57f8a

Browse files
author
Praburaj
committed
Reacting to FileSystem changes
IFileInfo is readonly
1 parent 352edcd commit 8e57f8a

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

test/Microsoft.AspNet.StaticFiles.Tests/StaticFileContextTest.cs

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -99,11 +99,6 @@ public bool IsDirectory
9999
get { return false; }
100100
}
101101

102-
public bool IsReadOnly
103-
{
104-
get { return false; }
105-
}
106-
107102
public DateTimeOffset LastModified { get; set; }
108103

109104
public long Length { get; set; }
@@ -116,16 +111,6 @@ public Stream CreateReadStream()
116111
{
117112
throw new NotImplementedException();
118113
}
119-
120-
public void Delete()
121-
{
122-
throw new NotImplementedException();
123-
}
124-
125-
public void WriteContent(byte[] content)
126-
{
127-
throw new NotImplementedException();
128-
}
129114
}
130115
}
131116
}

0 commit comments

Comments
 (0)