From 8fdff893f3b0d6fbec12524d23f79562ffe02ebc Mon Sep 17 00:00:00 2001 From: Mark Davis <311063+markdav-is@users.noreply.github.com> Date: Wed, 10 Sep 2025 17:28:36 -0700 Subject: [PATCH] Update Oqtane specific guidelines with repo link (#240) --- instructions/oqtane.instructions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/instructions/oqtane.instructions.md b/instructions/oqtane.instructions.md index bd186da..ef39ab7 100644 --- a/instructions/oqtane.instructions.md +++ b/instructions/oqtane.instructions.md @@ -28,7 +28,7 @@ applyTo: '**/*.razor, **/*.razor.cs, **/*.razor.css' - Always use the latest version C#, currently C# 13 features like record types, pattern matching, and global usings. ## Oqtane specific Guidelines - +- See base classes and patterns in the [Main Oqtane repo](https://github.com/oqtane/oqtane.framework) - Follow client server patterns for module development. - The Client project has various modules in the modules folder. - Each action in the client module is a seperate razor file that inherits from ModuleBase with index.razor being the default action.