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.

Using 3rd party assembly routines in Custom Methods

See original GitHub issue

@frhagn - we are yet another grateful consumer of your handy package. thank you!

i was hoping to use Humanizer nuget package to do some automatic property name camelCasing… i thought it’d be simple using Humanizer; but it seems the TypeWriter template context is only aware of Microsoft, System & Typewriter namespaces.

Any help?

image

Issue Analytics

  • State:open
  • Created 6 years ago
  • Comments:14 (5 by maintainers)

github_iconTop GitHub Comments

3reactions
rodro75commented, Jul 3, 2018

Hi @pbarranis ,

I actually implemented the original feature request and made a PR for it (#274). Stay tuned!

-Rodro-

2reactions
rodro75commented, Nov 21, 2017

Yes, that would be great! I have a standard tst that I use in several solutions and what really change are a bunch of parameters. Right now whenever I find some problem in my template I have to copy and paste the fix in dozens of files…

Read more comments on GitHub >

github_iconTop Results From Across the Web

Retaining Compatibility To Assembly With inline Functions
My current approach is to write inline functions (with >= GNU99, -O3 inlines the function, anything else calls an external definition of that ......
Read more >
Custom Action with 3rd party dll not loading
Hello, I have been struggling to figure out why a 3rd party dll will not load during a Custom Action. I have a...
Read more >
Assembly Loading across AppDomains - Rick Strahl's Web Log
The problem is that the assembly can be generated in any location the user chooses and the user might generate the assembly multiple...
Read more >
Initialization of Mixed Assemblies
The custom locale function definitions can be compiled to native code by using the #pragma unmanaged directive. Refrain from setting the custom ......
Read more >
Calling function from other scripts c# - Unity Forum
So the hard part is getting a handle to your other script. If the objects already exist in the game scene, then you...
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