aws-dotnet-deploy icon indicating copy to clipboard operation
aws-dotnet-deploy copied to clipboard

Opinionated tooling that simplifies deployment of .NET applications to AWS.

Results 15 aws-dotnet-deploy issues
Sort by recently updated
recently updated
newest added

*Issue #, if available:* N/A, from internal discussion around #823 *Description of changes:* Adds the "aws-dotnet-deploy" tag to newly created ECR repositories. This will allow us to clean these up...

**Is your feature request related to a problem? Please describe.** I tried to publish my application to App Runner in `Canada (Central)`, and got the following failure (below). The root...

bug
p2
queued

### Describe the bug I'm trying to deploy a new application, but the deploy tool is hanging indefinitely here: ``` Choose deployment option (recommended default: 1) 3 Name the Cloud...

bug
p2
queued

### Describe the bug Get this error message when trying to deploy MVC Template >Unhandled exception. This is a bug. Please copy the stack trace below and file a bug...

feature-request
p2
queued

### Describe the feature Creating an issue here to track https://github.com/aws/aws-toolkit-visual-studio/issues/321 on the Visual Studio Toolkit. The Visual Studio Toolkit wraps the .NET Deployment Tool, so any changes to behavior...

feature-request
p2
queued

### Describe the bug When attempting to deploy a Blazor WASM app that uses NuGet [Central Package Management (CPM)](https://learn.microsoft.com/en-us/nuget/consume-packages/central-package-management) the error message: `There are no compatible deployment recommendations for this...

bug
p2
queued

### Describe the bug See https://github.com/aws/aws-toolkit-visual-studio/issues/311. Creating a separate issue on this repo as the root cause is likely in the AWS Deploy Tool for .NET CLI which drives the...

bug
p2
queued

**Describe the bug** Specifying a `--project-path` from Windows with a WSL path fails ``` dotnet aws deploy --project-path \\\\wsl$\\Ubuntu\\home\\path\\to\\project.csproj Failed to find a valid .csproj or .fsproj file at path...

bug
p2
queued

### Describe the feature In the old .NET deployment experience we had the `aws-ecs-tools-defaults.json` created during deployment so redeployments could be a quick 2 click start and confirm process. With...

feature-request
p2
queued

**Describe the bug** No recommendations are generated when the project `.csproj` file uses a variable for the `TargetFramework` property. **To Reproduce** Steps to reproduce the behavior: 1. Create a new...

bug
p2
queued