unoplatform / uno

Open-source platform for building cross-platform native Mobile, Web, Desktop and Embedded apps quickly. Create rich, C#/XAML, single-codebase apps from any IDE. Hot Reload included! 90m+ NuGet Downloads!!
https://platform.uno
Apache License 2.0
9.04k stars 734 forks source link

Instructions to build on Mac #229

Closed migueldeicaza closed 6 years ago

migueldeicaza commented 6 years ago

I'm submitting a...

I would like to have instructions on how to build Uno on a Mac, there does not seem to be a way of compiling the solution on a Mac, the out-of-the-box experience crashes on startup.

jeromelaban commented 6 years ago

Thanks for the report!

Building the Uno.UI solution is not supported on VS for mac, as cross-targeted projects for Xamarin.iOS and MonoAndroid TFMs are not yet supported (this, specifically).

The only target that may work, is the netstandard 2.0 target framework for WebAssembly, using the instructions of this file:

https://github.com/nventive/Uno/blob/897a9329c6678eae49555dbb0dcf33034ce20d09/src/crosstargeting_override.props.sample#L30

and change the BuildTargetFramework to be netstandard2.0.

Building applications using the nuget packages should work in vs4mac, though. Is it what you're trying to achieve ?

migueldeicaza commented 6 years ago

I am trying to contribute to Uno, but I am doing this from a Mac.

I got some 110 errors:

Building SamplesApp.iOS (Debug|iPhoneSimulator)
Build started 10/10/2018 11:30:41 AM.
__________________________________________________
Project "/cvs/Uno/src/Uno.Foundation/Uno.Foundation.csproj" (Build target(s)):

Target _CleanIntermediateIfNuGetsChange:
  Skipping target "_CleanIntermediateIfNuGetsChange" because it has no inputs.
Target _SetLatestTargetFrameworkVersion:
    Found Java SDK version 1.8.0.
    Found Java SDK version 1.8.0.
Target _ResolveMonoAndroidSdks:
    MonoAndroid Tools: /Library/Frameworks/Xamarin.Android.framework/Libraries/xbuild/Xamarin/Android/
    Android Platform API level: 26
    TargetFrameworkVersion: v8.0
    Android NDK: /Users/miguel/Library/Developer/Xamarin/android-ndk/android-ndk-r15c/
    Android SDK: /Users/miguel/Library/Developer/Xamarin/android-sdk-mac_x86/
    Android SDK Build Tools: /Users/miguel/Library/Developer/Xamarin/android-sdk-mac_x86/build-tools/27.0.3/
    Java SDK: /Users/miguel/Library/Developer/Xamarin/jdk/microsoft_dist_openjdk_1.8.0.9/
Target _CheckInstantRunCondition:
    Dex Fast Deployment Enabled: False
Target _SetupInstantRun:
    Android Java Class for Fast Deployment: 
Target _SetupApplicationJavaClass:
    Application Java class: android.app.Application
Target _ValidateAndroidPackageProperties:
      PackageName: Uno.Foundation
Target _DisplayTargets:
    Building target framework: MonoAndroid80
Target _FillMsBuildVersion:
    Getting version details of assembly at: /Library/Frameworks/Mono.framework/Versions/5.16.0/lib/mono/msbuild/15.0/bin/Microsoft.Build.dll
    MSBuild Version is 16.0.40.50150
Target _ResolveTargetFrameworks:
    MSBuild Version 16.0.40.50150, TargetFrameworks MonoAndroid80;xamarinios10;net46;netstandard2.0
Target ResolvePackageAssets:
    /cvs/Uno/src/Uno.Foundation/Uno.Foundation.csproj : error NU1102: Unable to find package Uno.SourceGenerationTasks with version (>= 1.27.0-dev.94)
    /cvs/Uno/src/Uno.Foundation/Uno.Foundation.csproj : error NU1102:   - Found 6 version(s) in Official NuGet Gallery [ Nearest version: 1.26.0 ]
    /cvs/Uno/src/Uno.Foundation/Uno.Foundation.csproj : error NU1102:   - Found 0 version(s) in Downloads
    /cvs/Uno/src/Uno.Foundation/Uno.Foundation.csproj : error NU1102: Unable to find package Uno.Core with version (>= 1.25.0-dev.53)
    /cvs/Uno/src/Uno.Foundation/Uno.Foundation.csproj : error NU1102:   - Found 4 version(s) in Official NuGet Gallery [ Nearest version: 1.24.0 ]
    /cvs/Uno/src/Uno.Foundation/Uno.Foundation.csproj : error NU1102:   - Found 0 version(s) in Downloads
Done building target "ResolvePackageAssets" in project "Uno.Foundation.csproj" -- FAILED.

Done building project "Uno.Foundation.csproj" -- FAILED.
Build started 10/10/2018 11:30:41 AM.
/usr/local/share/dotnet/sdk/2.1.402/Sdks/Microsoft.NET.Sdk/Sdk/Sdk.targets(41,3): error MSB4019: The imported project "/Library/Frameworks/Mono.framework/Versions/5.16.0/lib/mono/xbuild/Xamarin/Android/Xamarin.Android.Bindings.targets" was not found. Confirm that the path in the <Import> declaration is correct, and that the file exists on disk.
Build started 10/10/2018 11:30:42 AM.
__________________________________________________
Project "/cvs/Uno/src/T4Generator/T4Generator.csproj" (Build target(s)):

Target _FillMsBuildVersion:
    Getting version details of assembly at: /Library/Frameworks/Mono.framework/Versions/5.16.0/lib/mono/msbuild/15.0/bin/Microsoft.Build.dll
    MSBuild Version is 16.0.40.50150
Target CoreCompile:
    /Library/Frameworks/Mono.framework/Versions/5.16.0/lib/mono/msbuild/15.0/bin/Roslyn/csc.exe /noconfig /nowarn:1998,1701,1702,2008 /nostdlib+ /platform:anycpu32bitpreferred /errorreport:prompt /warn:4 /define:DEBUG;TRACE;__IOS_11__ /errorendlocation /preferreduilang:en-US /highentropyva+ /reference:/Users/miguel/.nuget/packages/microsoft.codeanalysis.csharp/1.3.1/lib/net45/Microsoft.CodeAnalysis.CSharp.dll /reference:/Users/miguel/.nuget/packages/microsoft.codeanalysis.csharp.workspaces/1.3.1/lib/net45/Microsoft.CodeAnalysis.CSharp.Workspaces.dll /reference:/Users/miguel/.nuget/packages/microsoft.codeanalysis.common/1.3.1/lib/net45/Microsoft.CodeAnalysis.dll /reference:/Users/miguel/.nuget/packages/microsoft.codeanalysis.visualbasic/1.3.1/lib/net45/Microsoft.CodeAnalysis.VisualBasic.dll /reference:/Users/miguel/.nuget/packages/microsoft.codeanalysis.visualbasic.workspaces/1.3.1/lib/net45/Microsoft.CodeAnalysis.VisualBasic.Workspaces.dll /reference:/Users/miguel/.nuget/packages/microsoft.codeanalysis.workspaces.common/1.3.1/lib/net45/Microsoft.CodeAnalysis.Workspaces.Desktop.dll /reference:/Users/miguel/.nuget/packages/microsoft.codeanalysis.workspaces.common/1.3.1/lib/net45/Microsoft.CodeAnalysis.Workspaces.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.16.0/lib/mono/4.6-api/Microsoft.CSharp.dll /reference:/Users/miguel/.nuget/packages/microsoft.visualstudio.texttemplating.14.0/14.3.25407/lib/net45/Microsoft.VisualStudio.TextTemplating.14.0.dll /reference:/Users/miguel/.nuget/packages/microsoft.visualstudio.texttemplating.interfaces.10.0/10.0.30319/lib/net40/Microsoft.VisualStudio.TextTemplating.Interfaces.10.0.dll /reference:/Users/miguel/.nuget/packages/microsoft.visualstudio.texttemplating.interfaces.11.0/11.0.50727/lib/net45/Microsoft.VisualStudio.TextTemplating.Interfaces.11.0.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.16.0/lib/mono/4.6-api/mscorlib.dll /reference:/Users/miguel/.nuget/packages/system.appcontext/4.1.0/ref/net46/System.AppContext.dll /reference:/Users/miguel/.nuget/packages/system.collections.immutable/1.2.0/lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.16.0/lib/mono/4.6-api/System.ComponentModel.Composition.dll /reference:/Users/miguel/.nuget/packages/microsoft.composition/1.0.27/lib/portable-net45+win8+wp8+wpa81/System.Composition.AttributedModel.dll /reference:/Users/miguel/.nuget/packages/microsoft.composition/1.0.27/lib/portable-net45+win8+wp8+wpa81/System.Composition.Convention.dll /reference:/Users/miguel/.nuget/packages/microsoft.composition/1.0.27/lib/portable-net45+win8+wp8+wpa81/System.Composition.Hosting.dll /reference:/Users/miguel/.nuget/packages/microsoft.composition/1.0.27/lib/portable-net45+win8+wp8+wpa81/System.Composition.Runtime.dll /reference:/Users/miguel/.nuget/packages/microsoft.composition/1.0.27/lib/portable-net45+win8+wp8+wpa81/System.Composition.TypedParts.dll /reference:/Users/miguel/.nuget/packages/system.console/4.0.0/ref/net46/System.Console.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.16.0/lib/mono/4.6-api/System.Core.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.16.0/lib/mono/4.6-api/System.Data.DataSetExtensions.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.16.0/lib/mono/4.6-api/System.Data.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.16.0/lib/mono/4.6-api/System.dll /reference:/Users/miguel/.nuget/packages/system.io.filesystem/4.0.1/ref/net46/System.IO.FileSystem.dll /reference:/Users/miguel/.nuget/packages/system.io.filesystem.primitives/4.0.1/ref/net46/System.IO.FileSystem.Primitives.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.16.0/lib/mono/4.6-api/System.Net.Http.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.16.0/lib/mono/4.6-api/System.Numerics.dll /reference:/Users/miguel/.nuget/packages/system.reflection.metadata/1.3.0/lib/portable-net45+win8/System.Reflection.Metadata.dll /reference:/Users/miguel/.nuget/packages/system.security.cryptography.algorithms/4.2.0/ref/net46/System.Security.Cryptography.Algorithms.dll /reference:/Users/miguel/.nuget/packages/system.security.cryptography.encoding/4.0.0/ref/net46/System.Security.Cryptography.Encoding.dll /reference:/Users/miguel/.nuget/packages/system.security.cryptography.primitives/4.0.0/ref/net46/System.Security.Cryptography.Primitives.dll /reference:/Users/miguel/.nuget/packages/system.security.cryptography.x509certificates/4.1.0/ref/net46/System.Security.Cryptography.X509Certificates.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.16.0/lib/mono/4.6-api/System.Xml.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.16.0/lib/mono/4.6-api/System.Xml.Linq.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.16.0/lib/mono/4.6-api/Facades/System.Collections.Concurrent.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.16.0/lib/mono/4.6-api/Facades/System.Collections.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.16.0/lib/mono/4.6-api/Facades/System.ComponentModel.Annotations.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.16.0/lib/mono/4.6-api/Facades/System.ComponentModel.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.16.0/lib/mono/4.6-api/Facades/System.ComponentModel.EventBasedAsync.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.16.0/lib/mono/4.6-api/Facades/System.Diagnostics.Contracts.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.16.0/lib/mono/4.6-api/Facades/System.Diagnostics.Debug.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.16.0/lib/mono/4.6-api/Facades/System.Diagnostics.Tools.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.16.0/lib/mono/4.6-api/Facades/System.Diagnostics.Tracing.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.16.0/lib/mono/4.6-api/Facades/System.Dynamic.Runtime.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.16.0/lib/mono/4.6-api/Facades/System.Globalization.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.16.0/lib/mono/4.6-api/Facades/System.IO.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.16.0/lib/mono/4.6-api/Facades/System.Linq.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.16.0/lib/mono/4.6-api/Facades/System.Linq.Expressions.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.16.0/lib/mono/4.6-api/Facades/System.Linq.Parallel.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.16.0/lib/mono/4.6-api/Facades/System.Linq.Queryable.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.16.0/lib/mono/4.6-api/Facades/System.Net.NetworkInformation.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.16.0/lib/mono/4.6-api/Facades/System.Net.Primitives.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.16.0/lib/mono/4.6-api/Facades/System.Net.Requests.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.16.0/lib/mono/4.6-api/Facades/System.Net.WebHeaderCollection.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.16.0/lib/mono/4.6-api/Facades/System.ObjectModel.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.16.0/lib/mono/4.6-api/Facades/System.Reflection.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.16.0/lib/mono/4.6-api/Facades/System.Reflection.Emit.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.16.0/lib/mono/4.6-api/Facades/System.Reflection.Emit.ILGeneration.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.16.0/lib/mono/4.6-api/Facades/System.Reflection.Emit.Lightweight.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.16.0/lib/mono/4.6-api/Facades/System.Reflection.Extensions.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.16.0/lib/mono/4.6-api/Facades/System.Reflection.Primitives.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.16.0/lib/mono/4.6-api/Facades/System.Resources.ResourceManager.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.16.0/lib/mono/4.6-api/Facades/System.Runtime.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.16.0/lib/mono/4.6-api/Facades/System.Runtime.Extensions.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.16.0/lib/mono/4.6-api/Facades/System.Runtime.Handles.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.16.0/lib/mono/4.6-api/Facades/System.Runtime.InteropServices.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.16.0/lib/mono/4.6-api/Facades/System.Runtime.InteropServices.WindowsRuntime.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.16.0/lib/mono/4.6-api/Facades/System.Runtime.Numerics.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.16.0/lib/mono/4.6-api/Facades/System.Runtime.Serialization.Json.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.16.0/lib/mono/4.6-api/Facades/System.Runtime.Serialization.Primitives.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.16.0/lib/mono/4.6-api/Facades/System.Runtime.Serialization.Xml.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.16.0/lib/mono/4.6-api/Facades/System.Security.Principal.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.16.0/lib/mono/4.6-api/Facades/System.ServiceModel.Duplex.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.16.0/lib/mono/4.6-api/Facades/System.ServiceModel.Http.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.16.0/lib/mono/4.6-api/Facades/System.ServiceModel.NetTcp.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.16.0/lib/mono/4.6-api/Facades/System.ServiceModel.Primitives.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.16.0/lib/mono/4.6-api/Facades/System.ServiceModel.Security.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.16.0/lib/mono/4.6-api/Facades/System.Text.Encoding.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.16.0/lib/mono/4.6-api/Facades/System.Text.Encoding.Extensions.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.16.0/lib/mono/4.6-api/Facades/System.Text.RegularExpressions.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.16.0/lib/mono/4.6-api/Facades/System.Threading.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.16.0/lib/mono/4.6-api/Facades/System.Threading.Tasks.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.16.0/lib/mono/4.6-api/Facades/System.Threading.Tasks.Parallel.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.16.0/lib/mono/4.6-api/Facades/System.Threading.Timer.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.16.0/lib/mono/4.6-api/Facades/System.Xml.ReaderWriter.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.16.0/lib/mono/4.6-api/Facades/System.Xml.XDocument.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.16.0/lib/mono/4.6-api/Facades/System.Xml.XmlSerializer.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj/Debug/T4Generator.exe /subsystemversion:6.00 /target:exe /utf8output /sourcelink:obj/Debug/T4Generator.sourcelink.json /embed:"/var/folders/b9/zz83ypsd6gj2bygzlw08gvxm0000gn/T/.NETFramework,Version=v4.6.AssemblyAttributes.cs" /analyzer:/Users/miguel/.nuget/packages/microsoft.codeanalysis.analyzers/1.1.0/analyzers/dotnet/cs/Microsoft.CodeAnalysis.Analyzers.dll /analyzer:/Users/miguel/.nuget/packages/microsoft.codeanalysis.analyzers/1.1.0/analyzers/dotnet/cs/Microsoft.CodeAnalysis.CSharp.Analyzers.dll Program.cs Properties/AssemblyInfo.cs "/var/folders/b9/zz83ypsd6gj2bygzlw08gvxm0000gn/T/.NETFramework,Version=v4.6.AssemblyAttributes.cs"
