-
-
Notifications
You must be signed in to change notification settings - Fork 211
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
.NET 6 Minimal Api with F# doesn't suggest the correct 'open' #1454
Comments
This method is defined on:
|
Quick win here is to add the |
More generally, this issue would be resolved if we had extended the generic host: #1015 |
@lucas-zimerman by any chance did you fix it already? |
@bruno-garcia The doc got updated , Ideally we could create another issue to expand the generic host and close this one. |
When using the following snippet
F# will complain that the type 'ConfigureWebHostBuilder' does not define the field, constructor or member 'UseSentry'.
Weirdly enough, the problem gets solved when including
open Microsoft.AspNetCore.Hosting
The text was updated successfully, but these errors were encountered: