rpgkaiser / FoolProof.Core

Migration to asp.net core of the "MVC Foolproof Validation" library.
MIT License
53 stars 17 forks source link

How do I register FoolProof.Core in a ASP.NET MVC 5 at NET Framework 4.7.2 project #44

Open carloswm85 opened 7 months ago

carloswm85 commented 7 months ago

I haven't found instructions for that.

rpgkaiser commented 7 months ago

Hi @carloswm85, Sorry, but I haven't tested that scenario yet, so I don't have a working sample to show you. I'll try to create a POC about this ASAP.

carloswm85 commented 7 months ago

What is POC? Point of Control?

Thank you for your reply.

By the way, in case you need to use DI, which I guess you will, I'm using for that in my project https://www.nuget.org/packages/Unity/5.11.1 and https://www.nuget.org/packages/Autofac/6.4.0 both in NET Framework 4.7.2

rpgkaiser commented 7 months ago

Proof Of Concept.