Target _CopyFilesMarkedCopyLocal:
    Touching "/cvs/Uno/src/T4Generator/obj/Debug/T4Generator.csproj.CopyComplete".
Target _CopyAppConfigFile:
    Copying file from "/cvs/Uno/src/T4Generator/obj/Debug/T4Generator.exe.config" to "/cvs/Uno/src/T4Generator/bin/Debug/T4Generator.exe.config".
Target CopyFilesToOutputDirectory:
    Copying file from "/cvs/Uno/src/T4Generator/obj/Debug/T4Generator.exe" to "/cvs/Uno/src/T4Generator/bin/Debug/T4Generator.exe".
    T4Generator -> /cvs/Uno/src/T4Generator/bin/Debug/T4Generator.exe
    Copying file from "/cvs/Uno/src/T4Generator/obj/Debug/T4Generator.pdb" to "/cvs/Uno/src/T4Generator/bin/Debug/T4Generator.pdb".
__________________________________________________
Project "/cvs/Uno/src/SourceGenerators/System.Xaml/Uno.Xaml.csproj" (Build target(s)):

Target _FillMsBuildVersion:
    Getting version details of assembly at: /Library/Frameworks/Mono.framework/Versions/5.16.0/lib/mono/msbuild/15.0/bin/Microsoft.Build.dll
    MSBuild Version is 16.0.40.50150
Target _ResolveTargetFrameworks:
    MSBuild Version 16.0.40.50150, TargetFrameworks net46;xamarinios10;MonoAndroid80;netstandard2.0
Target GenerateBindingRedirects:
    No suggested binding redirects from ResolveAssemblyReferences.
Target GenerateTargetFrameworkMonikerAttribute:
  Skipping target "GenerateTargetFrameworkMonikerAttribute" because all output files are up-to-date with respect to the input files.
