aws/porting-assistant-dotnet-client

There is mismatch between ApiAnalysisResults and RecommendedActions

Closed this issue · 1 comments

When I analyze this repo, there is a recommendation about System.Data.Entity but it is not in ApiAnalysisResults. I think it should be reported as INCOMPATIBLE in ApiAnalysisResults or there should not be any recommendation about that namespace.

Details:
Repo: https://github.com/muratbaseren/Udemy-MyEvernote-Sample-Project.git
Report file: MyEvernoteSolution-analyze/solution-analyze/MyEvernote.WebApp/MyEvernote.WebApp-api-analysis.json
Source File Name: CategoryController.cs

PS: I didn't have time to find the root cause. If I do, I will fix it and send a PR:

Hi irensaltali, we have noticed that there is a missmatch for the entityframwork api in our code. So we recenlty push a PR e92114f to fix it. Thanks for reporting this issues for us.