App is in beta stages and I have not written a web service API yet. I am making SQL db calls directly thru entity framework. App is installed on a test device and the app randomly crash with unhandled EF exceptions. Is this to be expected??
You should describe more details about this crashing. Try to reproduce it stably, then post the error code. We can help you analyze what causes this issue.
Thanks for the reply. I wasn't expecting a solution. I was wondering if anyone else had experienced issues making direct db calls. This is a random issue that stops in different code blocks and I don't get an error code. Just an unhandled EF core exception with no exception details. If I get more specific details I will post it.
Answers
You should describe more details about this crashing. Try to reproduce it stably, then post the error code. We can help you analyze what causes this issue.
Thanks for the reply. I wasn't expecting a solution. I was wondering if anyone else had experienced issues making direct db calls. This is a random issue that stops in different code blocks and I don't get an error code. Just an unhandled EF core exception with no exception details. If I get more specific details I will post it.