https://github.com/ignatandrei/rscg_demeter
Demeter Law : http://haacked.com/archive/2009/07/14/law-of-demeter-dot-counting.aspx/
https://github.com/ignatandrei/rscg_demeter
Last synced: 12 days ago
JSON representation
Demeter Law : http://haacked.com/archive/2009/07/14/law-of-demeter-dot-counting.aspx/
- Host: GitHub
- URL: https://github.com/ignatandrei/rscg_demeter
- Owner: ignatandrei
- License: mit
- Created: 2025-03-22T14:46:33.000Z (25 days ago)
- Default Branch: main
- Last Pushed: 2025-03-29T17:45:32.000Z (18 days ago)
- Last Synced: 2025-03-29T18:32:13.848Z (18 days ago)
- Language: C#
- Size: 40 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- RSCG_Examples - https://github.com/ignatandrei/rscg_demeter/
README
# RSCG_Demeter
Demeter Law : http://haacked.com/archive/2009/07/14/law-of-demeter-dot-counting.aspx/# Usage
Add the package RSCG_Demeter to the csproj
```xml
```Then build the project - the analyzer will run and show the errors in the error list.
## Export
Add this to the csproj
```xml
../YourProjectName.csproj.txt
```
And the file YourProjectName.csproj.txt will be generated with the errors.