Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 589 Bytes

README.md

File metadata and controls

19 lines (10 loc) · 589 Bytes

C# 8 Sample code

Objective

These are a series of samples designed to showcase the new features available on C# 8.

The base for these examples was taken from MS blog: https://blogs.msdn.microsoft.com/dotnet/2018/11/12/building-c-8-0/

Preparation:

Install .NET Core Preview 3.0: https://dotnet.microsoft.com/download/dotnet-core/3.0

Run dotnet --version to make sure you're running on .NET Core Preview 3.0.

Executing the samples:

Run dotnet build on a project to see the compiler output.

Run dotnet run on a project to see the execution result.