MAUI Testability #8
Labels
enhancement
New feature or request
good first issue
Good for newcomers
.NET8
Waiting for new SDK update
Right now when you add
InAppBilling
Nuget into your MAUI project, the project wont be testable.Because of:
When I tried to add
.NET7
as anotherTargetFramework
I got:<X> must have an implementation part because it has accessibility modifiers.
The reason behind it is that main MAUI app has to add pure
.NET7
framework, so that unit-test library can link it. But this is not currently possible in library projects like this one. Apparently this should be fixed in .NET8:dotnet/maui#3552
dotnet/maui#14847
The text was updated successfully, but these errors were encountered: