dotnet / dotnet/efcore

Use new .NET 8 exception helpers

Open
#31,268 0 comments 1 reaction 0 assignees View on GitHub
Dominant language
C#
Stars
14.8k
Forks
3.4k
PR merge metrics
PR metrics pending

Description

Before | After
--- | ---
Check.NotNull | ArgumentNullException.ThrowIfNull
Check.NotEmpty | ArgumentException.ThrowIfNullOrEmpty

There's also a few on `ArgumentOutOfRangeException` that we might be able to use.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.