Aaltuj / VxFormGenerator

The library contains a component, that nests itself into the Blazor EditForm instead of a wrapper around the EditForm. The component is able to generate a form based on a POCO or a ExpandoObject. Because of this architecture the library provides the developer flexibility and direct usage of the EditForm.
MIT License
119 stars 36 forks source link

Dynamic Form Demo work with .Net 6 #34

Closed pingcrosby closed 2 years ago

pingcrosby commented 2 years ago

I am unable to make the library work with .Net6

Model based forms work as expected.

1) git clone repo 2) update the project solutions to target .net 6

in addition a) fork repo b) use new blazor template with VS2022 c) add in the model based form - works as expected d) add in the dynamic based form - fails as before

stale[bot] commented 2 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.