radimitrov / CSharpShellApp

83 stars 18 forks source link

Testing question #209

Open kovlevi opened 1 year ago

kovlevi commented 1 year ago

How can I make a NUnit test project and Xamarin forms UITest project with your app(C# Shell custom build) and how can I run it(with C# Shell, if possible even in builded apk)?

radimitrov commented 1 year ago

The app doesn't yet support multiple projects. That's coming after porting the app to .NET 6/7. NUnit should be easily integratable after it does.

kovlevi commented 1 year ago

What about xamarin forms UITest?

radimitrov commented 1 year ago

Forgot to mention it, but no UITest can't work in this app in any way. Not without an very large increase in the app size.

kovlevi commented 1 year ago

When will you port the app to .NET 6/7?

radimitrov commented 1 year ago

Very soon. I'll just write a GitHub announcement now.