TheBigNeo

Results 16 comments of TheBigNeo

@versile2 Thank you very much for this tip. I didn't know the MudBlazors extensions yet. I was now able to implement the text fields exactly as I had imagined. Thanks...

Example 1: * I create the PR * I check all MY files * Then I add a reviewer * He finds an error * I fix the error by...

> This could be added to the new [`MudGlobal.cs`](https://github.com/MudBlazor/MudBlazor/blob/dev/src/MudBlazor/Services/MudGlobal.cs). Also `Dense` and `Gutters` would be nice as `MudGlobal.cs`

With this change #556 , we will have the same problem again next year. Is it necessary to limit the ‘PackageVersion’ to 10-11? AI thinks the code below should also...

Ahh, now I see it. I have to chain the `TypeInspector`s. ```cs public static DeserializerBuilder CreateDeserializerBuilder() { WritablePropertiesTypeInspector writablePropertiesInspector = new WritablePropertiesTypeInspector(new DynamicTypeResolver()); YamlAttributesTypeInspector writablePropertiesInspectorWithYamlAttribute = new YamlAttributesTypeInspector(writablePropertiesInspector); DeserializerBuilder deserializerBuilder...

If i don't remove it, I will get an Exception that it is already registered.