vernou/Vernou.Swashbuckle

Initialize the solution

Closed this issue · 0 comments

We need to initialize the solution with the projects :

Vernou.Swashbuckle

In src.

A class library project that target .NET Standard 2 and reference Swashbuckle.AspNetCore.

Vernou.Swashbuckle.DemoApi

In test/WebSites.

A ASP.NET Core API project that reference the class library project and provide OAS by Swashbuckle

Vernou.Swashbuckle.Test

In test.

a xUnit test project that reference Vernou.Swashbuckle.DemoApi and check it OAS.