porting-assistant-dotnet-ui icon indicating copy to clipboard operation
porting-assistant-dotnet-ui copied to clipboard

Porting Assistant for .NET is an analysis tool that scans .NET Framework applications and generates a .NET Core compatibility assessment, helping customers port their applications to Linux faster.

Results 116 porting-assistant-dotnet-ui issues
Sort by recently updated
recently updated
newest added

*Issue #, if available:* *Description of changes:* check memory usage during stability integration test and error out if memory usage exceeds expectations. *Testing done:* ## Merge Checklist _Put an `x`...

*Issue #, if available:* *Description of changes:* *Testing done:* ## Merge Checklist _Put an `x` in the boxes that apply. You can also fill these out after creating the PR....

Bumps [ansi-regex](https://github.com/chalk/ansi-regex) from 5.0.0 to 5.0.1. Release notes Sourced from ansi-regex's releases. v5.0.1 Fixes (backport of 6.0.1 to v5) This is a backport of the minor ReDos vulnerability in ansi-regex@<6.0.1,...

dependencies
javascript

…one tool. *Issue #, if available:* *Description of changes:* `porting-assistant-dotnet-client` github workflow [publishes and uploads](https://github.com/aws/porting-assistant-dotnet-client/pull/150) `PortingAssistant.Client.CLI.exe` to a public S3 bucket. This patch downloads `PortingAssistant.Client.CLI.exe` from that S3 bucket and...

*Fixed Typos* *Testing done: None required* ## Merge Checklist _Put an `x` in the boxes that apply. You can also fill these out after creating the PR. If you're unsure...

*Issue #, if available:* *Description of changes:* Added customer feedback button on Assessed Solution dashboard that allows customers to submit feedback. Handles work to store all data, and also handles...

## Description Currently the PA UI and IDE uses independent telemetry models and logs uploader. This may create inconsistencies in metrics names in future releases if they are not synced...

*Issue #, if available:* *Description of changes:* * Updated telemetry to write to files in telemetry-logs directory instead of buffer. * Create PortingAssistant.Telemetry Project to watch telemetry-logs and Post to...

When build local exe, we use the enviroment variable, need to fix this issue.

enhancement

*Issue #, if available:* V731980280 *Description of changes:* - Added path too long check in both react and C#. 1. Frontend: added path too long check 2. C#: added path...