Skip to content

Commit 937b5ff

Browse files
committed
use package command
1 parent 5e7c9af commit 937b5ff

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

ReadMe.md

+3-5
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
11
# ArgumentAssert
22

3-
## Overview
4-
53
`ArgumentAssert` is a library that simplifies asserting conditions on arguments. If the condition is not met, an `ArgumentAssertException` is thrown with a description of the failed check. In addition, the `Assert()` method informs code-analysis that the check must have been true if execution continues.
64

7-
Add the following package reference to include `ArgumentAssert` package in your project.
8-
```xml
9-
<PackageReference Include="ArgumentAssert" Version="1.0.0" />
5+
Run the `dotnet` command from your project folder to add the `ArgumentAssert` package:
6+
```
7+
dotnet add package ArgumentAssert
108
```
119

1210
## Sample: Assertion throws exception

0 commit comments

Comments
 (0)