aspnet / BasicMiddleware

[Archived] Basic middleware components for ASP.NET Core. Project moved to https://github.com/aspnet/AspNetCore
Apache License 2.0
169 stars 84 forks source link

API review changes #104

Closed mikaelm12 closed 8 years ago

mikaelm12 commented 8 years ago

Changed the abstract class Rule to an the interface IRule. Renamed enum RuleTermination to RuleResult and renamed values. @natemcmaster @Tratcher @davidfowl @glennc @Eilon

natemcmaster commented 8 years ago

Looks like you'll need to rebase against dev.

troydai commented 8 years ago

You may need to rebase to eliminate conflicts. But besides that it looks fine.

:shipit: