mattfrear / Swashbuckle.AspNetCore.Filters

A bunch of useful filters for Swashbuckle.AspNetCore
MIT License
430 stars 80 forks source link

Swashbuckle.AspNetCore.Filters.Abstractions (>= 7.0.7) not published #229

Closed bgelens closed 1 year ago

bgelens commented 1 year ago

our builds are currently failing as we use Swashbuckle.AspNetCore.Filters.Abstractions 7.0.*

Swashbuckle.AspNetCore.Filters 7.0.7 was published some hours ago and it depends on the abstractions package 7.0.7 or higher which is not published afaict

dantheother commented 1 year ago

It's not a long term fix, but changing the reference from 7.0.* to 7.0.6 fixes the build for me and at least allows me to keep developing locally.

<PackageReference Include="Swashbuckle.AspNetCore.Filters" Version="7.0.6" />

It's funny, we must have hit this at the same time. When I first got a failed build I looked in the issue list and there was nothing here, so I assumed it was my fault. A bit more digging and I came back to report an issue 😆

andrew-yustyk commented 1 year ago

I have another situation. I need a bug fix from 7.0.7. But I can't install 7.0.7 due to this issue:

 error NU1102: Unable to find package Swashbuckle.AspNetCore.Filters.Abstractions with version (>= 7.0.7)

@mattfrear

mattfrear commented 1 year ago

Sorry about that gents. I have just published 7.0.7 of the Abstractions package so it should be fixed any minute now once nuget.org processes it.