Activate Windows Subsystem for Linux.
Run with Admin Rights
Enable-WindowsOptionalFeature -Online -FeatureName Microsoft-Windows-Subsystem-Linux
Enable Developer Mode:
dotnet new -i Paulovich.Caju::0.6.0 | |
dotnet new clean \ | |
--data-access inmemory \ | |
--use-cases full \ | |
--user-interface webapi |
public class Customer | |
{ | |
public int Id { get; set; } | |
public string FirstName { get; set; } | |
public string LastName { get; set; } | |
public string Email { get; set; } | |
public string SSN { get; set; } | |
} | |
public class RegisterCustomerUseCase |
public class Customer | |
{ | |
public int Id { get; set; } | |
public FirstName FirstName { get; set; } | |
public LastName LastName { get; set; } | |
public Email Email { get; set; } | |
public SSN SSN { get; set; } | |
} | |
public class RegisterCustomerUseCase |
{"lastUpload":"2020-05-24T19:55:03.947Z","extensionVersion":"v3.4.3"} |
test |
Activate Windows Subsystem for Linux.
Run with Admin Rights
Enable-WindowsOptionalFeature -Online -FeatureName Microsoft-Windows-Subsystem-Linux
Enable Developer Mode:
Install Docker on WSL https://nickjanetakis.com/blog/setting-up-docker-for-windows-and-wsl-to-work-flawlessly
Install kubectl on Windows https://devkimchi.com/2018/06/05/running-kubernetes-on-wsl/ https://dev.to/zeerorg/develop-with-kubernetes-on-docker-desktop-with-wsl-21mh https://kubernetes.io/docs/tasks/tools/install-kubectl/#install-kubectl-on-windows
Helm