Skip to content

t-dambacher/SpanTests

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Span Tests

This project takes advantage of some new features of .netcore 2.1+ and c# 8, like ref struct, non-nullable reference types, spans, etc.

It is a toy project, aiming at playing with those new features, while writing a basic json deserializer. Thus, it should never be used for anything else than fun :)

The conclusion of this project is that Newtonsoft.Json is not replaced yet... :)

About

Toy project aiming at testing some of the new features of .net core 2.1+ & C# 8

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages