-
The backend architecture currently violates the MVC (Model-View-Controller) pattern by including logic within route files. To enhance code clarity and maintainability, refactor the codebase to strictl…
-
**Description:**
I would like to add MVC (Model-View-Controller) capability to the Pancake toolkit. This will enhance the toolkit's ability to handle both web and API requests, allowing structured ro…
-
I'm attempting to integrate swagger with an existing node app. by following [these instructions](https://github.com/shawngong/Swagger-Node-Express-For-Existing-APIs). Is there a way you can specify th…
-
Call to undefined method App\Http\Controllers\Admin\RoleController::middleware()
-
basically, when a page/app is rendered on the server side, its data == model, DOM == view and logic == controller are in separate folders inside the project.
Transitioning from Blazor to **ASP.NET …
-
### Description
Currently routing-controllers' defaultErrorHandler is enabled by default.
If I want to do some error logging and error filtering using middleware, it can only happen after the erro…
-
Using a parameter with a string as a value when using EntityFromParameter causes a ParameterParseJsonError to be thrown in routing-controllers.
I've dug down and found out this is because routing-…
-
[EDIT by guardrex to fix the code blocks]
### Description
Your document is hard to follow.
The following code does not work:
```csharp
public class ProductsController : Controller
{
…
-
.swcrc
```json
{
"jsc": {
"loose": true,
"target": "es2020",
"parser": {
"syntax": "typescript",
"decorators": true
},
"t…
-
### Describe the bug
The API endpoint "GET /packages" is not working anymore for the latest aasx-server-blazor-for-demo:main. Since I can't find any version number, here is the timestamp of when it…