Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Framework 4.8 support #79

Open
arc95 opened this issue Jul 3, 2024 · 5 comments
Open

Framework 4.8 support #79

arc95 opened this issue Jul 3, 2024 · 5 comments

Comments

@arc95
Copy link

arc95 commented Jul 3, 2024

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?

@ikyriak
Copy link
Owner

ikyriak commented Jul 4, 2024

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?

@ikyriak
Copy link
Owner

ikyriak commented Jul 5, 2024

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.

@arc95
Copy link
Author

arc95 commented Jul 10, 2024

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.

@sergheizagaiciuc
Copy link

sergheizagaiciuc commented Aug 12, 2024

@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?

@ikyriak
Copy link
Owner

ikyriak commented Aug 13, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants