question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

How to make external types known to plumier's paramter binding?

See original GitHub issue

I’m working with geojson objects, some fields are of type Point of geojson package. Plumier says: warning Parameter binding skipped because Point doesn't have type information.

Is there a way to make plumier know the Point type?

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:5 (1 by maintainers)

github_iconTop GitHub Comments

1reaction
almontassercommented, Jul 10, 2021

Thanks. And I’ll do my best spreading the word. I love working with the framework.

1reaction
ktutnikcommented, Jul 8, 2021

Btw its Out Of Topic

I write a Medium story about the best practice on using First Class Entity.

If you find the story useful please help spread it in your social media, to make Plumier getting more attention to the community.

Thanks!

Read more comments on GitHub >

github_iconTop Results From Across the Web

Parameter binding in Minimal API applications | Microsoft Learn
Parameter binding for minimal APIs binds parameters through dependency injection when the type is configured as a service.
Read more >
Parameter Binding - cs.wisc.edu
Parameter Binding. Almost all programming languages have some notion of binding an actual parameter (provided at the point of call) to a formal...
Read more >
Binding | Revit - Autodesk Knowledge Network
Use an InstanceBinding or a TypeBinding object to create a new Binding object that includes the categories to which the parameter is bound....
Read more >
Adding a Category to a Shared Parameter Binding
Answer: Just make a collection of all the categories that you wish to bind your shared parameter to, put them all into the...
Read more >
Controller - Plumier
This is useful when you have non controller class inside controller/ directory. ... Model binding: Bind request body into parameter which is of...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found