Skip to content

Commit fb67394

Browse files
author
Tejas Ganesh Naik
committed
adding java and kotlin steering directories
2 parents d77096c + 6226435 commit fb67394

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)