Kallie

Results 9 issues of Kallie

**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()));

Add queue for email Add method extension to use specific queue. Add sample on user register using queue email

Any though on implementing a Maui Hybrid, i was looking into the following structure 👍 Blazor Maui Hybrid - Desktop and Mobile Razor Class Library Blazor Wasm. Whereas the RCL(Razor...

I was testing out the new changes after project structure change, i was running local on SQL Server, commented the code in Host, Programs.cs to not create docker. //builder.AddContainer("grafana", "grafana/grafana")...

Hi. I am trying adding my own new module, running migration from server, i am getting below output : PS C:\Source\\src\api\server> dotnet ef migrations add Initial --project ..././Migrators/Migrators.MSSQL/ --context IntegrationMunsoftDbContext...

Not sure if it is project related, or my ide, but seems when launching via aspire the breakpoints in Blazor is not being hit due to symbols not being loaded....

Added Language Selector Added Some NavMenu translations Fixed issue on Brands and Producsts where View and Delete option was showing in edit screen duplicated. Added Header conformity to Login,SelfRegister and...

Just a quick issue i encountered. Running and setting up the Microservice project, after migration and logging in, the PasswordHistory entity is not migrated on MS project. After adding and...

Hi Community. I managed to get SQL Migrations running by commenting a couple of lines of code in the Apphost, but not fully ideal for a template. Question i have...