mirror of
https://github.com/hohn/codeql-intro-csharp.git
synced 2025-12-16 18:53:05 +01:00
remove dotnet project setup
This commit is contained in:
committed by
=Michael Hohn
parent
445dd2dd81
commit
7d27a9281c
14
README.org
14
README.org
@@ -37,11 +37,6 @@
|
||||
brew install --cask dotnet-sdk
|
||||
dotnet --version
|
||||
|
||||
# Create template project
|
||||
mkdir HelloWorld
|
||||
cd HelloWorld
|
||||
dotnet new console
|
||||
|
||||
# Compile template project
|
||||
cd ~/work-gh/codeql-intro-csharp/HelloWorld/
|
||||
dotnet build
|
||||
@@ -53,14 +48,8 @@
|
||||
|
||||
#+END_SRC
|
||||
** SQL Injection Sample
|
||||
These are detailed steps. The next section is higher level.
|
||||
#+BEGIN_SRC sh
|
||||
# Project Setup
|
||||
cd ~/work-gh/codeql-intro-csharp/
|
||||
dotnet new console -n SqliDemo
|
||||
cd SqliDemo
|
||||
|
||||
dotnet add package Microsoft.Data.Sqlite
|
||||
|
||||
# Database Init
|
||||
cd ~/work-gh/codeql-intro-csharp/SqliDemo
|
||||
sqlite3 users.sqlite
|
||||
@@ -285,7 +274,6 @@
|
||||
- /Users/hohn/local/codeql-cli-end-to-end/doc/readme.md
|
||||
- /Users/hohn/local/codeql-cli-end-to-end/sarif-cli/non-sarif-metadata/README.org
|
||||
|
||||
|
||||
* TODO Optional: Multiple Builds
|
||||
#+BEGIN_SRC sh
|
||||
dotnet sln codeql-intro-csharp.sln list
|
||||
|
||||
Reference in New Issue
Block a user