Joel Mitchell
Joel Mitchell
Are you looking to CC to one or two mail addresses or a larger distribution list? The underlying `IMailDispatchService` service supports sending mail in batches, so we could look at...
@dumboster see #323
This is a feature of ASP.NET that was removed in .NET Core (child actions used to support this and that's how we used to handle it). I was hoping that...
`IApiResponseHelper` is deliberately separate to the ASP.NET Core controller configuration so that any changes you make to the ASP.NET defaults don't break the admin panel, and visa versa - we...
There's no IdentityServer4 sample yet, but we'll likely be lookin at it in one of the upcoming released as part of the user management functionality. Typically when we've done SSO...
Hi there, I've just re-cloned the sample and ran it from scratch on my machine and it works (VS 2019 (16.11.10) / .NET Core 3.1 latest build) so I think...
I wouldn't expect the zip to be any different. I've not got around to installing 2022 yet, but it could well be something to do with that as I think...
I installed VS2022 to try and replicate the issue but didn't run into it. I've also been using it for the last week to upgrade all the project and haven't...
@irdublu thanks for posting this, that's really helpful. It sounds like you're saying that it's a path length issue rather than specifically a file name length issue. Do you have...
Issue #343 and #332 both reference grouping of items in the admin menu. A way to customize the groupings of those items into sub-menus would be useful.