Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 7 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
# [:] Example Dotnet Project
[:] Example Dotnet Project

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

## Try me!
# Try me!

For running scan install .NetFramework and msbuild

### Windows
###Windows


```
choco install srcclr
Expand All @@ -16,7 +17,8 @@ msbuild example-dotnet/
srcclr scan example-dotnet/
```

### OSX
## OSX
#DDD
```
brew tap srcclr/srcclr
brew install srcclr
Expand All @@ -25,3 +27,4 @@ git clone https://github.com/srcclr/example-dotnet
msbuild example-dotnet/
srcclr scan example-dotnet/
```
Test 1