Troubleshooting¶
Coming Soon
This documentation is under development. Check back soon for common issues and solutions.
Overview¶
This page will provide solutions to common problems encountered when using DecoWeaver.
Planned Content¶
- Generator not running
- Decorators not being applied
- Circular dependency errors
- Generic type resolution issues
- C# language version errors
- IDE integration issues
- Build warnings and how to resolve them
- Diagnostic error codes (DECOW###)
Quick Diagnostics¶
While detailed troubleshooting content is being developed, here are some quick checks:
Verify Installation¶
Check Generated Files¶
Look in obj/Debug/{targetFramework}/generated/DecoWeaver/ for generated interceptor code.
Verify C# Version¶
Ensure your project targets C# 11 or later:
Check Build Output¶
Look for DecoWeaver diagnostics with code DECOW### in build output.
Getting Help¶
If you encounter issues not covered here:
- Check existing GitHub Issues
- Review the Requirements page
- Open a new issue with reproduction steps
See Also¶
- Requirements - Prerequisites and configuration
- How It Works - Understanding the generation process