Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 517 Bytes

File metadata and controls

27 lines (21 loc) · 517 Bytes

[:] Example Dotnet Project

An example dotnet project to demonstrate srcclr 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/