File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
85Verifies 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
17151 . 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
You can’t perform that action at this time.
0 commit comments