We welcome contributions. If you want to contribute to existing issues, check the help wanted or good first issue items in the backlog.
If you have new ideas or want to complain about bugs, feel free to create a new issue.
To update SquiggleCop baselines, run this command and review and commit the results:
dotnet clean && dotnet build /p:PedanticMode=true /p:SquiggleCop_AutoBaseline=true
$(PedanticMode)
turns on the CI configuration (e.g. TreatWarningsAsErrors
) and $(SquiggleCop_AutoBaseline)
automatically accepts the new baseline.