Welcome to the new Parasoft forums! We hope you will enjoy the site and try out some of the new features, like sharing an idea you may have for one of our products or following a category.
Discussion List
Return statements in anonymous functions causing unreachable code warnings?
I have some .NET C# code being analyzed with parasoft and it's flagging some fairly annoying warnings. The code has an anonymous function that contains a return statement that continues on to some other code, but I'm getting "unreachable code" error CS.PB.USC.UC-1. Response _response = await…
How to generate a API Response from respective request API in .Net?
Dear Team, I need to pass the API request(XML, object, json etc) of the T24 wsdl and on consuming the same in .Net using c#, I want to get the response as needed for the request XML or so we passed. I want to integrate this into our c# application and get the response XML as required from the tool for the respective…
Implementing WCF Service Virtualization
Implementing WCF Service Virtualization Description: This document can be used in conjunction with the .NET Routing Service documentation to assist users in setting up their WCF service for Virtualization. We will be focusing on the second method of configuration using a Virtualize Proxy and specifically reviewing the…