I am not sure what I actually want here and if it makes sense but based on the code in the blazor server app can unit testing be added to cover all the existing application functionality to ensure that when code changes are made a test fails if something is broken.
Not sure if you want to incrementally want to do this.
For the unit tests i want them to be in a seperate project and also to use Xunit and Moq where required.
I am not sure what I actually want here and if it makes sense but based on the code in the blazor server app can unit testing be added to cover all the existing application functionality to ensure that when code changes are made a test fails if something is broken.
Not sure if you want to incrementally want to do this.
For the unit tests i want them to be in a seperate project and also to use Xunit and Moq where required.