We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d77096c + 6226435 commit fb67394Copy full SHA for fb67394
steering_docs/dotnet-tech/basics.md
@@ -30,6 +30,8 @@ Generate interactive scenarios that demonstrate complete workflows using multipl
30
- **Comprehensive**: Cover setup, demonstration, examination, and cleanup
31
- **Error Handling**: Graceful error handling with user-friendly messages
32
- **Wrapper Classes**: MUST use service wrapper classes for all operations
33
+- **Namespaces**: MUST use file-level namespaces that match the project names
34
+- **Using Statements**: MUST cleanup unused using statements
35
36
## File Structure
37
```
0 commit comments