Mark Fawaz

Results 9 issues of Mark Fawaz

Hi Dave, Thank you again for this great project! This issue is related to a very specific use case that's causing a NPE when calling the RequiresNetFramework property in the...

Hi, Thank you for the great library. I had a question about CodeActions and how they work with Visual Studio (not VS Code). We are seeing a weird behavior and...

## Description of issue The code for matching APIs with packages and later versions needs to be improved for better readability and make sure it's working as intended.

## Describe the bug When generating a project analysis, the references used are not being populated in the result. ### Expected behavior The references should be added to the result...

bug

## Describe the bug When porting a solution to the same folder after porting to a separate folder, the changes are not being applied. It looks like the folder being...

Convert AnalyzeSolution return type to Value/Task

## Description When analyzing nodes, we need to differentiate a class connection from an abstract class connection

## Description We use a FullIdentifier for multiple objects (ClassDeclaration, Interface, etc...). This field is the namespace + type + identifier (if any). We need to check if there's a...

## Description of issue We need to refactor some of the classes in codelyzer to address the below: - Code duplication - Having a pre/post port semantic model as part...