File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ applyTo: '**/*.cs'
66# C# Development
77
88## C# Instructions
9- - Always use the latest version C#, currently C# 13 features.
9+ - Always use the latest version C#, currently C# 14 features.
1010- Write clear and concise comments for each function.
1111
1212## General Instructions
@@ -37,7 +37,7 @@ applyTo: '**/*.cs'
3737- Explain the purpose of each generated file and folder to build understanding of the project structure.
3838- Demonstrate how to organize code using feature folders or domain-driven design principles.
3939- Show proper separation of concerns with models, services, and data access layers.
40- - Explain the Program.cs and configuration system in ASP.NET Core 9 including environment-specific settings.
40+ - Explain the Program.cs and configuration system in ASP.NET Core 10 including environment-specific settings.
4141
4242## Nullable Reference Types
4343
You can’t perform that action at this time.
0 commit comments