Skip to content

mazolatec/Mazolatech.OSVeicular.Api

Repository files navigation

Mazolatech.OSVeicular.Api (.NET 8) — FIX WithOpenApi

Este pacote corrige o erro RouteHandlerBuilder.WithOpenApi adicionando:

  • Pacote Microsoft.AspNetCore.OpenApi (8.0.7)
  • using Microsoft.AspNetCore.OpenApi; nos endpoints

Como usar no VS2022

  1. Abra src/Mazolatech.OSVeicular.Api/Mazolatech.OSVeicular.Api.csproj no VS2022.
  2. Ajuste appsettings.json (PostgreSQL + token wdapi2).
  3. Gerar banco:
    dotnet tool install --global dotnet-ef
    dotnet restore
    dotnet ef migrations add Inicial
    dotnet ef database update
  4. Executar (F5). Acesse /swagger.

About

Sistema de Ordem de Serviço Veicular

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages