Skip to content

Conversation

@glucaci
Copy link
Member

@glucaci glucaci commented Feb 22, 2025

Work in progress...

  • Add Azure Service Bus Emulator with possibility of custom configuration
  • Add all the resources from ComposeResource to a default compose network

Stuffs not supported and kind of needed:

Copy link
Member

@nscheibe nscheibe left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Well done. Just some little comments.

</PropertyGroup>

<ItemGroup>
<PackageReference Include="Azure.Messaging.ServiceBus" Version="7.18.0" />
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we have no central package management?


public record UserConfig(
Namespace[] Namespaces,
Logging Logging);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I would prefer a line break between the records.


return new Status { IsReady = true };
}
catch (Exception ex)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I would somehow not swallow the exception, is there a possibility to add it to the Status, or so, at least the message?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants