Skip to content

Commit d975b91

Browse files
author
Ralf
committed
improved readme
1 parent 07c2f5c commit d975b91

1 file changed

Lines changed: 5 additions & 7 deletions

File tree

README.md

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,20 @@
11
[![.github/workflows/main.yaml](https://github.com/vescon/ScriptVerifier/actions/workflows/main.yaml/badge.svg?branch=main)](https://github.com/vescon/ScriptVerifier/actions/workflows/main.yaml)
22
[![NuGet](https://img.shields.io/nuget/v/ScriptVerifier.svg)](https://www.nuget.org/packages/ScriptVerifier/)
33

4-
5-
6-
74
# ScriptVerifier
85
Verifies that a C# code uses only permitted types and assemblies
96

107

118
## Supported features
12-
- Specify type names as strings
13-
- Specify referenced assembly names via file location
9+
- Specify allowed types as type name strings
10+
- Specify allowed type names as regex pattern
11+
- Specify referenced assemblies via file paths
1412

1513
## Quickstart
1614

1715
1. Install the ScriptVerifier NuGet package (`Install-Package ScriptVerifier`)
18-
2. Configure a CompilerSetup.
19-
3. Verify C# code with "Verifier"
16+
2. Configure a the ICompilerSetup.
17+
3. Verify C# code with "Verifier.Verify()"
2018

2119
## Sample
2220

0 commit comments

Comments
 (0)