Version 4 Add/Remove/Change #76
Replies: 2 comments 6 replies
-
Is It possible something like graphql endpoints (ref)? ...
let main args =
webHost args {
endpoints [
gql query "people" ( blablabla )
gql mutation "people" ( blablabla )
]
}
0 |
Beta Was this translation helpful? Give feedback.
-
Any thoughts on upgrading to the new WebApplicationBuilder & IHostBuilder? not a huge change but would sacrifice < 6.0 support. Not sure how important that is to Falco. I have a deprecation warning from Serilog.AspNetcore The builder is generally pretty easy to extend & use, not sure it needs to be marketed as Falco centric; not a request, just have thoughts bubbling on what 'extensions' could look like I was actually just about to use it for a web host with health checks but not Falco features. |
Beta Was this translation helpful? Give feedback.
-
Version 4 is actively being developed. What would you like to see added, removed or changed?
Beta Was this translation helpful? Give feedback.
All reactions