Add FMOQ0012 code fix for Protected SendAsync HTTP setups (#86) #34
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: CI (master) | |
| on: | |
| push: | |
| branches: | |
| - master | |
| concurrency: | |
| group: master-ci | |
| cancel-in-progress: true | |
| jobs: | |
| call-template: | |
| uses: ./.github/workflows/template_ci.yml | |
| with: | |
| projects: "FastMoq.Tests/FastMoq.Tests.csproj FastMoq.Tests.Web/FastMoq.Tests.Web.csproj FastMoq.Analyzers.Tests/FastMoq.Analyzers.Tests.csproj" | |
| frameworks: '["8.0.x","9.0.x","10.0.x"]' |