Replies: 2 comments
-
Switching TargetFramework with vscode is so painful, I'm not sure if what I said is correct now |
Beta Was this translation helpful? Give feedback.
-
When I compile manually the files in
|
Beta Was this translation helpful? Give feedback.
-
I have a service (ServiceA), which has implementations on Android (Platforms/Android) and iOS (Platforms/iOS).
Now I need to unit test the project (ProjectA).
I imagine that I need to set the TargetFramework of the test project (ProjectA.Test) to net8.0.
At this time, I need to compile the net8.0 version of ProjectA,
but because it depends on the implementation of the method of ServiceA,
the net8.0 version of ProjectA cannot be compiled.
Should i need add this implementation in Platforms/XXX
But after I do this, the implemented service in Platforms/XXX will not be compiled。
Beta Was this translation helpful? Give feedback.
All reactions