Closed igotinfected closed 1 year ago
Added a basic xunit unit test project. Some adjustments were required to make this work:
net7.0
multi-target
dll
This should enable unit testing for shared code. Unsure about platform-specific code.
Closes: #2
Added a basic xunit unit test project. Some adjustments were required to make this work:
net7.0
as target framework to the MAUI projectnet7.0
framework build by usingmulti-target
notationnet7.0
build outputs a library (dll
)This should enable unit testing for shared code. Unsure about platform-specific code.
Closes: #2