•Created by Luca | LeCarbonator on 11/18/2024 in #help
✅ Binding Nested values in RequestBody to Model
it enforces the read to be async, but IModelBuilder throws an error even though it's async
'CollectionBinder' does not implement interface member 'IModelBinder.BindModelAsync(ModelBindingContext)'. 'CollectionBinder.BindModelAsync(ModelBindingContext)' cannot implement 'IModelBinder.BindModelAsync(ModelBindingContext)' because it does not have the matching return type of 'Task'.
'CollectionBinder' does not implement interface member 'IModelBinder.BindModelAsync(ModelBindingContext)'. 'CollectionBinder.BindModelAsync(ModelBindingContext)' cannot implement 'IModelBinder.BindModelAsync(ModelBindingContext)' because it does not have the matching return type of 'Task'.
•Created by Luca | LeCarbonator on 11/15/2024 in #help
Specifying 4xx Details
I‘m curious how the default formatting works if I don‘t pass anything to the function
It doesn‘t seem editable on its own, but perhaps I can manually create it and then pass it as parameter
•Created by Luca | LeCarbonator on 11/13/2024 in #help
✅ Is it possible to access a Controller's URI at runtime?
Either one is of help, since the href should already be a filled out URL
At least I don't expect to change my endpoints constantly, so that is okay to be hardcoded for this size of a project