Csharp
2 TopicsGraph API getAsync() in C#
If I use graph in a console application I get the information that I request. Such as test = await graphClient.Users.GetAsync(); If I try this in a WebMethod in the code behind of a page or in an .asmx, it never returns with the data. I know this has been mentioned before in many forums, but I did not have issues in V1.0 of the SDK. When I try to use V5+ I can't seem to get the information back. Any ideas on overcoming the issue? Any help would be great.33Views0likes1CommentCode Coverage 0.0% for TSQL Projects(Contains Stored Procedures, Tables, Scripts etc)
We have used MSTest as testing framework for writing all Stored Procedures unit test case for TSQL projects. Its showing now 0.0% coverage for all Stored Procedures though all are having the valid Unit Test cases. Is it possible to do code coverage for TSQL projects? The code coverage is working fine for .NET web projects. Any help will be appreciated.548Views0likes0Comments