An Ethereum Smart Contract project deployed through Csharp web3 API.
wsl2 kernel: 4.4.0-19041-Microsoft
.NET sdk: 7.0.112
sudo apt-get update --fix-missing && sudo apt install dotnet-host-7.0
vscode extension solidity: 0.0.165
cd your/clone/dir/AnimalSmartContracts/NethereumCodeGen/AnimalInCubatorsConsole && dotnet run
And the Csharp code file Program.cs in that directory will be run.
(to be updated...)
The Ethereum document: Code Generation Demo with Visual Studio Code.