Simple app in COBOL to use in modernization demos with GitHub Copilot. This is a very small sample and not intended for production use.
- GitHub Copilot agent mode (as of Mar 28 2025, it's available in Visual Studio Code Insiders).
There's two ways of running this:
- Codespaces: open the project in GitHub Codespaces
- Local: clone the project and open it in Visual Studio Code. Then reopen in devcontainer.
- Open the project in GitHub Codespaces or clone it and open it in Visual Studio Code.
- Compile and run the COBOL program:
make
- Open GitHub Copilot, switch to agent mode and type the following prompt:
Convert the loan.cob cobol program to .net 9. Create the .net required files in the newversion folder
- Switch to the
newversion
folder and run the .net program:dotnet run