Introduction
I've also installed the U2.EntityFrameworkCore NuGet package and successfully set up basic queries using my DbContext. Now I've hit a roadblock trying to call Universe subroutines.
Problem Description
With basic CRUD operations functioning as expected using my DbContext, my next challenge is to call Universe subroutines. I can't seem to find clear documentation on how to achieve this when using the U2.EntityFrameworkCore package.
What You've Tried
I've gone through the U2 Toolkit documentation, but it doesn't cover EF Core 6 specific implementations. I've also attempted to manually execute the subroutines using various EF Core methods, without any success.
Questions
- Has anyone successfully called Universe subroutines using the U2.EntityFrameworkCore package with EF Core 6?
- What is the recommended approach for calling Universe subroutines in this setup?
- Are there any code samples or tutorials available that cover this specific scenario?
#U2Toolkitfor.Net #EFCore6 #UniVerse #Subroutine