An open API service indexing awesome lists of open source software.

https://github.com/afinlay5/csharp7

.NET Core source code repository for C#7, 7.1 source code examples posted on personal blog (http://bit.ly/CSharp7).
https://github.com/afinlay5/csharp7

csharp7 csharp7-1 dotnet-cli dotnet-core msbuild

Last synced: 3 months ago
JSON representation

.NET Core source code repository for C#7, 7.1 source code examples posted on personal blog (http://bit.ly/CSharp7).

Awesome Lists containing this project

README

        

# New Language Features in C# 7, 7.1
.NET Core source code repository for C#7, 7.1 source code examples posted on personal blog (http://bit.ly/CSharp7).
Built and tested on SUSE Linux.

![alt text](https://raw.githubusercontent.com/afinlay5/CSharp7/master/blog.png)

# Platform
- Any platform that supports the succeding version of .NET Core.

# Requirements
- ṄET Core v.2.1.105

# Tasks
- dotnet build (Builds Project)
- dotnet run (Runs Project)

# Known Problems
- Namespace issues causes compilation failure of main project (05/02/2018).

# Execution Screenshot
![alt text](https://raw.githubusercontent.com/afinlay5/CSharp7/master/run1.png)
![alt text](https://raw.githubusercontent.com/afinlay5/CSharp7/master/run2.png)
![alt text](https://raw.githubusercontent.com/afinlay5/CSharp7/master/run3.png)