dotnet-starter-kit icon indicating copy to clipboard operation
dotnet-starter-kit copied to clipboard

Production Grade Cloud-Ready .NET 9 Starter Kit (Web API + Blazor Client) with Multitenancy Support, and Clean/Modular Architecture that saves roughly 200+ Development Hours! All Batteries Included.

Results 150 dotnet-starter-kit issues
Sort by recently updated
recently updated
newest added

Dear Team, I am reaching out to address an ongoing concern related to CORS (Cross-Origin Resource Sharing) that we have been encountering since the migration to .Net 7.0. To provide...

**Describe the bug** Compile time issue with registering MediatR when nuget update MediatR, no PR Files affected: FSH.WebApi.Infrastructure => Startup.cs FSH.WebApi.Application => Startup.cs Change: From .AddMediatR(assembly); to .AddMediatR(cfg => cfg.RegisterServicesFromAssembly(Assembly.GetExecutingAssembly()));

I created a new brand controller and put it under the v2 folder. I wrote the following code and when swagger runs I get an error Am I making a...

**Description** When updating a user, RefreshSignInAsync is called: https://github.com/fullstackhero/dotnet-webapi-boilerplate/blob/60de9b802d799ea3b4b3b35d4c5b62e32d98d410/src/Infrastructure/Identity/UserService.CreateUpdate.cs#L177 According to my research this re-reads the claims from the cookie and updates the cookie and in our case sets a...

Could you consider using [**wolverine** ](https://github.com/JasperFx/wolverine) instead of MediatR and message bus in .NET 8? The as described by the repository, Wolverine is Next Generation .NET Mediator and Message Bus.

Hello, I'm trying to use it, but it gives me an error, is it because the field I want to search or filter is a list? PARAMETER `{"advancedSearch":{"fields":["otherDocuments.ref"],"keyword":"20"},"keyword":"7778","pageNumber":0,"pageSize":10,"orderBy":["xml descending"],]}}` `public...

Hi , Could you please add an example or documentation about how use advancedFilter logic??

documentation
good first issue

** Problem: I am trying to create an API endpoint without requiring permissions to access. I created a controller with a method that does not have the `MustHavePermission` attribute, but...

Removal of deprecated package in Application layer - **MediatR.Extensions.Microsoft.DependencyInjection version 11.1.0** ![image](https://github.com/fullstackhero/dotnet-webapi-boilerplate/assets/35074006/7288b8c7-9a58-4e2e-8431-b7620382960a)

**Is your feature request related to a problem? Please describe.** I would be great, if we could search through collections of data. Now it is only possible filter only class...