Skip to content

Instantly share code, notes, and snippets.

@wullemsb
Created October 25, 2025 14:24
Show Gist options
  • Select an option

  • Save wullemsb/4f5dac83eb35ba2af00cacee602912b0 to your computer and use it in GitHub Desktop.

Select an option

Save wullemsb/4f5dac83eb35ba2af00cacee602912b0 to your computer and use it in GitHub Desktop.
services.AddScoped<OrderService>(); // Depends on IPaymentProcessor
// Oops! Forgot to register IPaymentProcessor
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment