Skip to content

Commit 6226435

Browse files
committed
Update .NET steering.
1 parent a63ff3c commit 6226435

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

steering_docs/dotnet-tech/basics.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ Generate interactive scenarios that demonstrate complete workflows using multipl
3030
- **Comprehensive**: Cover setup, demonstration, examination, and cleanup
3131
- **Error Handling**: Graceful error handling with user-friendly messages
3232
- **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
3335

3436
## File Structure
3537
```

0 commit comments

Comments
 (0)