remove dotnet project setup

This commit is contained in:
Michael Hohn
2024-12-04 12:14:54 -08:00
committed by =Michael Hohn
parent 445dd2dd81
commit 7d27a9281c

View File

@@ -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