NServiceBus.AzureFunctions 1.0.1 – Patch release available

Hi everyone,

We’ve just released NServiceBus.AzureFunctions 1.0.1.

Fixed bugs

  • #129 Fix configure method discovery to accept flexible naming conventions

How to know if you are affected

You are affected if you have endpoint names containing non-alphanumeric characters (such as hyphens, dots, or underscores) and you prefer to use those characters in your configure method name — for example, naming the method ConfigureMy_Backend for an endpoint named "my-backend".

Symptoms

The source generator required the configure method name to follow an exact canonical form. For an endpoint named "my-backend", only ConfigureMybackend was accepted. Names like ConfigureMy_Backend, ConfigureMyBackend, or configure_my_backend were rejected with the error NSBFUNC006: missing 'ConfigureMybackend' configuration method, even though the method existed and had a valid signature.

When to upgrade

You should upgrade if you are affected.

Where to get it

You can install NServiceBus.AzureFunctions 1.0.1 from NuGet.

Please read our release policy for more details.

With thanks,
The team in Particular