aspnet/DataProtection

Validate Redis extension for shipping

Closed this issue · 3 comments

Microsoft.AspNetCore.DataProtection.Redis ships as a 0.x version (which means it's pseudo-unsupported.) It also does not ship in the runtime store.

Verification items to complete before we ship a "supported" version:

  • Add functional tests that actually use a real Redis server to pull keys
  • Update version number
  • Add to ASP.NET Core runtime store
  • Add API baselines ( #232 )

Hi, is this still planned? Is there an ETA for it?

It's not high on our priority list and we haven't assigned this a milestone yet. But I would welcome PRs to add functional tests and improve the quality of the extension.

This issue was moved to dotnet/aspnetcore#2509