Skip to content

Instantly share code, notes, and snippets.

View VincenzoCarlino's full-sized avatar

Vincenzo Carlino VincenzoCarlino

View GitHub Profile
@VincenzoCarlino
VincenzoCarlino / SchemaValidator.cs
Last active March 29, 2022 19:07
Schema validation
namespace TestApi;
using System.Reflection;
using Microsoft.AspNetCore.Mvc;
using Microsoft.AspNetCore.Mvc.ApiExplorer;
using Microsoft.AspNetCore.Mvc.Controllers;
using Microsoft.AspNetCore.Mvc.Infrastructure;
/*
* FOR INFORMATION PURPOSE ONLY!!!