Vincent Baaij

Results 156 comments of Vincent Baaij

@MarvinKlein1508 that is a solid alternative. With the re-focusing of the FAST project (see https://github.com/microsoft/fast/issues/6955), I'm not seeing this getting fixed in the current v2 Fluent UI web components script...

With a `RenderFragment` we can't control and/or check if an actual image is being supplied. I rather add some parameters and be 'in control'.

I'd say we go with the solution @dvoituron provided (and make it work)

@hksalessio can you check the Unit Tests. Some are failing and because of that the pipline that build the code won't run.

We are merging this as-is and then do some checks ourselves on the `dev` branch

You say it fails on your (added) code. So you of need to add your own namespace as well

Maybe you need to add something like this to your code: [DynamicDependency(DynamicallyAccessedMemberTypes.All, typeof(_{your type name}_))]

We are using Azure Static Web Apps for hosting the demo site ourselves and the icons etc are working there. See the demo client and demo shared projects here in...

Will do. Second item is mouseover one.

See my to do note...