We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Related: #103
Setup CodeQL analysis using GitHub Actions: https://github.com/decline-cookies/anvil-csharp-core/security/code-scanning Consider running dotnet clean and dotnet restore steps like GitHub's autobuild does.
dotnet clean
dotnet restore
csproj
See test implementation at https://github.com/mbaker3/anvil-csharp-core/blob/main/.github/workflows/codeql-analysis.yml
Make sure Logging and core projects are analyzed using both their dot net core and msbuild versions.
The text was updated successfully, but these errors were encountered:
Partially completed by #125 but requires additional work outlined in this comment #125 (review)
Sorry, something went wrong.
No branches or pull requests
Related: #103
Setup CodeQL analysis using GitHub Actions:
https://github.com/decline-cookies/anvil-csharp-core/security/code-scanning
Consider running
dotnet clean
anddotnet restore
steps like GitHub's autobuild does.csproj
. It only builds the logging project.See test implementation at
https://github.com/mbaker3/anvil-csharp-core/blob/main/.github/workflows/codeql-analysis.yml
Make sure Logging and core projects are analyzed using both their dot net core and msbuild versions.
Bonus
The text was updated successfully, but these errors were encountered: