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.
1 parent 19d9a3f commit 8fdff89Copy full SHA for 8fdff89
instructions/oqtane.instructions.md
@@ -28,7 +28,7 @@ applyTo: '**/*.razor, **/*.razor.cs, **/*.razor.css'
28
- Always use the latest version C#, currently C# 13 features like record types, pattern matching, and global usings.
29
30
## Oqtane specific Guidelines
31
-
+- See base classes and patterns in the [Main Oqtane repo](https://github.com/oqtane/oqtane.framework)
32
- Follow client server patterns for module development.
33
- The Client project has various modules in the modules folder.
34
- Each action in the client module is a seperate razor file that inherits from ModuleBase with index.razor being the default action.
0 commit comments