Skip to content

Commit

Permalink
Linking LGHA in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Piedone committed Mar 13, 2024
1 parent 3fafed4 commit 4324b3c
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Using the analyzers during command line builds

The following notes are useful if you're building not from within and IDE but from the command line, like in a CI environment. **Note** the instructions for non-SDK-style .NET Framework projects at the bottom; those projects can't use `dotnet build`!
The following notes are useful if you're building not from within and IDE but from the command line, like in a CI environment. For CI builds we recommend using [Lombiq GitHub Actions](https://github.com/Lombiq/GitHub-Actions).

**Note** the instructions for non-SDK-style .NET Framework projects at the bottom; those projects can't use `dotnet build`!

## Showing analyzer warnings during `dotnet build`

Expand Down

0 comments on commit 4324b3c

Please sign in to comment.