Skip to content

A ready-to-use, .NET 6 powered GitHub Codespace to start using the next version of .NET & C# 10 preview features!

License

Notifications You must be signed in to change notification settings

stvansolano/dotnet6-preview

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Welcome to .NET 6 preview! (CodeBox by @stvansolano)

Twitter: @stvansolano

Do you like it? Give a Star! ⭐

If you like or are using this project to learn or start your own solution, please give it a star. I appreciate it!

A ready-to-use, multi-purpose dev environment.

Try in PWD

Hot to Use (.NET 6 Preview)

  1. Go to https://github.com/stvansolano/dotnet6-preview and hit the "Use this template"
  2. Give it a name
  3. Start using it from GitHub Codespaces (Code -> Open With Codespaces)

Alternatively, you can run it from VS Code from your machine! (Screenshot below)

Run it from VS Code from your machine

Running some samples

  1. Make sure dotnet tooling is part of your $PATH

export DOTNET_ROOT=$HOME/dotnet
&& export PATH=$PATH:$HOME/dotnet

  1. Browse the src/WebApi or create a new Web API from CLI

dotnet new web -o src/WebApi

or

cd src/WebApi

  1. Then run it

dotnet watch

Links

I included several links to the previews, Microsoft posts and of course useful links here.

About

A ready-to-use, .NET 6 powered GitHub Codespace to start using the next version of .NET & C# 10 preview features!

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published