Skip to content

AlbertoBasaloLabs/copilot-csharp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Copilot CSharp

Demo laboratory Copilot course CSharp edition

Dev workflow

# Clone repository
git clone https://github.com/AlbertoBasaloLabs/copilot-csharp.git
cd copilot-csharp
# Compile C# code
dotnet build ./src/Askbot
# Run C# code
dotnet run --project ./src/Askbot 
# The weather command
dotnet run --project ./src/Askbot -- weather

AskBot CLI

A CLI educational tool that queries public APIs to provide basic information from the user's IP and associated services:

  • location, weather, currency, and sun.

Ver PRD del proyecto AskBot


About

Demo laboratory for VS Github Copilot course CSharp edition

Resources

License

Stars

Watchers

Forks

Languages