Closed
Description
I noticed we seem to have lots of public APIs that accept reference type parameters not marked as nullable but then don't check that they're actually non-null and throw an ArgumentNullException
when necessary. We should decide what we're doing and review all public APIs for appropriate argument validation.
e.g.
aspire/src/Aspire.Hosting/Extensions/ResourceBuilderExtensions.cs
Lines 92 to 98 in 240cde7
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment