ita-social-projects / OoS-Backend

Out of School: The platform for choosing an extracurricular activity for your children
MIT License
13 stars 6 forks source link

upgrade api versioning and swagger to latest version #1578

Closed DmyMi closed 1 month ago

DmyMi commented 1 month ago

Introduced a global alias so the old Mvc namespace classes and methods do not conflict with new methods in new Asp.Versioning package.

global using AspApiVersionAttribute = Asp.Versioning.ApiVersionAttribute;
sonarcloud[bot] commented 1 month ago

Quality Gate Failed Quality Gate failed

Failed conditions
0.0% Coverage on New Code (required ≥ 80%)

See analysis details on SonarCloud