On IServiceProvider what are the differences between the GetRequiredService and GetService methods?

Viewed 14357

What are the differences between IServiceProvider.GetRequiredService() and IServiceProvider.GetService()?

When is it a better idea to use GetRequiredService()?

2 Answers
Related