Target CoreCompile:
    /Library/Frameworks/Mono.framework/Versions/5.16.0/lib/mono/msbuild/15.0/bin/Roslyn/csc.exe /noconfig /unsafe+ /checked- /nowarn:1998,1701,1702,2008 /nostdlib+ /errorreport:prompt /warn:4 /define:TRACE;NET_4_0;NET_4_5;NET_4_6;MONO;WIN_PLATFORM;MULTIPLEX_OS;DEBUG;NETFRAMEWORK;NET46 /errorendlocation /preferreduilang:en-US /highentropyva+ /reference:/Library/Frameworks/Mono.framework/Versions/5.16.0/lib/mono/4.6-api/mscorlib.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.16.0/lib/mono/4.6-api/System.Core.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.16.0/lib/mono/4.6-api/System.Data.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.16.0/lib/mono/4.6-api/System.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.16.0/lib/mono/4.6-api/System.Drawing.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.16.0/lib/mono/4.6-api/System.IO.Compression.FileSystem.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.16.0/lib/mono/4.6-api/System.Numerics.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.16.0/lib/mono/4.6-api/System.Runtime.Serialization.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.16.0/lib/mono/4.6-api/System.Xml.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.16.0/lib/mono/4.6-api/System.Xml.Linq.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj/Debug/net46/Uno.Xaml.dll /subsystemversion:6.00 /target:library /warnaserror- /utf8output /deterministic+ /sourcelink:obj/Debug/net46/Uno.Xaml.sourcelink.json /embed:"/var/folders/b9/zz83ypsd6gj2bygzlw08gvxm0000gn/T/.NETFramework,Version=v4.6.AssemblyAttributes.cs" Assembly/AssemblyInfo.cs System.Windows.Markup/AmbientAttribute.cs System.Windows.Markup/ArrayExtension.cs System.Windows.Markup/Bind.cs System.Windows.Markup/ConstructorArgumentAttribute.cs System.Windows.Markup/Consts.cs System.Windows.Markup/ContentPropertyAttribute.cs System.Windows.Markup/ContentWrapperAttribute.cs System.Windows.Markup/DateTimeValueSerializer.cs System.Windows.Markup/DependsOnAttribute.cs System.Windows.Markup/DictionaryKeyPropertyAttribute.cs System.Windows.Markup/IComponentConnector.cs System.Windows.Markup/INameScope.cs System.Windows.Markup/INameScopeDictionary.cs System.Windows.Markup/IProvideValueTarget.cs System.Windows.Markup/IQueryAmbient.cs System.Windows.Markup/IUriContext.cs System.Windows.Markup/IValueSerializerContext.cs System.Windows.Markup/IXamlTypeResolver.cs System.Windows.Markup/MarkupExtension.cs System.Windows.Markup/MarkupExtensionReturnTypeAttribute.cs System.Windows.Markup/MemberDefinition.cs System.Windows.Markup/NameReferenceConverter.cs System.Windows.Markup/NameScopePropertyAttribute.cs System.Windows.Markup/NullExtension.cs System.Windows.Markup/PropertyDefinition.cs System.Windows.Markup/Reference.cs System.Windows.Markup/RootNamespaceAttribute.cs System.Windows.Markup/RuntimeNamePropertyAttribute.cs System.Windows.Markup/StaticExtension.cs System.Windows.Markup/StaticExtensionConverter.cs System.Windows.Markup/TrimSurroundingWhitespaceAttribute.cs System.Windows.Markup/TypeExtension.cs System.Windows.Markup/TypeExtensionConverter.cs System.Windows.Markup/UidPropertyAttribute.cs System.Windows.Markup/UsableDuringInitializationAttribute.cs System.Windows.Markup/ValueSerializer.cs System.Windows.Markup/WhitespaceSignificantCollectionAttribute.cs System.Windows.Markup/XamlDeferLoadAttribute.cs System.Windows.Markup/XamlSetMarkupExtensionAttribute.cs System.Windows.Markup/XamlSetMarkupExtensionEventArgs.cs System.Windows.Markup/XamlSetTypeConverterAttribute.cs System.Windows.Markup/XamlSetTypeConverterEventArgs.cs System.Windows.Markup/XamlSetValueEventArgs.cs System.Windows.Markup/XData.cs System.Windows.Markup/XmlLangPropertyAttribute.cs System.Windows.Markup/XmlnsCompatibleWithAttribute.cs System.Windows.Markup/XmlnsDefinitionAttribute.cs System.Windows.Markup/XmlnsPrefixAttribute.cs System.Xaml.Permissions/XamlAccessLevel.cs System.Xaml.Permissions/XamlLoadPermission.cs System.Xaml.Schema/AllowedMemberLocations.cs System.Xaml.Schema/ShouldSerializeResult.cs System.Xaml.Schema/XamlCollectionKind.cs System.Xaml.Schema/XamlMemberInvoker.cs System.Xaml.Schema/XamlTypeInvoker.cs System.Xaml.Schema/XamlTypeName.cs System.Xaml.Schema/XamlTypeTypeConverter.cs System.Xaml.Schema/XamlValueConverter.cs System.Xaml/AmbientPropertyValue.cs System.Xaml/AttachableMemberIdentifier.cs System.Xaml/AttachablePropertyServices.cs System.Xaml/IAmbientProvider.cs System.Xaml/IAttachedPropertyStore.cs System.Xaml/IDestinationTypeProvider.cs System.Xaml/INamespacePrefixLookup.cs System.Xaml/IRootObjectProvider.cs System.Xaml/IXamlIndexingReader.cs System.Xaml/IXamlLineInfo.cs System.Xaml/IXamlLineInfoConsumer.cs System.Xaml/IXamlNameProvider.cs System.Xaml/IXamlNameResolver.cs System.Xaml/IXamlNamespaceResolver.cs System.Xaml/IXamlObjectWriterFactory.cs System.Xaml/IXamlSchemaContextProvider.cs System.Xaml/NameScope.cs System.Xaml/NamespaceDeclaration.cs System.Xaml/ParsedMarkupExtensionInfo.cs System.Xaml/PrefixLookup.cs System.Xaml/TypeExtensionMethods.cs System.Xaml/ValueSerializerContext.cs System.Xaml/XamlBackgroundReader.cs System.Xaml/XamlDeferringLoader.cs System.Xaml/XamlDirective.cs System.Xaml/XamlDuplicateMemberException.cs System.Xaml/XamlException.cs System.Xaml/XamlInternalException.cs System.Xaml/XamlLanguage.cs System.Xaml/XamlMember.cs System.Xaml/XamlNameResolver.cs System.Xaml/XamlNode.cs System.Xaml/XamlNodeList.cs System.Xaml/XamlNodeQueue.cs System.Xaml/XamlNodeQueueReader.cs System.Xaml/XamlNodeQueueWriter.cs System.Xaml/XamlNodeType.cs System.Xaml/XamlObjectEventArgs.cs System.Xaml/XamlObjectNodeIterator.cs System.Xaml/XamlObjectReader.cs System.Xaml/XamlObjectReaderException.cs System.Xaml/XamlObjectReaderSettings.cs System.Xaml/XamlObjectWriter.cs System.Xaml/XamlObjectWriterException.cs System.Xaml/XamlObjectWriterSettings.cs System.Xaml/XamlParseException.cs System.Xaml/XamlReader.cs System.Xaml/XamlReaderSettings.cs System.Xaml/XamlSchemaContext.cs System.Xaml/XamlSchemaContextSettings.cs System.Xaml/XamlSchemaException.cs System.Xaml/XamlServices.cs System.Xaml/XamlSubtreeReader.cs System.Xaml/XamlType.cs System.Xaml/XamlWriter.cs System.Xaml/XamlWriterInternalBase.cs System.Xaml/XamlWriterSettings.cs System.Xaml/XamlWriterStateManager.cs System.Xaml/XamlXmlReader.cs System.Xaml/XamlXmlReaderSettings.cs System.Xaml/XamlXmlWriter.cs System.Xaml/XamlXmlWriterException.cs System.Xaml/XamlXmlWriterSettings.cs "/var/folders/b9/zz83ypsd6gj2bygzlw08gvxm0000gn/T/.NETFramework,Version=v4.6.AssemblyAttributes.cs" obj/Debug/net46/Uno.Xaml.AssemblyInfo.cs /warnaserror+:NU1605
Target CopyFilesToOutputDirectory:
    Copying file from "/cvs/Uno/src/SourceGenerators/System.Xaml/obj/Debug/net46/Uno.Xaml.dll" to "/cvs/Uno/src/SourceGenerators/System.Xaml/bin/Debug/net46/Uno.Xaml.dll".
    Uno.Xaml -> /cvs/Uno/src/SourceGenerators/System.Xaml/bin/Debug/net46/Uno.Xaml.dll
    Copying file from "/cvs/Uno/src/SourceGenerators/System.Xaml/obj/Debug/net46/Uno.Xaml.pdb" to "/cvs/Uno/src/SourceGenerators/System.Xaml/bin/Debug/net46/Uno.Xaml.pdb".
Target IncrementalClean:
    Deleting file "/cvs/Uno/src/SourceGenerators/System.Xaml/obj/Debug/net46/ref/Uno.Xaml.dll".
    Deleting file "/cvs/Uno/src/SourceGenerators/System.Xaml/bin/Debug/net46/ref/Uno.Xaml.dll".
__________________________________________________
Project "/cvs/Uno/src/SourceGenerators/Uno.UI.SourceGenerators/Uno.UI.SourceGenerators.csproj" (Build target(s)):

Target _GetProjectReferenceTargetFrameworkProperties:
    __________________________________________________
    Project "/cvs/Uno/src/SourceGenerators/Uno.UI.SourceGenerators/Uno.UI.SourceGenerators.csproj" is building "/cvs/Uno/src/SourceGenerators/System.Xaml/Uno.Xaml.csproj" (GetTargetFrameworks target(s)):

    Target _FillMsBuildVersion:
        Getting version details of assembly at: /Library/Frameworks/Mono.framework/Versions/5.16.0/lib/mono/msbuild/15.0/bin/Microsoft.Build.dll
        MSBuild Version is 16.0.40.50150
    Target _ResolveTargetFrameworks:
        MSBuild Version 16.0.40.50150, TargetFrameworks net46;xamarinios10;MonoAndroid80;netstandard2.0
Target ResolveProjectReferences:
    __________________________________________________
    Project "/cvs/Uno/src/SourceGenerators/Uno.UI.SourceGenerators/Uno.UI.SourceGenerators.csproj" is building "/cvs/Uno/src/SourceGenerators/System.Xaml/Uno.Xaml.csproj" (GetTargetPath target(s)):

    __________________________________________________
    Project "/cvs/Uno/src/SourceGenerators/Uno.UI.SourceGenerators/Uno.UI.SourceGenerators.csproj" is building "/cvs/Uno/src/SourceGenerators/System.Xaml/Uno.Xaml.csproj" (GetNativeManifest target(s)):

Target GenerateTargetFrameworkMonikerAttribute:
  Skipping target "GenerateTargetFrameworkMonikerAttribute" because all output files are up-to-date with respect to the input files.
Target _FillMsBuildVersion:
    Getting version details of assembly at: /Library/Frameworks/Mono.framework/Versions/5.16.0/lib/mono/msbuild/15.0/bin/Microsoft.Build.dll
    MSBuild Version is 16.0.40.50150
