Dries

Results 5 comments of Dries

Don't you use the app.UseEndpoints? If you are, you can do. ``` app.UseEndpoints(x => { x.MapInstantAPIs(config => { config.IncludeTable(db => db.Contacts, ApiMethodsToGenerate.All, "addressBook"); }); x.MapControllers(); // example of what you...

No problem, if there is something I can change, so it is more tangible, let me know. It was a sort of concept or set of ideas to solve the...

So I tried to break up the single commit in different steps to make it more understandable and rebased it from the new main branch. If there is anything else...

Hi Jeff, thanks for the response. I do understand the problem, therefore I had broken up my single big commit in little commits. The thing I'm a bit lost with...

Hi @Wayne-Mather not sure what you think went wrong. But usually when you use rebase -i and changed the commit history. You need to push --force those changes otherwise it...