Youssef Victor
Youssef Victor
Leaving a small note: If we go with considering nested classes ignored if the outer class is ignored, we should also consider if we want a similar behavior for other...
Closing as low priority.
> We need to set a capability in MSBuild props for that extension so VS can take it and decide if pass or not the runsettings. This is going to...
**UPDATE:** xunit will no longer rely on the runsettings env variable in xunit.v3 3.x as they switched to using caller info attributes. However, I think the bridge should be completely...
Also related to https://github.com/dotnet/sdk/issues/49754
Closing as a duplicate of dotnet/sdk#49294
Missing definition for Bindings in Uno.Extensions.Navigation.Generators.ForceBindingsUpdateGenerator
@asthomas Can you add the following to csproj under PropertyGroup: ```xml true obj/Generated ``` Then, find `AlarmBrowser.Presentation.MainPage.g.cs` and `MainPage_xxx.cs` files, and upload the complete files, assuming they don't contain anything...
Missing definition for Bindings in Uno.Extensions.Navigation.Generators.ForceBindingsUpdateGenerator
This is curious. If it happened again for you in non-private code, the best way to investigate it will be with a [complog](https://github.com/jaredpar/complog). **Note that complog will contain all the...
Missing definition for Bindings in Uno.Extensions.Navigation.Generators.ForceBindingsUpdateGenerator
@xperiandri Can you please provide a repro?
Missing definition for Bindings in Uno.Extensions.Navigation.Generators.ForceBindingsUpdateGenerator
@xperiandri It's because of the commented out `x:Bind`. The generator in extensions literally searches for `{x:Bind`. FYI @nickrandolph