A Microsoft framework for building cross-platform mobile apps using .NET and C# with native performance and user interfaces.
Error in source code generator when referencing Xamarin.Forms views
Hi there,
Im trying to write a simple source code generator (based on ISourceGenerator) which works for simple examples, but as soon as I reference any of the views in Xamarin.Forms it doesn't build.
From some debugging I think it is throwing an error:
Exception was of type 'FileNotFoundException' with message 'Could not load file or assembly 'Xamarin.Forms.Core, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null' or one of its dependencies.
The source generator project has the latest Xamarin.Forms nuget, as does the client console project.
Any ideas?
Thanks
John