Fix to disable RXUISG0016 analyzer for read-only properties #137
Workflow file for this run
This file contains 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: Build | |
on: | |
push: | |
branches: [ main ] | |
pull_request: | |
branches: [ main ] | |
env: | |
productNamespacePrefix: "SourceGenerators" | |
jobs: | |
build: | |
uses: reactiveui/actions-common/.github/workflows/workflow-common-setup-and-build.yml@main | |
with: | |
configuration: Release | |
productNamespacePrefix: "SourceGenerators" | |
installWorkflows: false |