From 86735a5afde336d8f1d4dea8feda84e84408a1e3 Mon Sep 17 00:00:00 2001 From: Shaun Walker Date: Fri, 15 Aug 2025 14:15:13 -0400 Subject: [PATCH] Update README.md --- Oqtane.Application/README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Oqtane.Application/README.md b/Oqtane.Application/README.md index 3c0a3897..5b4de06c 100644 --- a/Oqtane.Application/README.md +++ b/Oqtane.Application/README.md @@ -13,3 +13,9 @@ When using this approach you do not need to have a local copy of the oqtane.fram The solution contains an AppHost project which must be identified as the Startup project. It is only responsible for loading the development environment and launching the Oqtane framework. The solution also contains Build, Client, Server, and Shared folders which is where you you would implement your custom functionality. An example module and theme are included for reference, and you can add additional modules and themes within the same projects by following the standard Oqtane conventions. + +*Known Issues* + +- do not use the term "Oqtane" in your output name or else you will experience namespace conflicts +- the application's *.nuspec file should be included in the *.nupkg package however Nuget is excluding it +- when calling "dotnet new" the PostBuild section in the Oqtane.Application.Build.csproj is being modified - not sure why