Dries

Results 7 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...

Suggestion ... 'prefer...' Would make you think that a preview needs to be selected over a stable one. I would use 'allowPreviewVersions' which would either select the latest stable or...

Hi @StephenWeatherford, My intention was not to break any ongoing development. I rarely comment on GitHub issues/pr's, and must admit that I missed the status change to 'In Progress'. No...