Is there a way to generate C# classes from a dataverse endpoint?
Alternatively, is there a way to generate dataverse custom tables according to c# classes?
I'm searching for a "db(dataverse)-first" or, alternatively, a "code-first" solution to automate this process.
According to my research, this doesn't exist yet for .NET Core, as dataverse is a bit new, but I believe it would be greatly appreciated by the .NET community. If you know something about this development, even if it's still on its earlier stages, please let me/us know.