Skip to content

Commit ca525f5

Browse files
Merge branch 'main' into best-practices-statelessness
2 parents 1b086c6 + c0c0280 commit ca525f5

1 file changed

Lines changed: 2 additions & 5 deletions

File tree

README.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -42,13 +42,10 @@ If your project references the External Libraries SDK (`OutSystems.ExternalLibra
4242
4343
## TODO
4444

45-
- [ ] Marketplace extensions for Visual Studio Code and Rider.
46-
- [ ] Beyond the rules: info-level guidance for [best practices](https://success.outsystems.com/documentation/outsystems_developer_cloud/building_apps/extend_your_apps_with_custom_code/external_libraries_sdk_readme/#best-practices) (statelessness checks, guidance on large binary files).
47-
- [ ] Explore viability of implementing [OS-ELG-MODL-05009](https://www.outsystems.com/tk/redirect?g=OS-ELG-MODL-05009).
48-
- [ ] Explore [`CodeFixProvider`](https://learn.microsoft.com/en-us/dotnet/api/microsoft.codeanalysis.codefixes.codefixprovider?view=roslyn-dotnet-4.9.0) for auto-fixable rules.
45+
See [here](https://github.com/jonathanalgar/CustomCode-Analyzer/issues?q=is%3Aopen+is%3Aissue+label%3Aenhancement).
4946

5047
## Contributing
5148

5249
Please report bugs and feature requests [here](https://github.com/jonathanalgar/CustomCode-Analyzer/issues/new/choose).
5350

54-
PRs are welcome. Code quality improvements, features (especially those in the TODO list) and documentation improvements are all welcome 🤗 All changes to Analyzer code should pass all existing tests (`dotnet test`) and all new features should be covered by new tests.
51+
PRs are welcome. Code quality improvements, new features (especially those unassigned and listed [here](https://github.com/jonathanalgar/CustomCode-Analyzer/issues?q=is%3Aopen+is%3Aissue+label%3Aenhancement)) and documentation improvements are all welcome 🤗 All changes to Analyzer code should pass all existing tests (`dotnet test`) and all new features should be covered by new tests.

0 commit comments

Comments
 (0)