BrunoLau.SpaServices icon indicating copy to clipboard operation
BrunoLau.SpaServices copied to clipboard

'IRouteBuilder' does not contain a definition for 'MapSpaFallbackRoute'

Open peter-bozovic opened this issue 1 year ago • 0 comments

Getting this error after trying to upgrade my project to dotnet 7 & SpaServices v6.0.3:

error CS1061: 'IRouteBuilder' does not contain a definition for 'MapSpaFallbackRoute' and no accessible extension method 'MapSpaFallbackRoute' accepting a first argument of type 'IRouteBuilder' could be found (are you missing a using directive or an assembly reference?)

Everything still seem to work with v0.8.0, but thought that getting into latest version would be better :)

peter-bozovic avatar Aug 15 '23 16:08 peter-bozovic