SaturnFramework / Saturn

Opinionated, web development framework for F# which implements the server-side, functional MVC pattern
https://saturnframework.org
MIT License
708 stars 108 forks source link

Saturn.Extensions.Authorization broken in release 0.11.0 #221

Closed rusanov-vladimir closed 4 years ago

rusanov-vladimir commented 4 years ago

After upgrading to the version 0.11.0 the use of use_github_oauth in application CE leads to cryptic: This control construct may only be used if the computation expression builder defines a 'For' method

It appears that it's caused by name collision with Microsoft.AspNetCore.Builder.ApplicationBuilder in OAuth extensions.

Krzysztof-Cieslak commented 4 years ago

Fixed in 0.12.0