Jon Louie

Results 14 issues of Jon Louie

### Description This PR implements the same fix for the IOThreadScheduler seen here: https://github.com/dotnet/wcf/pull/4862 The expected results for this fix: * Better performance on Linux since it lacks IO thread...

### Description * Change target framework of all projects to .NET 6 * Remove defunct preprocessor directives related to target frameworks * Upgrade all nuget packages * Remove Roslyn 3.11...

Added a test to verify multiple services can be added using subsequent calls to `IServiceBuilder.AddService()` Closes: #428

Currently, the max buffer pool size is set to a default value of 512 KB. This causes the the buffer pool to become full prematurely when processing numerous large messages,...

## Describe the bug When a project using Entity Framework is ported with the PA Client, it upgrades EF to version 6.3 but also adds Entity Framework Core and replaces...

## Description of issue Identifying string literals and assigning them to const values will improve memory footprint and maintainability.

good first issue
help wanted

## Description * Analyzing [this project](https://github.com/marknfawaz/TestProjects/tree/master/net472/FrameworkWebApiWithSdkStyleProjFile) with Codelyzer results in build errors, but the project builds without errors in Visual Studio and with the MSBuild command. * MSBuild commands used:...

## Description of issue Must update how legacy metadata references are loaded based on changes made in CTA. See discussion for more details: https://github.com/aws/cta/pull/110#discussion_r619924958 ## Additional context This issue must...

good first issue
help wanted

## Description * Currently, Codelyzer can parse operands of an assignment expression but only in isolation * Being able to link the left and right operands will give additional analysis...

Need to provide positive and negative unit test cases to detect cases similar to this: https://github.com/aws/codelyzer/pull/24#discussion_r554056306 These changes will likely result in a shift from our current unit test pattern...