Erik Holman
Erik Holman
I'm having the exact issue where the EnumMemberAttribute value is not read. I also have a custom converter available, added to the `JsonSerializerOptions` of the generated client. Currently I'm digging...
@tiaguinho There is a good need for updated demo's/documentation. Another error: ``` ERROR in src/app/shared/components/input/input.component.html:20:23 - error TS2322: Type '""' is not assignable to type '"openOnFocus" | "default"'. 20 ```...
> [5a1a341](https://github.com/tiaguinho/material-community-components/commit/5a1a3419cc72ae9bab4bdb2208746d8907775b06) should fix all error showing up due to `strictTemplates` checks Good move and great job!
The System.Text.Json serializer option works great! The only thing is... while setting the serializer on the CosmosClientOptions, the `AddInMemoryCosmosRepository()` is still using Json.NET. This leads to different serializing behaviour in...
I can also work on it. There is also another challenge, in combination with Serializer instead of SerializerOptions and Casing Strategy.
In any case, whoever's going to take this on, keep in mind that the `GetItemLinqQueryable()` is internally either using the `SerializerOptions` to apply the casing strategy or applies the default....
> Well, I found a workaround by: define following class and register it where server initializes > > ``` > public class BlazorAuthorizationMiddlewareResultHandler : IAuthorizationMiddlewareResultHandler > { > public Task...
Thanks for the quick reply! Will get back to you in a bit.
So, don't mind the beauty of the code, it does show the issue. Based on the starter template. I expect that the (in)validation mark doesn't overlap with the clear button...
Thanks; wasn't aware of the example in the docs. It looks good though! But, this is an existing project, which uses the default Bootstrap validation style implementation via with the...