An open API service indexing awesome lists of open source software.

https://github.com/veracode/example-dotnet

Example project to demonstrate srcclr scans
https://github.com/veracode/example-dotnet

Last synced: 6 months ago
JSON representation

Example project to demonstrate srcclr scans

Awesome Lists containing this project

README

          

# [:] Example Dotnet Project

An example dotnet project to demonstrate [srcclr](https://www.srcclr.com) scans.

## Try me!

For running scan install .NetFramework and msbuild

### Windows

```
choco install srcclr
srcclr activate
git clone https://github.com/srcclr/example-dotnet
msbuild example-dotnet/
srcclr scan example-dotnet/
```

### OSX
```
brew tap srcclr/srcclr
brew install srcclr
srcclr activate
git clone https://github.com/srcclr/example-dotnet
msbuild example-dotnet/
srcclr scan example-dotnet/
```