aspnet / StaticFiles

[Archived] Middleware for handling requests for file system resources including files and directories. Project moved to https://github.com/aspnet/AspNetCore
Apache License 2.0
114 stars 72 forks source link

Replace Constants.CompletedTask and its usages with Task.CompletedTask #201

Closed EvanMulawski closed 6 years ago

EvanMulawski commented 7 years ago

See Constants.cs, L20-27.

Now that Task.CompletedTask is available, there is no need to create a custom one.

aspnet-hello commented 6 years ago

This issue was moved to aspnet/Home#2447