Mehfuz Hossain
Mehfuz Hossain
Hi Shaun, Thanks again for the quick reply. Integrating the same way we did it for NCover is one way. However I will talk with the team and keep you...
Hi Shaun, Thanks for the info, We are also looking for a generic way to the problem but not using an intermediate tool (JustMockRunner.exe /TMockRunner.exe). Will also keep you posted...
You mean JustMock and PartCover ?
This is a great suggestion. Labeling it as enhancement.
Hey thats a great suggestion. Can you point me how you want the feature to be implemented and how would you do it in android ? Thanks in advance.
Looks like a neat library, however not quite sure yet about what could be the best way to implement this feature.
Hi Terricide, Thanks for reporting the issue. Any sample code you can share with me so that i can investigate the issue and provide you with a solution ? Cheers...
Similar issue: ``` resource "azurerm_cognitive_account" "spellcheck" { name = "bing-spellcheck-${azurerm_resource_group.rg.name}" location = azurerm_resource_group.rg.location resource_group_name = azurerm_resource_group.rg.name kind = "Bing.SpellCheck.v7" sku_name = "S1" tags = { Owner = "sl" } }...