.Net Core 6 vs .Net Core 5 – Project structure, Unit tests, GraphQL tests, Test Serve Fixture
Short story
Let’s imagine that you have modern application project made in times of .NET core 6 release. Needless to say, it’s structure is a little bit different from older .net versions (where you had 2 separate files – Startup.cs
and Program.cs
)
Let’s dive through old and new structure differences, that would be useful for further explanations