Nothavid
Blazor Isolated CSS not working
I have a Blazor app in InteractiveAuto mode and isolated css stopped working. I am not sure when it stopped working or what I changed. The attributes of the affected html elements are generated correctly. The generated css file contains the following:
I don't believe that the isolated css file is relevant since I tried removing all css I added myself, but I will provide it anyway:
8 replies
✅ Finding all FieldInfo's of BackingFields of a type
I have following code snippet to find all
FieldInfo
's of a type t
which are BackingFields of public properties of type double.
I was now wondering if the CompilerGeneratedAttribute
is only applied to BackingFields or if there are other instances of fields having that attribute since I cannot currently think of any. If it is only applied to BackingFields, I could skip the step of getting all properties.4 replies