-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update the dotnet template to follow the github intility path #387
base: main
Are you sure you want to change the base?
Conversation
…uping, descriptions etc.
@h3rmanj do you want to take a look at the k8s setup? I added some default files, and uses a derived app name (ContainerRepositoryPlaceholder) as replacement values for naming. This should be a safe string value, but I have not tested it. |
I'm finished with a first crack at the new dotnet template, without updating any doc. Also, not tested the github, argo and kustomize setup yet. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- consider release-please
- consider commented out argo apps for prod, qa and review deployments
- what happens when you add a project to a solution? (kustomize files etc)
- route/ingress
dotnet/iwebapi/Company.WebApplication1.Tests/Company.WebApplication1.Tests.csproj
Outdated
Show resolved
Hide resolved
dotnet/iwebapi/Company.WebApplication1.Tests/IntegrationTests/WeatherForecastControllerTests.cs
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Very good. An improvement in the future should be to use the sha commit instead of tag in production.
Bulletpoints
New Features
Questions