Target CoreCompile:
    /Library/Frameworks/Mono.framework/Versions/5.16.0/lib/mono/msbuild/15.0/bin/Roslyn/csc.exe /noconfig /nowarn:1998,1701,1702,2008 /nostdlib+ /errorreport:prompt /warn:4 /define:DEBUG;TRACE;__IOS_11__ /errorendlocation /preferreduilang:en-US /highentropyva+ /reference:/Users/miguel/.nuget/packages/managedesent/1.9.4/lib/net40/Esent.Interop.dll /reference:/Users/miguel/.nuget/packages/microsoft.codeanalysis.csharp/2.3.1/lib/netstandard1.3/Microsoft.CodeAnalysis.CSharp.dll /reference:/Users/miguel/.nuget/packages/microsoft.codeanalysis.csharp.workspaces/2.3.1/lib/netstandard1.3/Microsoft.CodeAnalysis.CSharp.Workspaces.dll /reference:/Users/miguel/.nuget/packages/microsoft.codeanalysis.common/2.3.1/lib/netstandard1.3/Microsoft.CodeAnalysis.dll /reference:/Users/miguel/.nuget/packages/microsoft.codeanalysis.visualbasic/2.3.1/lib/netstandard1.3/Microsoft.CodeAnalysis.VisualBasic.dll /reference:/Users/miguel/.nuget/packages/microsoft.codeanalysis.visualbasic.workspaces/2.3.1/lib/netstandard1.3/Microsoft.CodeAnalysis.VisualBasic.Workspaces.dll /reference:/Users/miguel/.nuget/packages/microsoft.codeanalysis.workspaces.common/2.3.1/lib/net46/Microsoft.CodeAnalysis.Workspaces.Desktop.dll /reference:/Users/miguel/.nuget/packages/microsoft.codeanalysis.workspaces.common/2.3.1/lib/net46/Microsoft.CodeAnalysis.Workspaces.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.16.0/lib/mono/4.6-api/Microsoft.CSharp.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.16.0/lib/mono/4.6-api/mscorlib.dll /reference:/Users/miguel/.nuget/packages/system.appcontext/4.3.0/ref/net46/System.AppContext.dll /reference:/Users/miguel/.nuget/packages/system.collections.immutable/1.3.1/lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.16.0/lib/mono/4.6-api/System.ComponentModel.Composition.dll /reference:/Users/miguel/.nuget/packages/system.composition.attributedmodel/1.0.31/lib/portable-net45+win8+wp8+wpa81/System.Composition.AttributedModel.dll /reference:/Users/miguel/.nuget/packages/system.composition.convention/1.0.31/lib/portable-net45+win8+wp8+wpa81/System.Composition.Convention.dll /reference:/Users/miguel/.nuget/packages/system.composition.hosting/1.0.31/lib/portable-net45+win8+wp8+wpa81/System.Composition.Hosting.dll /reference:/Users/miguel/.nuget/packages/system.composition.runtime/1.0.31/lib/portable-net45+win8+wp8+wpa81/System.Composition.Runtime.dll /reference:/Users/miguel/.nuget/packages/system.composition.typedparts/1.0.31/lib/portable-net45+win8+wp8+wpa81/System.Composition.TypedParts.dll /reference:/Users/miguel/.nuget/packages/system.console/4.3.0/ref/net46/System.Console.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.16.0/lib/mono/4.6-api/System.Core.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.16.0/lib/mono/4.6-api/System.Data.DataSetExtensions.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.16.0/lib/mono/4.6-api/System.Data.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.16.0/lib/mono/4.6-api/System.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.16.0/lib/mono/4.6-api/System.Drawing.dll /reference:/Users/miguel/.nuget/packages/system.io.compression/4.3.0/ref/net46/System.IO.Compression.dll /reference:/Users/miguel/.nuget/packages/system.io.filesystem/4.3.0/ref/net46/System.IO.FileSystem.dll /reference:/Users/miguel/.nuget/packages/system.io.filesystem.primitives/4.3.0/ref/net46/System.IO.FileSystem.Primitives.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.16.0/lib/mono/4.6-api/System.Net.Http.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.16.0/lib/mono/4.6-api/System.Numerics.dll /reference:/Users/miguel/.nuget/packages/system.reflection.metadata/1.4.2/lib/portable-net45+win8/System.Reflection.Metadata.dll /reference:/Users/miguel/.nuget/packages/system.security.cryptography.algorithms/4.3.0/ref/net46/System.Security.Cryptography.Algorithms.dll /reference:/Users/miguel/.nuget/packages/system.security.cryptography.encoding/4.3.0/ref/net46/System.Security.Cryptography.Encoding.dll /reference:/Users/miguel/.nuget/packages/system.security.cryptography.primitives/4.3.0/ref/net46/System.Security.Cryptography.Primitives.dll /reference:/Users/miguel/.nuget/packages/system.security.cryptography.x509certificates/4.3.0/ref/net46/System.Security.Cryptography.X509Certificates.dll /reference:/Users/miguel/.nuget/packages/system.valuetuple/4.3.0/lib/netstandard1.0/System.ValueTuple.dll /reference:__ms=/Library/Frameworks/Mono.framework/Versions/5.16.0/lib/mono/4.6-api/System.Xaml.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.16.0/lib/mono/4.6-api/System.Xml.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.16.0/lib/mono/4.6-api/System.Xml.Linq.dll /reference:/Users/miguel/.nuget/packages/system.xml.readerwriter/4.3.0/ref/net46/System.Xml.ReaderWriter.dll /reference:__uno=/cvs/Uno/src/SourceGenerators/System.Xaml/bin/Debug/net46/Uno.Xaml.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.16.0/lib/mono/4.6-api/Facades/System.Collections.Concurrent.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.16.0/lib/mono/4.6-api/Facades/System.Collections.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.16.0/lib/mono/4.6-api/Facades/System.ComponentModel.Annotations.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.16.0/lib/mono/4.6-api/Facades/System.ComponentModel.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.16.0/lib/mono/4.6-api/Facades/System.ComponentModel.EventBasedAsync.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.16.0/lib/mono/4.6-api/Facades/System.Diagnostics.Contracts.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.16.0/lib/mono/4.6-api/Facades/System.Diagnostics.Debug.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.16.0/lib/mono/4.6-api/Facades/System.Diagnostics.Tools.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.16.0/lib/mono/4.6-api/Facades/System.Diagnostics.Tracing.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.16.0/lib/mono/4.6-api/Facades/System.Dynamic.Runtime.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.16.0/lib/mono/4.6-api/Facades/System.Globalization.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.16.0/lib/mono/4.6-api/Facades/System.IO.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.16.0/lib/mono/4.6-api/Facades/System.Linq.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.16.0/lib/mono/4.6-api/Facades/System.Linq.Expressions.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.16.0/lib/mono/4.6-api/Facades/System.Linq.Parallel.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.16.0/lib/mono/4.6-api/Facades/System.Linq.Queryable.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.16.0/lib/mono/4.6-api/Facades/System.Net.NetworkInformation.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.16.0/lib/mono/4.6-api/Facades/System.Net.Primitives.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.16.0/lib/mono/4.6-api/Facades/System.Net.Requests.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.16.0/lib/mono/4.6-api/Facades/System.Net.WebHeaderCollection.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.16.0/lib/mono/4.6-api/Facades/System.ObjectModel.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.16.0/lib/mono/4.6-api/Facades/System.Reflection.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.16.0/lib/mono/4.6-api/Facades/System.Reflection.Emit.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.16.0/lib/mono/4.6-api/Facades/System.Reflection.Emit.ILGeneration.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.16.0/lib/mono/4.6-api/Facades/System.Reflection.Emit.Lightweight.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.16.0/lib/mono/4.6-api/Facades/System.Reflection.Extensions.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.16.0/lib/mono/4.6-api/Facades/System.Reflection.Primitives.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.16.0/lib/mono/4.6-api/Facades/System.Resources.ResourceManager.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.16.0/lib/mono/4.6-api/Facades/System.Runtime.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.16.0/lib/mono/4.6-api/Facades/System.Runtime.Extensions.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.16.0/lib/mono/4.6-api/Facades/System.Runtime.Handles.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.16.0/lib/mono/4.6-api/Facades/System.Runtime.InteropServices.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.16.0/lib/mono/4.6-api/Facades/System.Runtime.InteropServices.WindowsRuntime.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.16.0/lib/mono/4.6-api/Facades/System.Runtime.Numerics.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.16.0/lib/mono/4.6-api/Facades/System.Runtime.Serialization.Json.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.16.0/lib/mono/4.6-api/Facades/System.Runtime.Serialization.Primitives.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.16.0/lib/mono/4.6-api/Facades/System.Runtime.Serialization.Xml.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.16.0/lib/mono/4.6-api/Facades/System.Security.Principal.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.16.0/lib/mono/4.6-api/Facades/System.ServiceModel.Duplex.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.16.0/lib/mono/4.6-api/Facades/System.ServiceModel.Http.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.16.0/lib/mono/4.6-api/Facades/System.ServiceModel.NetTcp.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.16.0/lib/mono/4.6-api/Facades/System.ServiceModel.Primitives.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.16.0/lib/mono/4.6-api/Facades/System.ServiceModel.Security.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.16.0/lib/mono/4.6-api/Facades/System.Text.Encoding.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.16.0/lib/mono/4.6-api/Facades/System.Text.Encoding.Extensions.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.16.0/lib/mono/4.6-api/Facades/System.Text.RegularExpressions.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.16.0/lib/mono/4.6-api/Facades/System.Threading.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.16.0/lib/mono/4.6-api/Facades/System.Threading.Tasks.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.16.0/lib/mono/4.6-api/Facades/System.Threading.Tasks.Parallel.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.16.0/lib/mono/4.6-api/Facades/System.Threading.Timer.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.16.0/lib/mono/4.6-api/Facades/System.Xml.XDocument.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.16.0/lib/mono/4.6-api/Facades/System.Xml.XmlSerializer.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj/Debug/Uno.UI.SourceGenerators.dll /subsystemversion:6.00 /target:library /utf8output /sourcelink:obj/Debug/Uno.UI.SourceGenerators.sourcelink.json /embed:"/var/folders/b9/zz83ypsd6gj2bygzlw08gvxm0000gn/T/.NETFramework,Version=v4.6.AssemblyAttributes.cs" /analyzer:/Users/miguel/.nuget/packages/microsoft.codeanalysis.analyzers/1.1.0/analyzers/dotnet/cs/Microsoft.CodeAnalysis.Analyzers.dll /analyzer:/Users/miguel/.nuget/packages/microsoft.codeanalysis.analyzers/1.1.0/analyzers/dotnet/cs/Microsoft.CodeAnalysis.CSharp.Analyzers.dll ../../Uno.Foundation/Point.cs ../../Uno.Foundation/Size.cs ../../Uno.Foundation/SizeConverter.cs ../../Uno.UI/Media/PathMarkupParser.cs ../../Uno.UI/Media/StreamGeometryContext.cs ../../Uno.UI/UI/Xaml/Media/FillRule.cs ../../Uno.UI/UI/Xaml/Media/SweepDirection.cs ../../Uno.UI/UI/Xaml/GridLength.cs ../../Uno.UI/UI/Xaml/GridLengthHelper.cs ../../Uno.UI/UI/Xaml/GridUnitType.cs BindableTypeProviders/BindableTypeProvidersGenerationTask.cs DependencyObject/DependencyObjectGenerator.cs DependencyObject/MethodCallFinder.cs Helpers/AnalyzerSuppressions.cs Helpers/HashBuilder.cs Helpers/PathHelper.cs Helpers/RoslynMetadataHelper.cs Helpers/SymbolExtensions.cs NativeCtor/NativeCtorsGenerator.cs Properties/AssemblyInfo.cs XamlGenerator/BackingFieldDefinition.cs XamlGenerator/NameScope.cs XamlGenerator/PlatformHelper.cs XamlGenerator/XamlPathParser/GeneratedStreamGeometryContext.cs XamlGenerator/XamlRedirection/XamlConfig.cs XamlGenerator/XamlRedirection/XamlXmlReaderSettings.cs XamlGenerator/XamlRedirection/XamlNodeType.cs XamlGenerator/XamlRedirection/XamlXmlReader.cs XamlGenerator/XamlRedirection/NamespaceDeclaration.cs XamlGenerator/Subclass.cs XamlGenerator/Utils/ColorCodeParser.cs XamlGenerator/XamlCodeGeneration.cs XamlGenerator/XamlCodeGenerator.cs XamlGenerator/XamlConstants.cs XamlGenerator/XamlFileDefinition.cs XamlGenerator/XamlFileGenerator.cs XamlGenerator/XamlFileParser.cs XamlGenerator/XamlGlobalStaticResourcesMap.cs XamlGenerator/XamlLazyApplyBlockIIndentedStringBuilder.cs XamlGenerator/XamlRedirection/XamlSchemaContext.cs XamlGenerator/XamlRedirection/XamlMember.cs XamlGenerator/XamlMemberDefinition.cs XamlGenerator/XamlObjectDefinition.cs XamlGenerator/XamlPathParser/Parsers.cs XamlGenerator/XamlRedirection/XamlType.cs "/var/folders/b9/zz83ypsd6gj2bygzlw08gvxm0000gn/T/.NETFramework,Version=v4.6.AssemblyAttributes.cs"
    /cvs/Uno/src/Uno.Foundation/Point.cs(1,11,1,21): error CS0234: The type or namespace name 'Extensions' does not exist in the namespace 'Uno' (are you missing an assembly reference?)
    /cvs/Uno/src/Uno.UI/UI/Xaml/GridLength.cs(6,11,6,21): error CS0234: The type or namespace name 'Extensions' does not exist in the namespace 'Uno' (are you missing an assembly reference?)
    BindableTypeProviders/BindableTypeProvidersGenerationTask.cs(1,11,1,18): error CS0234: The type or namespace name 'Logging' does not exist in the namespace 'Uno' (are you missing an assembly reference?)
    BindableTypeProviders/BindableTypeProvidersGenerationTask.cs(2,11,2,21): error CS0234: The type or namespace name 'Extensions' does not exist in the namespace 'Uno' (are you missing an assembly reference?)
    BindableTypeProviders/BindableTypeProvidersGenerationTask.cs(12,11,12,27): error CS0234: The type or namespace name 'SourceGeneration' does not exist in the namespace 'Uno' (are you missing an assembly reference?)
    BindableTypeProviders/BindableTypeProvidersGenerationTask.cs(14,17,14,22): error CS0234: The type or namespace name 'Build' does not exist in the namespace 'Microsoft' (are you missing an assembly reference?)
    DependencyObject/DependencyObjectGenerator.cs(7,11,7,21): error CS0234: The type or namespace name 'Extensions' does not exist in the namespace 'Uno' (are you missing an assembly reference?)
    DependencyObject/DependencyObjectGenerator.cs(8,11,8,27): error CS0234: The type or namespace name 'SourceGeneration' does not exist in the namespace 'Uno' (are you missing an assembly reference?)
    Helpers/AnalyzerSuppressions.cs(3,11,3,21): error CS0234: The type or namespace name 'Extensions' does not exist in the namespace 'Uno' (are you missing an assembly reference?)
    Helpers/RoslynMetadataHelper.cs(6,11,6,21): error CS0234: The type or namespace name 'Extensions' does not exist in the namespace 'Uno' (are you missing an assembly reference?)
    Helpers/RoslynMetadataHelper.cs(15,17,15,22): error CS0234: The type or namespace name 'Build' does not exist in the namespace 'Microsoft' (are you missing an assembly reference?)
    Helpers/SymbolExtensions.cs(2,11,2,21): error CS0234: The type or namespace name 'Extensions' does not exist in the namespace 'Uno' (are you missing an assembly reference?)
    NativeCtor/NativeCtorsGenerator.cs(7,11,7,27): error CS0234: The type or namespace name 'SourceGeneration' does not exist in the namespace 'Uno' (are you missing an assembly reference?)
    XamlGenerator/PlatformHelper.cs(6,11,6,27): error CS0234: The type or namespace name 'SourceGeneration' does not exist in the namespace 'Uno' (are you missing an assembly reference?)
    XamlGenerator/XamlPathParser/GeneratedStreamGeometryContext.cs(7,11,7,21): error CS0234: The type or namespace name 'Extensions' does not exist in the namespace 'Uno' (are you missing an assembly reference?)
    XamlGenerator/XamlCodeGeneration.cs(11,11,11,21): error CS0234: The type or namespace name 'Extensions' does not exist in the namespace 'Uno' (are you missing an assembly reference?)
    XamlGenerator/XamlCodeGeneration.cs(12,17,12,22): error CS0234: The type or namespace name 'Build' does not exist in the namespace 'Microsoft' (are you missing an assembly reference?)
    XamlGenerator/XamlCodeGeneration.cs(13,11,13,18): error CS0234: The type or namespace name 'Logging' does not exist in the namespace 'Uno' (are you missing an assembly reference?)
    XamlGenerator/XamlCodeGenerator.cs(4,11,4,27): error CS0234: The type or namespace name 'SourceGeneration' does not exist in the namespace 'Uno' (are you missing an assembly reference?)
    XamlGenerator/XamlFileGenerator.cs(1,11,1,21): error CS0234: The type or namespace name 'Extensions' does not exist in the namespace 'Uno' (are you missing an assembly reference?)
    XamlGenerator/XamlFileGenerator.cs(21,11,21,18): error CS0234: The type or namespace name 'Logging' does not exist in the namespace 'Uno' (are you missing an assembly reference?)
    XamlGenerator/XamlFileParser.cs(7,11,7,21): error CS0234: The type or namespace name 'Extensions' does not exist in the namespace 'Uno' (are you missing an assembly reference?)
    XamlGenerator/XamlFileParser.cs(8,11,8,18): error CS0234: The type or namespace name 'Logging' does not exist in the namespace 'Uno' (are you missing an assembly reference?)
    XamlGenerator/XamlGlobalStaticResourcesMap.cs(1,11,1,21): error CS0234: The type or namespace name 'Extensions' does not exist in the namespace 'Uno' (are you missing an assembly reference?)
    XamlGenerator/XamlLazyApplyBlockIIndentedStringBuilder.cs(2,11,2,21): error CS0234: The type or namespace name 'Extensions' does not exist in the namespace 'Uno' (are you missing an assembly reference?)
    XamlGenerator/XamlRedirection/XamlMember.cs(4,11,4,21): error CS0234: The type or namespace name 'Extensions' does not exist in the namespace 'Uno' (are you missing an assembly reference?)
    BindableTypeProviders/BindableTypeProvidersGenerationTask.cs(21,54,21,69): error CS0246: The type or namespace name 'SourceGenerator' could not be found (are you missing a using directive or an assembly reference?)
    BindableTypeProviders/BindableTypeProvidersGenerationTask.cs(20,3,20,16): error CS0246: The type or namespace name 'GenerateAfterAttribute' could not be found (are you missing a using directive or an assembly reference?)
    BindableTypeProviders/BindableTypeProvidersGenerationTask.cs(20,3,20,16): error CS0246: The type or namespace name 'GenerateAfter' could not be found (are you missing a using directive or an assembly reference?)
    DependencyObject/DependencyObjectGenerator.cs(14,43,14,58): error CS0246: The type or namespace name 'SourceGenerator' could not be found (are you missing a using directive or an assembly reference?)
    DependencyObject/DependencyObjectGenerator.cs(16,32,16,54): error CS0246: The type or namespace name 'SourceGeneratorContext' could not be found (are you missing a using directive or an assembly reference?)
    Helpers/AnalyzerSuppressions.cs(14,33,14,55): error CS0246: The type or namespace name 'IIndentedStringBuilder' could not be found (are you missing a using directive or an assembly reference?)
    DependencyObject/DependencyObjectGenerator.cs(16,24,16,31): error CS0115: 'DependencyObjectGenerator.Execute(SourceGeneratorContext)': no suitable method found to override
    BindableTypeProviders/BindableTypeProvidersGenerationTask.cs(41,32,41,54): error CS0246: The type or namespace name 'SourceGeneratorContext' could not be found (are you missing a using directive or an assembly reference?)
    BindableTypeProviders/BindableTypeProvidersGenerationTask.cs(91,60,91,82): error CS0246: The type or namespace name 'SourceGeneratorContext' could not be found (are you missing a using directive or an assembly reference?)
    BindableTypeProviders/BindableTypeProvidersGenerationTask.cs(94,30,94,45): error CS0246: The type or namespace name 'ProjectInstance' could not be found (are you missing a using directive or an assembly reference?)
    BindableTypeProviders/BindableTypeProvidersGenerationTask.cs(142,71,142,92): error CS0246: The type or namespace name 'IndentedStringBuilder' could not be found (are you missing a using directive or an assembly reference?)
    BindableTypeProviders/BindableTypeProvidersGenerationTask.cs(245,33,245,54): error CS0246: The type or namespace name 'IndentedStringBuilder' could not be found (are you missing a using directive or an assembly reference?)
    BindableTypeProviders/BindableTypeProvidersGenerationTask.cs(266,29,266,50): error CS0246: The type or namespace name 'IndentedStringBuilder' could not be found (are you missing a using directive or an assembly reference?)
    BindableTypeProviders/BindableTypeProvidersGenerationTask.cs(589,34,589,55): error CS0246: The type or namespace name 'IndentedStringBuilder' could not be found (are you missing a using directive or an assembly reference?)
    BindableTypeProviders/BindableTypeProvidersGenerationTask.cs(41,24,41,31): error CS0115: 'BindableTypeProvidersSourceGenerator.Execute(SourceGeneratorContext)': no suitable method found to override
    Helpers/RoslynMetadataHelper.cs(32,84,32,99): error CS0246: The type or namespace name 'ProjectInstance' could not be found (are you missing a using directive or an assembly reference?)
    DependencyObject/DependencyObjectGenerator.cs(131,50,131,71): error CS0246: The type or namespace name 'IndentedStringBuilder' could not be found (are you missing a using directive or an assembly reference?)
    DependencyObject/DependencyObjectGenerator.cs(145,76,145,97): error CS0246: The type or namespace name 'IndentedStringBuilder' could not be found (are you missing a using directive or an assembly reference?)
    DependencyObject/DependencyObjectGenerator.cs(166,68,166,89): error CS0246: The type or namespace name 'IndentedStringBuilder' could not be found (are you missing a using directive or an assembly reference?)
    DependencyObject/DependencyObjectGenerator.cs(179,70,179,91): error CS0246: The type or namespace name 'IndentedStringBuilder' could not be found (are you missing a using directive or an assembly reference?)
    DependencyObject/DependencyObjectGenerator.cs(218,75,218,96): error CS0246: The type or namespace name 'IndentedStringBuilder' could not be found (are you missing a using directive or an assembly reference?)
    DependencyObject/DependencyObjectGenerator.cs(313,78,313,99): error CS0246: The type or namespace name 'IndentedStringBuilder' could not be found (are you missing a using directive or an assembly reference?)
    DependencyObject/DependencyObjectGenerator.cs(348,66,348,87): error CS0246: The type or namespace name 'IndentedStringBuilder' could not be found (are you missing a using directive or an assembly reference?)
    DependencyObject/DependencyObjectGenerator.cs(400,72,400,93): error CS0246: The type or namespace name 'IndentedStringBuilder' could not be found (are you missing a using directive or an assembly reference?)
    DependencyObject/DependencyObjectGenerator.cs(429,70,429,91): error CS0246: The type or namespace name 'IndentedStringBuilder' could not be found (are you missing a using directive or an assembly reference?)
    DependencyObject/DependencyObjectGenerator.cs(485,59,485,80): error CS0246: The type or namespace name 'IndentedStringBuilder' could not be found (are you missing a using directive or an assembly reference?)
    DependencyObject/DependencyObjectGenerator.cs(547,72,547,93): error CS0246: The type or namespace name 'IndentedStringBuilder' could not be found (are you missing a using directive or an assembly reference?)
    DependencyObject/DependencyObjectGenerator.cs(651,75,651,96): error CS0246: The type or namespace name 'IndentedStringBuilder' could not be found (are you missing a using directive or an assembly reference?)
    DependencyObject/DependencyObjectGenerator.cs(684,63,684,84): error CS0246: The type or namespace name 'IndentedStringBuilder' could not be found (are you missing a using directive or an assembly reference?)
    DependencyObject/DependencyObjectGenerator.cs(39,41,39,63): error CS0246: The type or namespace name 'SourceGeneratorContext' could not be found (are you missing a using directive or an assembly reference?)
    DependencyObject/DependencyObjectGenerator.cs(27,21,27,43): error CS0246: The type or namespace name 'SourceGeneratorContext' could not be found (are you missing a using directive or an assembly reference?)
    NativeCtor/NativeCtorsGenerator.cs(12,38,12,53): error CS0246: The type or namespace name 'SourceGenerator' could not be found (are you missing a using directive or an assembly reference?)
    NativeCtor/NativeCtorsGenerator.cs(14,32,14,54): error CS0246: The type or namespace name 'SourceGeneratorContext' could not be found (are you missing a using directive or an assembly reference?)
    NativeCtor/NativeCtorsGenerator.cs(14,24,14,31): error CS0115: 'NativeCtorsGenerator.Execute(SourceGeneratorContext)': no suitable method found to override
    NativeCtor/NativeCtorsGenerator.cs(75,41,75,63): error CS0246: The type or namespace name 'SourceGeneratorContext' could not be found (are you missing a using directive or an assembly reference?)
    NativeCtor/NativeCtorsGenerator.cs(22,21,22,43): error CS0246: The type or namespace name 'SourceGeneratorContext' could not be found (are you missing a using directive or an assembly reference?)
    XamlGenerator/PlatformHelper.cs(12,38,12,60): error CS0246: The type or namespace name 'SourceGeneratorContext' could not be found (are you missing a using directive or an assembly reference?)
    XamlGenerator/XamlCodeGenerator.cs(8,35,8,50): error CS0246: The type or namespace name 'SourceGenerator' could not be found (are you missing a using directive or an assembly reference?)
    XamlGenerator/XamlCodeGenerator.cs(10,32,10,54): error CS0246: The type or namespace name 'SourceGeneratorContext' could not be found (are you missing a using directive or an assembly reference?)
    XamlGenerator/XamlCodeGenerator.cs(10,24,10,31): error CS0115: 'XamlCodeGenerator.Execute(SourceGeneratorContext)': no suitable method found to override
    XamlGenerator/XamlCodeGeneration.cs(44,60,44,75): error CS0246: The type or namespace name 'ProjectInstance' could not be found (are you missing a using directive or an assembly reference?)
    XamlGenerator/XamlLazyApplyBlockIIndentedStringBuilder.cs(13,63,13,85): error CS0246: The type or namespace name 'IIndentedStringBuilder' could not be found (are you missing a using directive or an assembly reference?)
    XamlGenerator/XamlFileGenerator.cs(312,41,312,62): error CS0246: The type or namespace name 'IndentedStringBuilder' could not be found (are you missing a using directive or an assembly reference?)
    XamlGenerator/XamlFileGenerator.cs(325,37,325,58): error CS0246: The type or namespace name 'IndentedStringBuilder' could not be found (are you missing a using directive or an assembly reference?)
    XamlGenerator/XamlFileGenerator.cs(347,54,347,75): error CS0246: The type or namespace name 'IndentedStringBuilder' could not be found (are you missing a using directive or an assembly reference?)
    XamlGenerator/XamlLazyApplyBlockIIndentedStringBuilder.cs(22,51,22,73): error CS0246: The type or namespace name 'IIndentedStringBuilder' could not be found (are you missing a using directive or an assembly reference?)
    XamlGenerator/XamlFileGenerator.cs(364,51,364,72): error CS0246: The type or namespace name 'IndentedStringBuilder' could not be found (are you missing a using directive or an assembly reference?)
    XamlGenerator/XamlFileGenerator.cs(450,36,450,58): error CS0246: The type or namespace name 'IIndentedStringBuilder' could not be found (are you missing a using directive or an assembly reference?)
    XamlGenerator/XamlFileGenerator.cs(458,41,458,63): error CS0246: The type or namespace name 'IIndentedStringBuilder' could not be found (are you missing a using directive or an assembly reference?)
    XamlGenerator/XamlFileGenerator.cs(492,37,492,59): error CS0246: The type or namespace name 'IIndentedStringBuilder' could not be found (are you missing a using directive or an assembly reference?)
    XamlGenerator/XamlFileGenerator.cs(557,40,557,62): error CS0246: The type or namespace name 'IIndentedStringBuilder' could not be found (are you missing a using directive or an assembly reference?)
    XamlGenerator/XamlFileGenerator.cs(604,45,604,67): error CS0246: The type or namespace name 'IIndentedStringBuilder' could not be found (are you missing a using directive or an assembly reference?)
    XamlGenerator/XamlFileGenerator.cs(625,13,625,35): error CS0246: The type or namespace name 'IIndentedStringBuilder' could not be found (are you missing a using directive or an assembly reference?)
    XamlGenerator/XamlFileGenerator.cs(707,49,707,71): error CS0246: The type or namespace name 'IIndentedStringBuilder' could not be found (are you missing a using directive or an assembly reference?)
    XamlGenerator/XamlFileGenerator.cs(745,36,745,58): error CS0246: The type or namespace name 'IIndentedStringBuilder' could not be found (are you missing a using directive or an assembly reference?)
    XamlGenerator/XamlFileGenerator.cs(759,13,759,35): error CS0246: The type or namespace name 'IIndentedStringBuilder' could not be found (are you missing a using directive or an assembly reference?)
    XamlGenerator/XamlFileGenerator.cs(772,51,772,73): error CS0246: The type or namespace name 'IIndentedStringBuilder' could not be found (are you missing a using directive or an assembly reference?)
    XamlGenerator/XamlFileGenerator.cs(818,13,818,35): error CS0246: The type or namespace name 'IIndentedStringBuilder' could not be found (are you missing a using directive or an assembly reference?)
    XamlGenerator/XamlFileGenerator.cs(856,4,856,26): error CS0246: The type or namespace name 'IIndentedStringBuilder' could not be found (are you missing a using directive or an assembly reference?)
    XamlGenerator/XamlFileGenerator.cs(928,34,928,56): error CS0246: The type or namespace name 'IIndentedStringBuilder' could not be found (are you missing a using directive or an assembly reference?)
    XamlGenerator/XamlFileGenerator.cs(973,33,973,55): error CS0246: The type or namespace name 'IIndentedStringBuilder' could not be found (are you missing a using directive or an assembly reference?)
    XamlGenerator/XamlFileGenerator.cs(993,39,993,61): error CS0246: The type or namespace name 'IIndentedStringBuilder' could not be found (are you missing a using directive or an assembly reference?)
    XamlGenerator/XamlFileGenerator.cs(1041,36,1041,58): error CS0246: The type or namespace name 'IIndentedStringBuilder' could not be found (are you missing a using directive or an assembly reference?)
    XamlGenerator/XamlFileGenerator.cs(1132,30,1132,52): error CS0246: The type or namespace name 'IIndentedStringBuilder' could not be found (are you missing a using directive or an assembly reference?)
    XamlGenerator/XamlFileGenerator.cs(1147,38,1147,60): error CS0246: The type or namespace name 'IIndentedStringBuilder' could not be found (are you missing a using directive or an assembly reference?)
    XamlGenerator/XamlLazyApplyBlockIIndentedStringBuilder.cs(17,20,17,42): error CS0246: The type or namespace name 'IIndentedStringBuilder' could not be found (are you missing a using directive or an assembly reference?)
    XamlGenerator/XamlCodeGeneration.cs(31,20,31,35): error CS0246: The type or namespace name 'ProjectInstance' could not be found (are you missing a using directive or an assembly reference?)
    XamlGenerator/XamlFileGenerator.cs(1225,38,1225,60): error CS0246: The type or namespace name 'IIndentedStringBuilder' could not be found (are you missing a using directive or an assembly reference?)
    XamlGenerator/XamlFileGenerator.cs(1530,38,1530,60): error CS0246: The type or namespace name 'IIndentedStringBuilder' could not be found (are you missing a using directive or an assembly reference?)
    XamlGenerator/XamlFileGenerator.cs(1852,40,1852,62): error CS0246: The type or namespace name 'IIndentedStringBuilder' could not be found (are you missing a using directive or an assembly reference?)
    XamlGenerator/XamlFileGenerator.cs(2151,51,2151,73): error CS0246: The type or namespace name 'IIndentedStringBuilder' could not be found (are you missing a using directive or an assembly reference?)
    XamlGenerator/XamlFileGenerator.cs(2181,36,2181,58): error CS0246: The type or namespace name 'IIndentedStringBuilder' could not be found (are you missing a using directive or an assembly reference?)
    XamlGenerator/XamlFileGenerator.cs(2216,41,2216,63): error CS0246: The type or namespace name 'IIndentedStringBuilder' could not be found (are you missing a using directive or an assembly reference?)
    XamlGenerator/XamlFileGenerator.cs(2227,69,2227,91): error CS0246: The type or namespace name 'IIndentedStringBuilder' could not be found (are you missing a using directive or an assembly reference?)
    XamlGenerator/XamlFileGenerator.cs(2270,48,2270,70): error CS0246: The type or namespace name 'IIndentedStringBuilder' could not be found (are you missing a using directive or an assembly reference?)
    XamlGenerator/XamlFileGenerator.cs(3106,45,3106,67): error CS0246: The type or namespace name 'IIndentedStringBuilder' could not be found (are you missing a using directive or an assembly reference?)
    XamlGenerator/XamlFileGenerator.cs(3241,35,3241,57): error CS0246: The type or namespace name 'IIndentedStringBuilder' could not be found (are you missing a using directive or an assembly reference?)
    XamlGenerator/XamlFileGenerator.cs(3499,33,3499,55): error CS0246: The type or namespace name 'IIndentedStringBuilder' could not be found (are you missing a using directive or an assembly reference?)
    XamlGenerator/XamlFileGenerator.cs(3795,60,3795,82): error CS0246: The type or namespace name 'IIndentedStringBuilder' could not be found (are you missing a using directive or an assembly reference?)
    XamlGenerator/XamlFileGenerator.cs(3890,48,3890,70): error CS0246: The type or namespace name 'IIndentedStringBuilder' could not be found (are you missing a using directive or an assembly reference?)
    XamlGenerator/XamlFileGenerator.cs(3969,39,3969,61): error CS0246: The type or namespace name 'IIndentedStringBuilder' could not be found (are you missing a using directive or an assembly reference?)
