Gabriel De La Parra

Results 8 comments of Gabriel De La Parra

This worked for me: ``` options.AddAdditionalCapability("ms:waitForAppLaunch", "3"); ```

This worked for me: ``` options.AddAdditionalCapability("ms:waitForAppLaunch", "3"); ```

Hi @Gioking, I think that you could just run 2 effects with inverse behavior. Would this work?

@mikoskinen I saw that you have other 2 pull requests. Are you active?

Hi @baktay, I think that it would be possible to call the method via Run() inside the `OnAfterRenderAsync`. Would this work? https://learn.microsoft.com/en-us/aspnet/core/blazor/components/lifecycle?view=aspnetcore-7.0#after-component-render-onafterrenderasync

I realized that it is not only with `object` but also `string` and `int`. This happens when the `ref` keyword is there. Using Resharper to produce the source, I get...

Digging in the debugger, I get the following: ``` ps1 - parameters {System.Reflection.ParameterInfo[3]} System.Reflection.ParameterInfo[] - [0] {System.Object& filename} System.Reflection.ParameterInfo {System.Reflection.RuntimeParameterInfo} Attributes In | Out | HasFieldMarshal System.Reflection.ParameterAttributes AttrsImpl In |...