ikyriak/IdempotentAPI

Framework 4.8 support

Opened this issue · 5 comments

Thanks for writing this library. We have a legacy ASP.NET Framework 4.8 app that needs idempotent logic. Is there a version of this library for Framework?

Hello @arc95,

The IdempotentAPI targets .NET Standard 2.0. So, it is compatible with the .NET Framework.
Could you send me additional information about your .NET Framework project (WebForms, MVC, etc) or, ideally, a small example project where you would like to apply idempotency?

Update:
Currently, the IdempotentAPI does not support .NET Framework because it depends on .NET Core libraries. I will keep the issue open to check how we can support it.

Thanks, @ikyriak. This is an ASP.NET MVC 4.8 app. And it makes sense that it's not compatible; most libraries are written for Core now.

@ikyriak I also have ASP.NET MVC 4.8 app which needs idempotent API feature. I started to implement it based on OutputCacheAttribute source code from MSFT.

I am not sure how far I will get with it - but in case I succeed - would you be willing to review a PR for IdempotentAPI project?

Hello @sergheizagaiciuc,
Yes, if you prepare an IdempotentAPI PR, I will review it. Thank you for your efforts so far.