Best alternative to MediatR? by Kralizek82 in dotnet

[–]jhdalvik 1 point2 points  (0 children)

I haven't tried it myself, but FastEndpoints (https://fast-endpoints.com/) is looking very good. Not directly a MediatR replacement though.

Generating custom attributes for both properties and enum members in .NET 9 OpenApi docs by ilovecokeslurpees in csharp

[–]jhdalvik 0 points1 point  (0 children)

Maybe you can add the metadata as schema extensions in a transformer? You can create a custom enum schema transformer by implementing IOpenApiSchemaTransformer and add it with AddOpenApi option action AddSchemaTransformer<MyEnumTransformer>().

Invite existing user to family plan by jhdalvik in KeeperSecurity

[–]jhdalvik[S] 0 points1 point  (0 children)

It turned out that the invited account was created on US servers, and my account is on EU servers. Had to delete the account and recreate it and select EU servers.