-
I opened this as a blank issue, because it's primarily a question, but it could be a bug in the end too. I originally opened [this topic on SO](https://stackoverflow.com/questions/65618656/is-it-norma…
-
I am pleased to announce a prerelease of CSLA .NET version 4.9.0.
### Dependabot and NuGet dependencies
We've started using Dependabot to help keep NuGet dependencies current. As a result, the fol…
-
Moved from https://github.com/dotnet/AspNetCore.Docs/issues/17145 by @djhmateer
When scaffolding out the Identity code and I have C#8 nullable ref types checking set in the .csproj
```
enable
…
-
Should we start by checking which skills (or wishes) there are available for the tech stack? We can start a ASP.NET Core MVC application with an angular front-end, but if there aren't any contributors…
-
### Describe the bug
ApiExplorer fails to recognise `FileResult` as producing a response, possibly because of [this line](https://github.com/dotnet/aspnetcore/blob/main/src/Mvc/Mvc.ApiExplorer/src/…
-
### Describe the bug
There seems to be a regression in Razor. I have a block of code to show Notifications in an MVC app. I am upgrading the .Net 4.72 version to .Net5 (yes, I'm brave). But when …
-
When using ASP.NET's [previous built-in bundling/minification capabilities](https://docs.microsoft.com/en-us/aspnet/mvc/overview/performance/bundling-and-minification), you could register a bundle, re…
-
### Describe the bug
When using DisplayAttribute on nullable variables, the ViewData.ModelMetadata is set to default model data for the generic variable type. This leads to any data set to ViewData.M…
-
### Acceptance criteria:
- [x] Add identity to our solution
- [x] Make identity work with our solution so users can register and login
- [x] Create two users as specified in the description.
- […
-
**I want to use efcore.jet 2.2.0 in my asp.netcore 2.2.0 project.
But I got a exception as below:**
System.InvalidOperationException: 'No database provider has been configured for this DbContext. …