Skip to content

* FPS: BA2004.EnableSecureSourceCodeHashing now will no longer generate false positives for UWP App regarding dummy.obj. #1421

* FPS: BA2004.EnableSecureSourceCodeHashing now will no longer generate false positives for UWP App regarding dummy.obj.

* FPS: BA2004.EnableSecureSourceCodeHashing now will no longer generate false positives for UWP App regarding dummy.obj. #1421

Workflow file for this run

name: dotnet format
on:
pull_request:
branches: [ main ]
jobs:
check-format:
runs-on: windows-latest
steps:
- name: check out code
uses: actions/checkout@v3
- name: Install format tool
run: dotnet tool install -g dotnet-format
- name: dotnet format
run: dotnet-format --folder --check --exclude .\src\sarif-sdk\