In my app that has MSAL authentication and not navigation extensions, build fails once I add the MSAL NuGet with:
CSC : error CS8785: Generator 'ForceBindingsUpdateGenerator' failed to generate source. It will not contribute to the output and compilation errors may occur as a result. Exception was of type 'InvalidOperationException' with message 'Failed to resolve types Uno.Extensions.Navigation.UI.Controls.ForceUpdateAttribute'.
Expected behavior
Should not happen, the ForceBindingsUpdateGenerator should not be running.
How to reproduce it (as minimally and precisely as possible)
Current behavior
In my app that has MSAL authentication and not navigation extensions, build fails once I add the MSAL NuGet with:
Expected behavior
Should not happen, the
ForceBindingsUpdateGenerator
should not be running.How to reproduce it (as minimally and precisely as possible)
Clone https://github.com/MartinZikmund/mzikmund/tree/bug-repro/msal and try to build MZikmund.Windows app
Environment
Nuget Package:
Package Version(s):
Affected platform(s):
Visual Studio:
Relevant plugins:
Anything else we need to know?