fretje

Results 24 issues of fretje

See https://github.com/fullstackhero/dotnet-webapi-boilerplate/issues/639 I started working on this, and adding the behavior itself is easy. I also had to add some code to the ExceptionMiddleware to properly handle the ValidationException. (I...

Re-creating the initial migrations could probably be further automated and should be part of the build process (CI pipeline) of the fsh project when creating a new release... The https://github.com/fullstackhero/dotnet-webapi-boilerplate/blob/main/scripts/add-update-db-migrations.ps1...

enhancement
good first issue
help wanted

This is more like a POC for using mediator and hangfire together. Not sure if the generate- and delete-brandrequest are a good example for this, but it was the fastest...

### Bug type Component ### Component name MudBaseInput ### What happened? I am trying to create a component that's derived from MudAutocomplete that has functionality to fill itself with the...

triage

Apparently, there is a way to make a checkbox "invert colors" when hovering over it, but this works only when the checkbox is in the "checked" state: Remember Me Remember...

See this blog post: https://whuysentruit.medium.com/blazor-wasm-pwa-adding-a-new-update-available-notification-d9f65c4ad13 I think this is something that's very interesting to have... I'll definitely build it in once I find the time... but thought this might be...

enhancement

We should find a way to actually share the shared project between blazor and the api. There's different options: * create an entirely separate git repo for it and share...

This is probably something that should be posted to the Visual Studio Team... But maybe someone here can shed some light on this? I have tried to get container support...

bug
enhancement
known limitation

Hi, I stumbled upon your code, and found that I have a very similar way of doing a FireAndForget as you have in this library. Only, I don't have the...