codelyzer
codelyzer copied to clipboard
Codelyzer is a framework that provides interfaces to build and analyze source code in various languages and generates a platform-independent representation as a universal abstract syntax tree (UAST) m...
## Related issue Closes: #ISSUE_NUMBER_HERE ## Description * Describe the changes in this pull request ## Supplemental testing Describe any testing done in addition to existing unit tests ## Additional...
## Related issue PortingAssistant.Client.Analysis.PortingAssistantAnalysisHandler: **MyBase.New** System.NullReferenceException: Object reference not set to an instance of an object. ## Description * NPE as described above Added unit test --- *By submitting this...
Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) from 17.0.0 to 17.3.0. Release notes Sourced from Microsoft.NET.Test.Sdk's releases. v17.3.0 See the release notes here. v17.3.0-preview-20220612-01 See the release notes here. v17.3.0-preview-20220530-08 See the release notes here....
Bumps [NuGet.Packaging](https://github.com/NuGet/NuGet.Client) from 6.0.0 to 6.3.0. Commits See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...
Bumps [Moq](https://github.com/moq/moq4) from 4.16.1 to 4.18.2. Changelog Sourced from Moq's changelog. 4.18.2 (2022-08-02) Changed Update package reference to Castle.Core (DynamicProxy) from version 5.0.0 to 5.1.0 (@stakx, #1275) Removed dependency on...
## Describe the bug Seems like we can't fetch the symbol information on some of the invocation expression syntax node. For example bundles.Add(New ScriptBundle("~/bundles/jquery").Include("~/Scripts/jquery-{version}.js")) in the VBWebApi Test project. It...
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...
Bumps [nunit](https://github.com/nunit/nunit) from 3.13.2 to 3.13.3. Release notes Sourced from nunit's releases. NUnit 3.13.3 This release includes several performance enhancements. @lahma provided a massive speed improvement for large, parametrized test...