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

Support REQUEST_METHOD variable in IIS URL Rewrite file parsing #293

Closed mikaelm12 closed 6 years ago

mikaelm12 commented 6 years ago

See: #191

mikaelm12 commented 6 years ago

Done: f2676babd3b7780573c40800dd916c7ad9195285

KallDrexx commented 6 years ago

Was this actually added to the 2.0.6 release? I have <PackageReference Include="Microsoft.AspNetCore.All" Version="2.0.6" /> and I"m still getting the error that this is an unrecognized parameter

mikaelm12 commented 6 years ago

This was put into the 2.0.6 milestone but I believe was actually meant to go into the next patch version since the changes for 2.0.6 had already been locked down at the time. This change is currently available in the 2.1 preview-1 though. .