Skip to content

fix(csharp): preserve constructor param name when property is renamed to avoid class-name clash #575

fix(csharp): preserve constructor param name when property is renamed to avoid class-name clash

fix(csharp): preserve constructor param name when property is renamed to avoid class-name clash #575

name: 'Dependency Review'
on: [pull_request]
permissions:
contents: read
jobs:
dependency-review:
runs-on: ubuntu-latest
steps:
- name: 'Checkout Repository'
uses: actions/checkout@v6
- name: Dependency Review
uses: actions/dependency-review-action@v3
with:
fail-on-severity: high