FaustVX/PrimaryParameter
Using a Field or Property attribute on parameters. Automaticaly generate private readonly fields or private properties. Forbid the use of primary constructor's parameters.
C#MIT
Issues
- 5
Generated Code Emits CS1591
#8 opened by Documidas - 0
Add code-fix
#1 opened by FaustVX - 0
`PC04` Change attribute to `Field`
#5 opened by FaustVX - 0
`PC05` Change attribute to `Field`
#6 opened by FaustVX - 0
`PC02` Remove attribute
#3 opened by FaustVX - 0
`PC03` Remove attribute
#4 opened by FaustVX - 0
`PC01` Replace with correct member
#2 opened by FaustVX