Done building target "CoreCompile" in project "Uno.UI.SourceGenerators.csproj" -- FAILED.

Done building project "Uno.UI.SourceGenerators.csproj" -- FAILED.

Build FAILED.

/cvs/Uno/src/Uno.Foundation/Uno.Foundation.csproj : error NU1102: Unable to find package Uno.SourceGenerationTasks with version (>= 1.27.0-dev.94)
/cvs/Uno/src/Uno.Foundation/Uno.Foundation.csproj : error NU1102:   - Found 6 version(s) in Official NuGet Gallery [ Nearest version: 1.26.0 ]
/cvs/Uno/src/Uno.Foundation/Uno.Foundation.csproj : error NU1102:   - Found 0 version(s) in Downloads
/cvs/Uno/src/Uno.Foundation/Uno.Foundation.csproj : error NU1102: Unable to find package Uno.Core with version (>= 1.25.0-dev.53)
/cvs/Uno/src/Uno.Foundation/Uno.Foundation.csproj : error NU1102:   - Found 4 version(s) in Official NuGet Gallery [ Nearest version: 1.24.0 ]
/cvs/Uno/src/Uno.Foundation/Uno.Foundation.csproj : error NU1102:   - Found 0 version(s) in Downloads
/cvs/Uno/src/Uno.Foundation/Point.cs(1,11,1,21): error CS0234: The type or namespace name 'Extensions' does not exist in the namespace 'Uno' (are you missing an assembly reference?)
/cvs/Uno/src/Uno.UI/UI/Xaml/GridLength.cs(6,11,6,21): error CS0234: The type or namespace name 'Extensions' does not exist in the namespace 'Uno' (are you missing an assembly reference?)
BindableTypeProviders/BindableTypeProvidersGenerationTask.cs(1,11,1,18): error CS0234: The type or namespace name 'Logging' does not exist in the namespace 'Uno' (are you missing an assembly reference?)
BindableTypeProviders/BindableTypeProvidersGenerationTask.cs(2,11,2,21): error CS0234: The type or namespace name 'Extensions' does not exist in the namespace 'Uno' (are you missing an assembly reference?)
BindableTypeProviders/BindableTypeProvidersGenerationTask.cs(12,11,12,27): error CS0234: The type or namespace name 'SourceGeneration' does not exist in the namespace 'Uno' (are you missing an assembly reference?)
BindableTypeProviders/BindableTypeProvidersGenerationTask.cs(14,17,14,22): error CS0234: The type or namespace name 'Build' does not exist in the namespace 'Microsoft' (are you missing an assembly reference?)
DependencyObject/DependencyObjectGenerator.cs(7,11,7,21): error CS0234: The type or namespace name 'Extensions' does not exist in the namespace 'Uno' (are you missing an assembly reference?)
DependencyObject/DependencyObjectGenerator.cs(8,11,8,27): error CS0234: The type or namespace name 'SourceGeneration' does not exist in the namespace 'Uno' (are you missing an assembly reference?)
Helpers/AnalyzerSuppressions.cs(3,11,3,21): error CS0234: The type or namespace name 'Extensions' does not exist in the namespace 'Uno' (are you missing an assembly reference?)
Helpers/RoslynMetadataHelper.cs(6,11,6,21): error CS0234: The type or namespace name 'Extensions' does not exist in the namespace 'Uno' (are you missing an assembly reference?)
Helpers/RoslynMetadataHelper.cs(15,17,15,22): error CS0234: The type or namespace name 'Build' does not exist in the namespace 'Microsoft' (are you missing an assembly reference?)
Helpers/SymbolExtensions.cs(2,11,2,21): error CS0234: The type or namespace name 'Extensions' does not exist in the namespace 'Uno' (are you missing an assembly reference?)
NativeCtor/NativeCtorsGenerator.cs(7,11,7,27): error CS0234: The type or namespace name 'SourceGeneration' does not exist in the namespace 'Uno' (are you missing an assembly reference?)
XamlGenerator/PlatformHelper.cs(6,11,6,27): error CS0234: The type or namespace name 'SourceGeneration' does not exist in the namespace 'Uno' (are you missing an assembly reference?)
XamlGenerator/XamlPathParser/GeneratedStreamGeometryContext.cs(7,11,7,21): error CS0234: The type or namespace name 'Extensions' does not exist in the namespace 'Uno' (are you missing an assembly reference?)
XamlGenerator/XamlCodeGeneration.cs(11,11,11,21): error CS0234: The type or namespace name 'Extensions' does not exist in the namespace 'Uno' (are you missing an assembly reference?)
XamlGenerator/XamlCodeGeneration.cs(12,17,12,22): error CS0234: The type or namespace name 'Build' does not exist in the namespace 'Microsoft' (are you missing an assembly reference?)
XamlGenerator/XamlCodeGeneration.cs(13,11,13,18): error CS0234: The type or namespace name 'Logging' does not exist in the namespace 'Uno' (are you missing an assembly reference?)
XamlGenerator/XamlCodeGenerator.cs(4,11,4,27): error CS0234: The type or namespace name 'SourceGeneration' does not exist in the namespace 'Uno' (are you missing an assembly reference?)
XamlGenerator/XamlFileGenerator.cs(1,11,1,21): error CS0234: The type or namespace name 'Extensions' does not exist in the namespace 'Uno' (are you missing an assembly reference?)
XamlGenerator/XamlFileGenerator.cs(21,11,21,18): error CS0234: The type or namespace name 'Logging' does not exist in the namespace 'Uno' (are you missing an assembly reference?)
XamlGenerator/XamlFileParser.cs(7,11,7,21): error CS0234: The type or namespace name 'Extensions' does not exist in the namespace 'Uno' (are you missing an assembly reference?)
XamlGenerator/XamlFileParser.cs(8,11,8,18): error CS0234: The type or namespace name 'Logging' does not exist in the namespace 'Uno' (are you missing an assembly reference?)
XamlGenerator/XamlGlobalStaticResourcesMap.cs(1,11,1,21): error CS0234: The type or namespace name 'Extensions' does not exist in the namespace 'Uno' (are you missing an assembly reference?)
XamlGenerator/XamlLazyApplyBlockIIndentedStringBuilder.cs(2,11,2,21): error CS0234: The type or namespace name 'Extensions' does not exist in the namespace 'Uno' (are you missing an assembly reference?)
XamlGenerator/XamlRedirection/XamlMember.cs(4,11,4,21): error CS0234: The type or namespace name 'Extensions' does not exist in the namespace 'Uno' (are you missing an assembly reference?)
BindableTypeProviders/BindableTypeProvidersGenerationTask.cs(21,54,21,69): error CS0246: The type or namespace name 'SourceGenerator' could not be found (are you missing a using directive or an assembly reference?)
BindableTypeProviders/BindableTypeProvidersGenerationTask.cs(20,3,20,16): error CS0246: The type or namespace name 'GenerateAfterAttribute' could not be found (are you missing a using directive or an assembly reference?)
BindableTypeProviders/BindableTypeProvidersGenerationTask.cs(20,3,20,16): error CS0246: The type or namespace name 'GenerateAfter' could not be found (are you missing a using directive or an assembly reference?)
DependencyObject/DependencyObjectGenerator.cs(14,43,14,58): error CS0246: The type or namespace name 'SourceGenerator' could not be found (are you missing a using directive or an assembly reference?)
DependencyObject/DependencyObjectGenerator.cs(16,32,16,54): error CS0246: The type or namespace name 'SourceGeneratorContext' could not be found (are you missing a using directive or an assembly reference?)
Helpers/AnalyzerSuppressions.cs(14,33,14,55): error CS0246: The type or namespace name 'IIndentedStringBuilder' could not be found (are you missing a using directive or an assembly reference?)
DependencyObject/DependencyObjectGenerator.cs(16,24,16,31): error CS0115: 'DependencyObjectGenerator.Execute(SourceGeneratorContext)': no suitable method found to override
BindableTypeProviders/BindableTypeProvidersGenerationTask.cs(41,32,41,54): error CS0246: The type or namespace name 'SourceGeneratorContext' could not be found (are you missing a using directive or an assembly reference?)
BindableTypeProviders/BindableTypeProvidersGenerationTask.cs(91,60,91,82): error CS0246: The type or namespace name 'SourceGeneratorContext' could not be found (are you missing a using directive or an assembly reference?)
BindableTypeProviders/BindableTypeProvidersGenerationTask.cs(94,30,94,45): error CS0246: The type or namespace name 'ProjectInstance' could not be found (are you missing a using directive or an assembly reference?)
BindableTypeProviders/BindableTypeProvidersGenerationTask.cs(142,71,142,92): error CS0246: The type or namespace name 'IndentedStringBuilder' could not be found (are you missing a using directive or an assembly reference?)
BindableTypeProviders/BindableTypeProvidersGenerationTask.cs(245,33,245,54): error CS0246: The type or namespace name 'IndentedStringBuilder' could not be found (are you missing a using directive or an assembly reference?)
BindableTypeProviders/BindableTypeProvidersGenerationTask.cs(266,29,266,50): error CS0246: The type or namespace name 'IndentedStringBuilder' could not be found (are you missing a using directive or an assembly reference?)
BindableTypeProviders/BindableTypeProvidersGenerationTask.cs(589,34,589,55): error CS0246: The type or namespace name 'IndentedStringBuilder' could not be found (are you missing a using directive or an assembly reference?)
BindableTypeProviders/BindableTypeProvidersGenerationTask.cs(41,24,41,31): error CS0115: 'BindableTypeProvidersSourceGenerator.Execute(SourceGeneratorContext)': no suitable method found to override
Helpers/RoslynMetadataHelper.cs(32,84,32,99): error CS0246: The type or namespace name 'ProjectInstance' could not be found (are you missing a using directive or an assembly reference?)
DependencyObject/DependencyObjectGenerator.cs(131,50,131,71): error CS0246: The type or namespace name 'IndentedStringBuilder' could not be found (are you missing a using directive or an assembly reference?)
DependencyObject/DependencyObjectGenerator.cs(145,76,145,97): error CS0246: The type or namespace name 'IndentedStringBuilder' could not be found (are you missing a using directive or an assembly reference?)
DependencyObject/DependencyObjectGenerator.cs(166,68,166,89): error CS0246: The type or namespace name 'IndentedStringBuilder' could not be found (are you missing a using directive or an assembly reference?)
DependencyObject/DependencyObjectGenerator.cs(179,70,179,91): error CS0246: The type or namespace name 'IndentedStringBuilder' could not be found (are you missing a using directive or an assembly reference?)
DependencyObject/DependencyObjectGenerator.cs(218,75,218,96): error CS0246: The type or namespace name 'IndentedStringBuilder' could not be found (are you missing a using directive or an assembly reference?)
DependencyObject/DependencyObjectGenerator.cs(313,78,313,99): error CS0246: The type or namespace name 'IndentedStringBuilder' could not be found (are you missing a using directive or an assembly reference?)
DependencyObject/DependencyObjectGenerator.cs(348,66,348,87): error CS0246: The type or namespace name 'IndentedStringBuilder' could not be found (are you missing a using directive or an assembly reference?)
DependencyObject/DependencyObjectGenerator.cs(400,72,400,93): error CS0246: The type or namespace name 'IndentedStringBuilder' could not be found (are you missing a using directive or an assembly reference?)
DependencyObject/DependencyObjectGenerator.cs(429,70,429,91): error CS0246: The type or namespace name 'IndentedStringBuilder' could not be found (are you missing a using directive or an assembly reference?)
DependencyObject/DependencyObjectGenerator.cs(485,59,485,80): error CS0246: The type or namespace name 'IndentedStringBuilder' could not be found (are you missing a using directive or an assembly reference?)
DependencyObject/DependencyObjectGenerator.cs(547,72,547,93): error CS0246: The type or namespace name 'IndentedStringBuilder' could not be found (are you missing a using directive or an assembly reference?)
DependencyObject/DependencyObjectGenerator.cs(651,75,651,96): error CS0246: The type or namespace name 'IndentedStringBuilder' could not be found (are you missing a using directive or an assembly reference?)
DependencyObject/DependencyObjectGenerator.cs(684,63,684,84): error CS0246: The type or namespace name 'IndentedStringBuilder' could not be found (are you missing a using directive or an assembly reference?)
DependencyObject/DependencyObjectGenerator.cs(39,41,39,63): error CS0246: The type or namespace name 'SourceGeneratorContext' could not be found (are you missing a using directive or an assembly reference?)
DependencyObject/DependencyObjectGenerator.cs(27,21,27,43): error CS0246: The type or namespace name 'SourceGeneratorContext' could not be found (are you missing a using directive or an assembly reference?)
NativeCtor/NativeCtorsGenerator.cs(12,38,12,53): error CS0246: The type or namespace name 'SourceGenerator' could not be found (are you missing a using directive or an assembly reference?)
NativeCtor/NativeCtorsGenerator.cs(14,32,14,54): error CS0246: The type or namespace name 'SourceGeneratorContext' could not be found (are you missing a using directive or an assembly reference?)
NativeCtor/NativeCtorsGenerator.cs(14,24,14,31): error CS0115: 'NativeCtorsGenerator.Execute(SourceGeneratorContext)': no suitable method found to override
NativeCtor/NativeCtorsGenerator.cs(75,41,75,63): error CS0246: The type or namespace name 'SourceGeneratorContext' could not be found (are you missing a using directive or an assembly reference?)
NativeCtor/NativeCtorsGenerator.cs(22,21,22,43): error CS0246: The type or namespace name 'SourceGeneratorContext' could not be found (are you missing a using directive or an assembly reference?)
XamlGenerator/PlatformHelper.cs(12,38,12,60): error CS0246: The type or namespace name 'SourceGeneratorContext' could not be found (are you missing a using directive or an assembly reference?)
XamlGenerator/XamlCodeGenerator.cs(8,35,8,50): error CS0246: The type or namespace name 'SourceGenerator' could not be found (are you missing a using directive or an assembly reference?)
XamlGenerator/XamlCodeGenerator.cs(10,32,10,54): error CS0246: The type or namespace name 'SourceGeneratorContext' could not be found (are you missing a using directive or an assembly reference?)
XamlGenerator/XamlCodeGenerator.cs(10,24,10,31): error CS0115: 'XamlCodeGenerator.Execute(SourceGeneratorContext)': no suitable method found to override
XamlGenerator/XamlCodeGeneration.cs(44,60,44,75): error CS0246: The type or namespace name 'ProjectInstance' could not be found (are you missing a using directive or an assembly reference?)
XamlGenerator/XamlLazyApplyBlockIIndentedStringBuilder.cs(13,63,13,85): error CS0246: The type or namespace name 'IIndentedStringBuilder' could not be found (are you missing a using directive or an assembly reference?)
XamlGenerator/XamlFileGenerator.cs(312,41,312,62): error CS0246: The type or namespace name 'IndentedStringBuilder' could not be found (are you missing a using directive or an assembly reference?)
XamlGenerator/XamlFileGenerator.cs(325,37,325,58): error CS0246: The type or namespace name 'IndentedStringBuilder' could not be found (are you missing a using directive or an assembly reference?)
XamlGenerator/XamlFileGenerator.cs(347,54,347,75): error CS0246: The type or namespace name 'IndentedStringBuilder' could not be found (are you missing a using directive or an assembly reference?)
XamlGenerator/XamlLazyApplyBlockIIndentedStringBuilder.cs(22,51,22,73): error CS0246: The type or namespace name 'IIndentedStringBuilder' could not be found (are you missing a using directive or an assembly reference?)
XamlGenerator/XamlFileGenerator.cs(364,51,364,72): error CS0246: The type or namespace name 'IndentedStringBuilder' could not be found (are you missing a using directive or an assembly reference?)
XamlGenerator/XamlFileGenerator.cs(450,36,450,58): error CS0246: The type or namespace name 'IIndentedStringBuilder' could not be found (are you missing a using directive or an assembly reference?)
XamlGenerator/XamlFileGenerator.cs(458,41,458,63): error CS0246: The type or namespace name 'IIndentedStringBuilder' could not be found (are you missing a using directive or an assembly reference?)
XamlGenerator/XamlFileGenerator.cs(492,37,492,59): error CS0246: The type or namespace name 'IIndentedStringBuilder' could not be found (are you missing a using directive or an assembly reference?)
XamlGenerator/XamlFileGenerator.cs(557,40,557,62): error CS0246: The type or namespace name 'IIndentedStringBuilder' could not be found (are you missing a using directive or an assembly reference?)
XamlGenerator/XamlFileGenerator.cs(604,45,604,67): error CS0246: The type or namespace name 'IIndentedStringBuilder' could not be found (are you missing a using directive or an assembly reference?)
XamlGenerator/XamlFileGenerator.cs(625,13,625,35): error CS0246: The type or namespace name 'IIndentedStringBuilder' could not be found (are you missing a using directive or an assembly reference?)
XamlGenerator/XamlFileGenerator.cs(707,49,707,71): error CS0246: The type or namespace name 'IIndentedStringBuilder' could not be found (are you missing a using directive or an assembly reference?)
XamlGenerator/XamlFileGenerator.cs(745,36,745,58): error CS0246: The type or namespace name 'IIndentedStringBuilder' could not be found (are you missing a using directive or an assembly reference?)
XamlGenerator/XamlFileGenerator.cs(759,13,759,35): error CS0246: The type or namespace name 'IIndentedStringBuilder' could not be found (are you missing a using directive or an assembly reference?)
XamlGenerator/XamlFileGenerator.cs(772,51,772,73): error CS0246: The type or namespace name 'IIndentedStringBuilder' could not be found (are you missing a using directive or an assembly reference?)
XamlGenerator/XamlFileGenerator.cs(818,13,818,35): error CS0246: The type or namespace name 'IIndentedStringBuilder' could not be found (are you missing a using directive or an assembly reference?)
XamlGenerator/XamlFileGenerator.cs(856,4,856,26): error CS0246: The type or namespace name 'IIndentedStringBuilder' could not be found (are you missing a using directive or an assembly reference?)
XamlGenerator/XamlFileGenerator.cs(928,34,928,56): error CS0246: The type or namespace name 'IIndentedStringBuilder' could not be found (are you missing a using directive or an assembly reference?)
XamlGenerator/XamlFileGenerator.cs(973,33,973,55): error CS0246: The type or namespace name 'IIndentedStringBuilder' could not be found (are you missing a using directive or an assembly reference?)
XamlGenerator/XamlFileGenerator.cs(993,39,993,61): error CS0246: The type or namespace name 'IIndentedStringBuilder' could not be found (are you missing a using directive or an assembly reference?)
XamlGenerator/XamlFileGenerator.cs(1041,36,1041,58): error CS0246: The type or namespace name 'IIndentedStringBuilder' could not be found (are you missing a using directive or an assembly reference?)
XamlGenerator/XamlFileGenerator.cs(1132,30,1132,52): error CS0246: The type or namespace name 'IIndentedStringBuilder' could not be found (are you missing a using directive or an assembly reference?)
XamlGenerator/XamlFileGenerator.cs(1147,38,1147,60): error CS0246: The type or namespace name 'IIndentedStringBuilder' could not be found (are you missing a using directive or an assembly reference?)
XamlGenerator/XamlLazyApplyBlockIIndentedStringBuilder.cs(17,20,17,42): error CS0246: The type or namespace name 'IIndentedStringBuilder' could not be found (are you missing a using directive or an assembly reference?)
XamlGenerator/XamlCodeGeneration.cs(31,20,31,35): error CS0246: The type or namespace name 'ProjectInstance' could not be found (are you missing a using directive or an assembly reference?)
XamlGenerator/XamlFileGenerator.cs(1225,38,1225,60): error CS0246: The type or namespace name 'IIndentedStringBuilder' could not be found (are you missing a using directive or an assembly reference?)
XamlGenerator/XamlFileGenerator.cs(1530,38,1530,60): error CS0246: The type or namespace name 'IIndentedStringBuilder' could not be found (are you missing a using directive or an assembly reference?)
XamlGenerator/XamlFileGenerator.cs(1852,40,1852,62): error CS0246: The type or namespace name 'IIndentedStringBuilder' could not be found (are you missing a using directive or an assembly reference?)
XamlGenerator/XamlFileGenerator.cs(2151,51,2151,73): error CS0246: The type or namespace name 'IIndentedStringBuilder' could not be found (are you missing a using directive or an assembly reference?)
XamlGenerator/XamlFileGenerator.cs(2181,36,2181,58): error CS0246: The type or namespace name 'IIndentedStringBuilder' could not be found (are you missing a using directive or an assembly reference?)
XamlGenerator/XamlFileGenerator.cs(2216,41,2216,63): error CS0246: The type or namespace name 'IIndentedStringBuilder' could not be found (are you missing a using directive or an assembly reference?)
XamlGenerator/XamlFileGenerator.cs(2227,69,2227,91): error CS0246: The type or namespace name 'IIndentedStringBuilder' could not be found (are you missing a using directive or an assembly reference?)
XamlGenerator/XamlFileGenerator.cs(2270,48,2270,70): error CS0246: The type or namespace name 'IIndentedStringBuilder' could not be found (are you missing a using directive or an assembly reference?)
XamlGenerator/XamlFileGenerator.cs(3106,45,3106,67): error CS0246: The type or namespace name 'IIndentedStringBuilder' could not be found (are you missing a using directive or an assembly reference?)
XamlGenerator/XamlFileGenerator.cs(3241,35,3241,57): error CS0246: The type or namespace name 'IIndentedStringBuilder' could not be found (are you missing a using directive or an assembly reference?)
XamlGenerator/XamlFileGenerator.cs(3499,33,3499,55): error CS0246: The type or namespace name 'IIndentedStringBuilder' could not be found (are you missing a using directive or an assembly reference?)
XamlGenerator/XamlFileGenerator.cs(3795,60,3795,82): error CS0246: The type or namespace name 'IIndentedStringBuilder' could not be found (are you missing a using directive or an assembly reference?)
XamlGenerator/XamlFileGenerator.cs(3890,48,3890,70): error CS0246: The type or namespace name 'IIndentedStringBuilder' could not be found (are you missing a using directive or an assembly reference?)
XamlGenerator/XamlFileGenerator.cs(3969,39,3969,61): error CS0246: The type or namespace name 'IIndentedStringBuilder' could not be found (are you missing a using directive or an assembly reference?)
    0 Warning(s)
    109 Error(s)

Time Elapsed 00:00:07.51

Build succeeded.
    0 Warning(s)
    0 Error(s)

Time Elapsed 00:00:06.78

Build succeeded.
    0 Warning(s)
    0 Error(s)

Time Elapsed 00:00:06.02

========== Build: 2 succeeded, 3 failed, 1 up-to-date, 0 skipped ==========
jeromelaban commented 6 years ago

Looks like VS4Mac and Oren's MSBuildExtras have come a very long way, and with few modifications most of the solution can build (except the UAP projects, of course).

I'm updating the CI so it builds on mac as well, I'll post updates here.

jeromelaban commented 6 years ago

A few updates on this topic: