Replies: 1 comment
-
Hi. Which CSLA Version are you using? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello All,
I was wondering if any of you have come across this issue.
I have a XUnit project and if I Run the Test or Debug the Test within the XUnit project, it runs fine with no issues. When the GitHub Workflow runs I get the following error below. I did a simple test by swapping the Fetch calls on the info object and its seems to fail on the first occurrence of a Fetch. I verify the Fetch method signatures, and it looks correct. Also, I would imagine that it would have failed if it was not correct in my XUnit project. The Fetch method is not Async.
The Error on my GitHub Workflow Action:
[xUnit.net 00:00:15.74] xUnitProject.ObjectTest.InsertObject_InsertObject_returnsTrue [FAIL]
[xUnit.net 00:00:15.74] Csla.DataPortalException : DataPortal.Fetch failed (Name or service not known)
[xUnit.net 00:00:15.74] ---- Csla.Reflection.CallMethodException : AspNetUserEdit.Fetch method call
The workflow file is a simple one :
This is my code that I used to call it :
This is how I load my service on the base class :
Thank you.
Beta Was this translation helpful? Give feedback.
All reactions