You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: Replace Argument.ThrowIfNull with ArgumentNullException.ThrowIf… (#401)
* feat: Replace Argument.ThrowIfNull with ArgumentNullException.ThrowIfNull for built-in null checking
- Remove NetEvolve.Arguments using directives where no longer needed
- Remove coverlet.collector from Directory.Packages.props and test project
- Clean up unused using directives in several files
* fix: Add permissions section to CI workflow for enhanced access control
0 commit comments