Skip to content

chore(deps): bump Roslynator.Analyzers from 4.12.9 to 4.12.10 #1072

chore(deps): bump Roslynator.Analyzers from 4.12.9 to 4.12.10

chore(deps): bump Roslynator.Analyzers from 4.12.9 to 4.12.10 #1072

Workflow file for this run

name: CI
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
workflow_dispatch:
inputs:
dotnet-logging:
required: true
type: choice
default: minimal
options:
- quiet
- minimal
- normal
- detailed
- diagnostic
jobs:
all:
name: Build & Tests
uses: dailydevops/pipelines/.github/workflows/cicd-dotnet.yml@0.12.47
with:
dotnet-logging: ${{ inputs.dotnet-logging }}
dotnet-version: ${{ vars.NE_DOTNET_TARGETFRAMEWORKS }}
enableSonarQube: true
solution: ./Extensions.Test.sln
secrets: inherit