-
**Goal**
I am trying to edit at runtime a .cshtml view defined in a razor class library and see the effects of my modifications without restarting the application, thus achieving runtime compilatio…
-
Attempting to install the latest version from Nuget into a recently upgraded v6.2.4 project and I am getting an error and rollback for some reason? uComponents only dependency is UmbracoCms.Core and i…
-
### Description
We are using the SkiaSharp library to generate an image using SKData in an ASP.NET MVC application. When running the MVC application as multiple sites(Use same folder for all the si…
-
Provide a way to validate messages, similar to ASP.NET Core MVC's model validation - https://docs.microsoft.com/aspnet/core/mvc/models/validation
Potential solution: https://github.com/envoyproxy/p…
-
1. Copy Code from [EF-RP 6.0 project](https://github.com/dotnet/AspNetCore.Docs/tree/main/aspnetcore/data/ef-rp/intro/samples/cu60) to [cu90](https://github.com/dotnet/AspNetCore.Docs/tree/main/asp…
-
Currently the **System.Web.Mvc.dll** (version **5.2.3**) is embedded within the MvcPaging project. When used in a web project which uses the latest version (**5.2.4**), the following warning of DLL ve…
-
### Description
https://learn.microsoft.com/en-us/aspnet/core/mvc/views/razor?view=aspnetcore-8.0#conditional-attribute-rendering
Conditional attribute rendering does not work for data atrtibute…
-
## Old
``` HTML
@addTagHelper "*, Microsoft.AspNet.Mvc.TagHelpers"
@removeTagHelper "*, Microsoft.AspNet.Mvc.TagHelpers"
@tagHelperPrefix "th:"
```
## New
```
@addTagHelper *, Microsoft.AspNet.Mvc.T…
-
### Description
In the `EditPost` action method, the `DbUpdateException` is caught to add a ModelState error. To display this error to the user, the code should re-render the same Edit view. But …
-
When using Unity with ASP.NET Web API project i added the following packages
```
```
However, I can not use `PerRequestLifetimeManager` because it is not part of `Unity.AspNet…