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.

Service Bus BrokeredMessage support for F#

See original GitHub issue

Currently only works with C#, in F# I get the following error

mscorlib: Method not found: 'Void Microsoft.Azure.WebJobs.ServiceBusTriggerAttribute..ctor(System.String, System.String, Microsoft.ServiceBus.Messaging.AccessRights)'

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:14 (9 by maintainers)

github_iconTop GitHub Comments

1reaction
fabiocavcommented, Oct 6, 2016

Mathew’s recommendation was good and should work, sot it looks like we have an issue here. We’ll investigate and update this with our findings.

0reactions
fabiocavcommented, Nov 24, 2016

Yes, you can set your FUNCTIONS_EXTENSION_VERSION app setting to ~0.9 in the meantime.

I was also able to repro this, so we’ll have a fix out ASAP

Read more comments on GitHub >

github_iconTop Results From Across the Web

BrokeredMessage Class (Microsoft.ServiceBus.Messaging)
Initializes a new instance of the BrokeredMessage class using the supplied stream as its body. Properties. ContentType. Gets or sets the type of...
Read more >
Azure Functions v2 BrokeredMessage as input from ...
... Bus Trigger documentation saying that the Service Bus message in Azure Functions V2 supports Meessage instead of BrokeredMessage .
Read more >
service-bus-amqp-java.md
The BrokeredMessage type supports application properties of the following types: byte, sbyte, char, short, ushort, int, uint, long, ulong, float, double, ...
Read more >
Introducing Queues and Topics in Azure Service Bus
Queues and Topics introduce a new message class called BrokeredMessage. The BrokeredMessage class represents a unit of communication between ...
Read more >
Service Bus forum - RSSing.com
I have encountered a strange error where messages directly get into dead letter queue without even processing. The QueueClient.
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