-
Hello,
is this compatible with MvcNet Core?
Thank you.
-
User can view a list of books in the homepage
-
What does this mean and how can it be resolved properly?
Package 'Microsoft.AspNet.Mvc 5.2.8' was restored using '.NETFramework,Version=v4.6.1, .NETFramework,Version=v4.6.2, .NETFramework,Version=v4.…
-
Hello,
i'm trying to use the library to authenticate my MVC Web App against a keycloak server. I could do so successfully (and it was very simple) with a Web Api project, but even following the sam…
-
### Description
Include a section about security considerations in for https://learn.microsoft.com/en-us/aspnet/core/blazor/file-uploads?view=aspnetcore-8.0#file-size-read-and-upload-limits
In add…
-
All these issues are result of people trying to redirect to a URL that is not all ASCII. Resolution seems to be "you should have encoded your URL".
https://github.com/aspnet/Home/issues/2678
https…
-
Would it be a possibility to separate the NuGet packages? eg Postal.Core and then Just the ViewResults & MVC specific related items separately?
For instance, If I would like to just use Postal in…
-
I _think_ the T4MVC T4 template will work with AspNet Core MVC 1, but `T4MVCExtensions` doesn't compile against `coreclr`.
We also need #64 before we can ship this.
-
### Description
Noticed a few things to look at for possible updates ...
1. WRT the model validation article (*Built-in attributes* section) at ...
https://learn.microsoft.com/en-us/aspnet/core/…
-
## Steps to reproduce:
Once the ASP.NET MVC Core Web App has been created, run the following commands using the dotnet CLI:
dotnet tool install -g dotnet-aspnet-codegenerator
dotnet add package Mic…