.NET Core 3.0 to .NET Core 3.1 and .NET Core SSL (https )with VSCode + Docker –part 44
To pass from .NET Core 3.0 to .NET Core 3.1
- Modify the .csproj
- Modify the devops
- Modify the GitHub Actions
- Modify the Azure Devops ( because was on Docker , just modify the docker FROM sdk
- Modify the dockerfile in the .devcontainer folder to run in VSCode Container
Some of the modifications here : https://github.com/ignatandrei/InfoValutar/commit/2d5b138ccd6225a6bf69dca47fe76e2270920d2d
However, to have running in Docker container with SSL it is much more difficult. The instruction were here
However, some of them implied sharing local pfx , others implies modifying the dockerfile.
And the fact that I should be rebuild the container does not help …as time goes by.
If you look at
https://github.com/ignatandrei/InfoValutar/commit/c371e67aea3a283d3b8c208eec168c795f6fe680
you can see what is necessary that now I have for InfoValutar both .NET Core WebAPI and Angular WebSite running in VS Code on Docker containers.
Infovalutar
And one hour passes...(This is the result of 1 hour per day auto-challenge as a full cycle developer for an exchange rates application)
( You can see the sources at https://github.com/ignatandrei/InfoValutar/ )
Leave a Reply