DocFxForUnity icon indicating copy to clipboard operation
DocFxForUnity copied to clipboard

Error with MacOS

Open tatelax opened this issue 4 years ago • 3 comments

Hi,

I'm having trouble getting this working. I'm getting the following error in a brand new Unity project.

I have Visual Studio for Mac as well as Mono installed. I installed docfx through Homebrew.

[20-04-19 05:38:03.743]Warning:[MetadataCommand.ExtractMetadata](/Users/tatemccormick/Documents/documentationtest/Assembly-CSharp.csproj)Error opening project /Users/tatemccormick/Documents/documentationtest/Assembly-CSharp.csproj: The type initializer for 'Microsoft.Build.Collections.MSBuildNameIgnoreCaseComparer' threw an exception.. Ignored.
[20-04-19 05:38:03.748]Info:[MetadataCommand]Completed Scope:MetadataCommand in 553.0567 milliseconds.
[20-04-19 05:38:03.748]Error:Error extracting metadata for /Users/tatemccormick/Documents/documentationtest/Assembly-CSharp.csproj: System.NullReferenceException: Object reference not set to an instance of an object
  at Microsoft.DocAsCode.Metadata.ManagedReference.ExtractMetadataWorker.SaveAllMembersFromCacheAsync () [0x00380] in <36cbd452dc6f4b5d8daa3dce4c7355a8>:0 
  at Microsoft.DocAsCode.Metadata.ManagedReference.ExtractMetadataWorker.ExtractMetadataAsync () [0x000c0] in <36cbd452dc6f4b5d8daa3dce4c7355a8>:0 

My docfx.json

{
    "metadata": [
        {
            "src": [
                {
                    "src": "..",
                    "files": [ "**.csproj" ]
                }
            ],
            "globalNamespaceId": "Global",
            "filter": "filterConfig.yml",
            "dest": "api"
        }
    ],
    "build": {
        "globalMetadata": {
            "_appTitle": "Example Unity documentation",
            "_appFooter": "Example Unity documentation",
            "_enableSearch": true
        },
        "content": [
            {
                "files": [ "toc.yml", "index.md" ]
            },
            {
                "src": "api",
                "files": [ "*.yml" ],
                "dest": "api"
            },
            {
                "src": "manual",
                "files": [ "toc.yml", "*.md" ],
                "dest": "manual"
            }
        ],
        "overwrite": [
            {
                "src": "..",
                "files": [ "Assets/Scripts/**/*.md" ]
            }
        ],
        "resource": [
            {
                "files": [ "resources/**/*" ]
            }
        ],
        "sitemap":
        {
            "baseUrl": "https://normanderwan.github.io/DocFxForUnity",
            "changefreq": "weekly",
            "fileOptions": {
                "api/*": {
                    "changefreq": "daily"
                }
            }
        },
        "xref": [ "https://normanderwan.github.io/DocFxForUnity/Unity/2019.3/xrefmap.yml" ],
        "xrefService": [ "https://xref.docs.microsoft.com/query?uid={uid}" ],
        "dest": "../_site"
    }
}

My filterConfig.yml

apiRules:
- include:
    uidRegex: ^Example
    type: Namespace
- exclude:
    uidRegex: .*
    type: Namespace

tatelax avatar Apr 19 '20 17:04 tatelax

Hi, thank you for opening the issue!

It's the first time I see this error with DocFX. I did some researchs on it. I think it's related to DocFX and Mono, not specifically to DocFxForUnity: https://github.com/dotnet/docfx/issues/2358 But this issue is from March 2018!

To be sure, which versions of DocFX and Mono are you using?

Can you show me the DocFX command you used and the complete output log?

NormandErwan avatar May 01 '20 15:05 NormandErwan

Oh sorry. Was not a topic of the DocFxForInity ... 🙇‍♂️

7k8m avatar May 06 '20 11:05 7k8m

I just loaded docfx onto a mac for use with a Unity 2019.3 project and I have the same problem

docfx loaded from homebrew : "docfx 2.54.0.0" mono : Mono JIT compiler version 6.10.0.104

For what it is worth - the full log is :

[20-06-04 11:30:59.130]Info:[MetadataCommand.ExtractMetadata]Using mono /Library/Frameworks/Mono.framework/Versions/6.10.0/lib/mono/msbuild/15.0/bin/MSBuild.dll as inner compiler.
[20-06-04 11:31:01.836]Info:[MetadataCommand.ExtractMetadata]Loading projects...
[20-06-04 11:31:03.268]Warning:[MetadataCommand.ExtractMetadata](/Users/paulharwood/ViRGIS/VRTK.Prefabs.Runtime.csproj)Error opening project /Users/paulharwood/ViRGIS/VRTK.Prefabs.Runtime.csproj: The type initializer for 'Microsoft.Build.Collections.MSBuildNameIgnoreCaseComparer' threw an exception.. Ignored.
[20-06-04 11:31:03.269]Warning:[MetadataCommand.ExtractMetadata](/Users/paulharwood/ViRGIS/Pcx.csproj)Error opening project /Users/paulharwood/ViRGIS/Pcx.csproj: The type initializer for 'Microsoft.Build.Collections.MSBuildNameIgnoreCaseComparer' threw an exception.. Ignored.
[20-06-04 11:31:03.269]Warning:[MetadataCommand.ExtractMetadata](/Users/paulharwood/ViRGIS/Unity.VisualEffectGraph.Runtime.csproj)Error opening project /Users/paulharwood/ViRGIS/Unity.VisualEffectGraph.Runtime.csproj: The type initializer for 'Microsoft.Build.Collections.MSBuildNameIgnoreCaseComparer' threw an exception.. Ignored.
[20-06-04 11:31:03.269]Warning:[MetadataCommand.ExtractMetadata](/Users/paulharwood/ViRGIS/Unity.InputSystem.csproj)Error opening project /Users/paulharwood/ViRGIS/Unity.InputSystem.csproj: The type initializer for 'Microsoft.Build.Collections.MSBuildNameIgnoreCaseComparer' threw an exception.. Ignored.
[20-06-04 11:31:03.270]Warning:[MetadataCommand.ExtractMetadata](/Users/paulharwood/ViRGIS/Unity.XR.Management.Editor.csproj)Error opening project /Users/paulharwood/ViRGIS/Unity.XR.Management.Editor.csproj: The type initializer for 'Microsoft.Build.Collections.MSBuildNameIgnoreCaseComparer' threw an exception.. Ignored.
[20-06-04 11:31:03.270]Warning:[MetadataCommand.ExtractMetadata](/Users/paulharwood/ViRGIS/Pcx.Editor.csproj)Error opening project /Users/paulharwood/ViRGIS/Pcx.Editor.csproj: The type initializer for 'Microsoft.Build.Collections.MSBuildNameIgnoreCaseComparer' threw an exception.. Ignored.
[20-06-04 11:31:03.270]Warning:[MetadataCommand.ExtractMetadata](/Users/paulharwood/ViRGIS/Unity.ShaderGraph.Editor.csproj)Error opening project /Users/paulharwood/ViRGIS/Unity.ShaderGraph.Editor.csproj: The type initializer for 'Microsoft.Build.Collections.MSBuildNameIgnoreCaseComparer' threw an exception.. Ignored.
[20-06-04 11:31:03.271]Warning:[MetadataCommand.ExtractMetadata](/Users/paulharwood/ViRGIS/Unity.XR.Oculus.Editor.csproj)Error opening project /Users/paulharwood/ViRGIS/Unity.XR.Oculus.Editor.csproj: The type initializer for 'Microsoft.Build.Collections.MSBuildNameIgnoreCaseComparer' threw an exception.. Ignored.
[20-06-04 11:31:03.271]Warning:[MetadataCommand.ExtractMetadata](/Users/paulharwood/ViRGIS/Unity.2D.Tilemap.Editor.csproj)Error opening project /Users/paulharwood/ViRGIS/Unity.2D.Tilemap.Editor.csproj: The type initializer for 'Microsoft.Build.Collections.MSBuildNameIgnoreCaseComparer' threw an exception.. Ignored.
[20-06-04 11:31:03.271]Warning:[MetadataCommand.ExtractMetadata](/Users/paulharwood/ViRGIS/Unity.Subsystem.Registration.csproj)Error opening project /Users/paulharwood/ViRGIS/Unity.Subsystem.Registration.csproj: The type initializer for 'Microsoft.Build.Collections.MSBuildNameIgnoreCaseComparer' threw an exception.. Ignored.
[20-06-04 11:31:03.272]Warning:[MetadataCommand.ExtractMetadata](/Users/paulharwood/ViRGIS/Unity.XR.Management.csproj)Error opening project /Users/paulharwood/ViRGIS/Unity.XR.Management.csproj: The type initializer for 'Microsoft.Build.Collections.MSBuildNameIgnoreCaseComparer' threw an exception.. Ignored.
[20-06-04 11:31:03.272]Warning:[MetadataCommand.ExtractMetadata](/Users/paulharwood/ViRGIS/Unity.XR.Interaction.Toolkit.csproj)Error opening project /Users/paulharwood/ViRGIS/Unity.XR.Interaction.Toolkit.csproj: The type initializer for 'Microsoft.Build.Collections.MSBuildNameIgnoreCaseComparer' threw an exception.. Ignored.
[20-06-04 11:31:03.272]Warning:[MetadataCommand.ExtractMetadata](/Users/paulharwood/ViRGIS/UnityEngine.SpatialTracking.csproj)Error opening project /Users/paulharwood/ViRGIS/UnityEngine.SpatialTracking.csproj: The type initializer for 'Microsoft.Build.Collections.MSBuildNameIgnoreCaseComparer' threw an exception.. Ignored.
[20-06-04 11:31:03.273]Warning:[MetadataCommand.ExtractMetadata](/Users/paulharwood/ViRGIS/Zinnia.Runtime.csproj)Error opening project /Users/paulharwood/ViRGIS/Zinnia.Runtime.csproj: The type initializer for 'Microsoft.Build.Collections.MSBuildNameIgnoreCaseComparer' threw an exception.. Ignored.
[20-06-04 11:31:03.274]Warning:[MetadataCommand.ExtractMetadata](/Users/paulharwood/ViRGIS/Zinnia.Editor.csproj)Error opening project /Users/paulharwood/ViRGIS/Zinnia.Editor.csproj: The type initializer for 'Microsoft.Build.Collections.MSBuildNameIgnoreCaseComparer' threw an exception.. Ignored.
[20-06-04 11:31:03.274]Warning:[MetadataCommand.ExtractMetadata](/Users/paulharwood/ViRGIS/UnityEditor.XR.LegacyInputHelpers.csproj)Error opening project /Users/paulharwood/ViRGIS/UnityEditor.XR.LegacyInputHelpers.csproj: The type initializer for 'Microsoft.Build.Collections.MSBuildNameIgnoreCaseComparer' threw an exception.. Ignored.
[20-06-04 11:31:03.274]Warning:[MetadataCommand.ExtractMetadata](/Users/paulharwood/ViRGIS/Oculus.VR.csproj)Error opening project /Users/paulharwood/ViRGIS/Oculus.VR.csproj: The type initializer for 'Microsoft.Build.Collections.MSBuildNameIgnoreCaseComparer' threw an exception.. Ignored.
[20-06-04 11:31:03.275]Warning:[MetadataCommand.ExtractMetadata](/Users/paulharwood/ViRGIS/UnityEngine.UI.csproj)Error opening project /Users/paulharwood/ViRGIS/UnityEngine.UI.csproj: The type initializer for 'Microsoft.Build.Collections.MSBuildNameIgnoreCaseComparer' threw an exception.. Ignored.
[20-06-04 11:31:03.275]Warning:[MetadataCommand.ExtractMetadata](/Users/paulharwood/ViRGIS/Oculus.VR.Scripts.Editor.csproj)Error opening project /Users/paulharwood/ViRGIS/Oculus.VR.Scripts.Editor.csproj: The type initializer for 'Microsoft.Build.Collections.MSBuildNameIgnoreCaseComparer' threw an exception.. Ignored.
[20-06-04 11:31:03.275]Warning:[MetadataCommand.ExtractMetadata](/Users/paulharwood/ViRGIS/Unity.2D.Sprite.Editor.csproj)Error opening project /Users/paulharwood/ViRGIS/Unity.2D.Sprite.Editor.csproj: The type initializer for 'Microsoft.Build.Collections.MSBuildNameIgnoreCaseComparer' threw an exception.. Ignored.
[20-06-04 11:31:03.276]Warning:[MetadataCommand.ExtractMetadata](/Users/paulharwood/ViRGIS/Unity.RenderPipelines.Core.Runtime.csproj)Error opening project /Users/paulharwood/ViRGIS/Unity.RenderPipelines.Core.Runtime.csproj: The type initializer for 'Microsoft.Build.Collections.MSBuildNameIgnoreCaseComparer' threw an exception.. Ignored.
[20-06-04 11:31:03.276]Warning:[MetadataCommand.ExtractMetadata](/Users/paulharwood/ViRGIS/Assembly-CSharp-Editor.csproj)Error opening project /Users/paulharwood/ViRGIS/Assembly-CSharp-Editor.csproj: The type initializer for 'Microsoft.Build.Collections.MSBuildNameIgnoreCaseComparer' threw an exception.. Ignored.
[20-06-04 11:31:03.277]Warning:[MetadataCommand.ExtractMetadata](/Users/paulharwood/ViRGIS/Unity.TextMeshPro.Editor.csproj)Error opening project /Users/paulharwood/ViRGIS/Unity.TextMeshPro.Editor.csproj: The type initializer for 'Microsoft.Build.Collections.MSBuildNameIgnoreCaseComparer' threw an exception.. Ignored.
[20-06-04 11:31:03.277]Warning:[MetadataCommand.ExtractMetadata](/Users/paulharwood/ViRGIS/Unity.VSCode.Editor.csproj)Error opening project /Users/paulharwood/ViRGIS/Unity.VSCode.Editor.csproj: The type initializer for 'Microsoft.Build.Collections.MSBuildNameIgnoreCaseComparer' threw an exception.. Ignored.
[20-06-04 11:31:03.277]Warning:[MetadataCommand.ExtractMetadata](/Users/paulharwood/ViRGIS/UnityEditor.UI.csproj)Error opening project /Users/paulharwood/ViRGIS/UnityEditor.UI.csproj: The type initializer for 'Microsoft.Build.Collections.MSBuildNameIgnoreCaseComparer' threw an exception.. Ignored.
[20-06-04 11:31:03.278]Warning:[MetadataCommand.ExtractMetadata](/Users/paulharwood/ViRGIS/Unity.XR.Oculus.csproj)Error opening project /Users/paulharwood/ViRGIS/Unity.XR.Oculus.csproj: The type initializer for 'Microsoft.Build.Collections.MSBuildNameIgnoreCaseComparer' threw an exception.. Ignored.
[20-06-04 11:31:03.278]Warning:[MetadataCommand.ExtractMetadata](/Users/paulharwood/ViRGIS/Unity.Mobile.AndroidLogcat.Editor.csproj)Error opening project /Users/paulharwood/ViRGIS/Unity.Mobile.AndroidLogcat.Editor.csproj: The type initializer for 'Microsoft.Build.Collections.MSBuildNameIgnoreCaseComparer' threw an exception.. Ignored.
[20-06-04 11:31:03.278]Warning:[MetadataCommand.ExtractMetadata](/Users/paulharwood/ViRGIS/Unity.Rider.Editor.csproj)Error opening project /Users/paulharwood/ViRGIS/Unity.Rider.Editor.csproj: The type initializer for 'Microsoft.Build.Collections.MSBuildNameIgnoreCaseComparer' threw an exception.. Ignored.
[20-06-04 11:31:03.279]Warning:[MetadataCommand.ExtractMetadata](/Users/paulharwood/ViRGIS/Unity.RenderPipelines.Core.ShaderLibrary.csproj)Error opening project /Users/paulharwood/ViRGIS/Unity.RenderPipelines.Core.ShaderLibrary.csproj: The type initializer for 'Microsoft.Build.Collections.MSBuildNameIgnoreCaseComparer' threw an exception.. Ignored.
[20-06-04 11:31:03.279]Warning:[MetadataCommand.ExtractMetadata](/Users/paulharwood/ViRGIS/UnityEngine.TestRunner.csproj)Error opening project /Users/paulharwood/ViRGIS/UnityEngine.TestRunner.csproj: The type initializer for 'Microsoft.Build.Collections.MSBuildNameIgnoreCaseComparer' threw an exception.. Ignored.
[20-06-04 11:31:03.279]Warning:[MetadataCommand.ExtractMetadata](/Users/paulharwood/ViRGIS/Unity.XR.Interaction.Toolkit.Editor.csproj)Error opening project /Users/paulharwood/ViRGIS/Unity.XR.Interaction.Toolkit.Editor.csproj: The type initializer for 'Microsoft.Build.Collections.MSBuildNameIgnoreCaseComparer' threw an exception.. Ignored.
[20-06-04 11:31:03.280]Warning:[MetadataCommand.ExtractMetadata](/Users/paulharwood/ViRGIS/Unity.Analytics.DataPrivacy.csproj)Error opening project /Users/paulharwood/ViRGIS/Unity.Analytics.DataPrivacy.csproj: The type initializer for 'Microsoft.Build.Collections.MSBuildNameIgnoreCaseComparer' threw an exception.. Ignored.
[20-06-04 11:31:03.280]Warning:[MetadataCommand.ExtractMetadata](/Users/paulharwood/ViRGIS/UnityEditor.TestRunner.csproj)Error opening project /Users/paulharwood/ViRGIS/UnityEditor.TestRunner.csproj: The type initializer for 'Microsoft.Build.Collections.MSBuildNameIgnoreCaseComparer' threw an exception.. Ignored.
[20-06-04 11:31:03.280]Warning:[MetadataCommand.ExtractMetadata](/Users/paulharwood/ViRGIS/geometry3Sharp.csproj)Error opening project /Users/paulharwood/ViRGIS/geometry3Sharp.csproj: The type initializer for 'Microsoft.Build.Collections.MSBuildNameIgnoreCaseComparer' threw an exception.. Ignored.
[20-06-04 11:31:03.281]Warning:[MetadataCommand.ExtractMetadata](/Users/paulharwood/ViRGIS/UnityEngine.XR.LegacyInputHelpers.csproj)Error opening project /Users/paulharwood/ViRGIS/UnityEngine.XR.LegacyInputHelpers.csproj: The type initializer for 'Microsoft.Build.Collections.MSBuildNameIgnoreCaseComparer' threw an exception.. Ignored.
[20-06-04 11:31:03.281]Warning:[MetadataCommand.ExtractMetadata](/Users/paulharwood/ViRGIS/Unity.RenderPipelines.Universal.Runtime.csproj)Error opening project /Users/paulharwood/ViRGIS/Unity.RenderPipelines.Universal.Runtime.csproj: The type initializer for 'Microsoft.Build.Collections.MSBuildNameIgnoreCaseComparer' threw an exception.. Ignored.
[20-06-04 11:31:03.281]Warning:[MetadataCommand.ExtractMetadata](/Users/paulharwood/ViRGIS/Unity.ShaderGraph.Utilities.csproj)Error opening project /Users/paulharwood/ViRGIS/Unity.ShaderGraph.Utilities.csproj: The type initializer for 'Microsoft.Build.Collections.MSBuildNameIgnoreCaseComparer' threw an exception.. Ignored.
[20-06-04 11:31:03.282]Warning:[MetadataCommand.ExtractMetadata](/Users/paulharwood/ViRGIS/Unity.RenderPipelines.Core.Editor.csproj)Error opening project /Users/paulharwood/ViRGIS/Unity.RenderPipelines.Core.Editor.csproj: The type initializer for 'Microsoft.Build.Collections.MSBuildNameIgnoreCaseComparer' threw an exception.. Ignored.
[20-06-04 11:31:03.282]Warning:[MetadataCommand.ExtractMetadata](/Users/paulharwood/ViRGIS/UnityEditor.SpatialTracking.csproj)Error opening project /Users/paulharwood/ViRGIS/UnityEditor.SpatialTracking.csproj: The type initializer for 'Microsoft.Build.Collections.MSBuildNameIgnoreCaseComparer' threw an exception.. Ignored.
[20-06-04 11:31:03.282]Warning:[MetadataCommand.ExtractMetadata](/Users/paulharwood/ViRGIS/com.unity.multiplayer-weaver.Editor.csproj)Error opening project /Users/paulharwood/ViRGIS/com.unity.multiplayer-weaver.Editor.csproj: The type initializer for 'Microsoft.Build.Collections.MSBuildNameIgnoreCaseComparer' threw an exception.. Ignored.
[20-06-04 11:31:03.283]Warning:[MetadataCommand.ExtractMetadata](/Users/paulharwood/ViRGIS/com.unity.multiplayer-hlapi.Runtime.csproj)Error opening project /Users/paulharwood/ViRGIS/com.unity.multiplayer-hlapi.Runtime.csproj: The type initializer for 'Microsoft.Build.Collections.MSBuildNameIgnoreCaseComparer' threw an exception.. Ignored.
[20-06-04 11:31:03.283]Warning:[MetadataCommand.ExtractMetadata](/Users/paulharwood/ViRGIS/Oculus.VR.Editor.csproj)Error opening project /Users/paulharwood/ViRGIS/Oculus.VR.Editor.csproj: The type initializer for 'Microsoft.Build.Collections.MSBuildNameIgnoreCaseComparer' threw an exception.. Ignored.
[20-06-04 11:31:03.283]Warning:[MetadataCommand.ExtractMetadata](/Users/paulharwood/ViRGIS/Unity.CollabProxy.Editor.csproj)Error opening project /Users/paulharwood/ViRGIS/Unity.CollabProxy.Editor.csproj: The type initializer for 'Microsoft.Build.Collections.MSBuildNameIgnoreCaseComparer' threw an exception.. Ignored.
[20-06-04 11:31:03.283]Warning:[MetadataCommand.ExtractMetadata](/Users/paulharwood/ViRGIS/Unity.RenderPipelines.Universal.Shaders.csproj)Error opening project /Users/paulharwood/ViRGIS/Unity.RenderPipelines.Universal.Shaders.csproj: The type initializer for 'Microsoft.Build.Collections.MSBuildNameIgnoreCaseComparer' threw an exception.. Ignored.
[20-06-04 11:31:03.284]Warning:[MetadataCommand.ExtractMetadata](/Users/paulharwood/ViRGIS/Unity.TextMeshPro.csproj)Error opening project /Users/paulharwood/ViRGIS/Unity.TextMeshPro.csproj: The type initializer for 'Microsoft.Build.Collections.MSBuildNameIgnoreCaseComparer' threw an exception.. Ignored.
[20-06-04 11:31:03.284]Warning:[MetadataCommand.ExtractMetadata](/Users/paulharwood/ViRGIS/Assembly-CSharp.csproj)Error opening project /Users/paulharwood/ViRGIS/Assembly-CSharp.csproj: The type initializer for 'Microsoft.Build.Collections.MSBuildNameIgnoreCaseComparer' threw an exception.. Ignored.
[20-06-04 11:31:03.284]Warning:[MetadataCommand.ExtractMetadata](/Users/paulharwood/ViRGIS/Unity.VisualEffectGraph.Editor.csproj)Error opening project /Users/paulharwood/ViRGIS/Unity.VisualEffectGraph.Editor.csproj: The type initializer for 'Microsoft.Build.Collections.MSBuildNameIgnoreCaseComparer' threw an exception.. Ignored.
[20-06-04 11:31:03.285]Warning:[MetadataCommand.ExtractMetadata](/Users/paulharwood/ViRGIS/Unity.RenderPipelines.Universal.Editor.csproj)Error opening project /Users/paulharwood/ViRGIS/Unity.RenderPipelines.Universal.Editor.csproj: The type initializer for 'Microsoft.Build.Collections.MSBuildNameIgnoreCaseComparer' threw an exception.. Ignored.
[20-06-04 11:31:03.285]Warning:[MetadataCommand.ExtractMetadata](/Users/paulharwood/ViRGIS/Unity.RenderPipeline.Universal.ShaderLibrary.csproj)Error opening project /Users/paulharwood/ViRGIS/Unity.RenderPipeline.Universal.ShaderLibrary.csproj: The type initializer for 'Microsoft.Build.Collections.MSBuildNameIgnoreCaseComparer' threw an exception.. Ignored.
[20-06-04 11:31:03.285]Warning:[MetadataCommand.ExtractMetadata](/Users/paulharwood/ViRGIS/com.unity.multiplayer-hlapi.Editor.csproj)Error opening project /Users/paulharwood/ViRGIS/com.unity.multiplayer-hlapi.Editor.csproj: The type initializer for 'Microsoft.Build.Collections.MSBuildNameIgnoreCaseComparer' threw an exception.. Ignored.
[20-06-04 11:31:03.286]Warning:[MetadataCommand.ExtractMetadata](/Users/paulharwood/ViRGIS/Unity.RenderPipelines.ShaderGraph.ShaderGraphLibrary.csproj)Error opening project /Users/paulharwood/ViRGIS/Unity.RenderPipelines.ShaderGraph.ShaderGraphLibrary.csproj: The type initializer for 'Microsoft.Build.Collections.MSBuildNameIgnoreCaseComparer' threw an exception.. Ignored.
[20-06-04 11:31:03.286]Warning:[MetadataCommand.ExtractMetadata](/Users/paulharwood/ViRGIS/Supyrb.Editor.csproj)Error opening project /Users/paulharwood/ViRGIS/Supyrb.Editor.csproj: The type initializer for 'Microsoft.Build.Collections.MSBuildNameIgnoreCaseComparer' threw an exception.. Ignored.
[20-06-04 11:31:03.286]Warning:[MetadataCommand.ExtractMetadata](/Users/paulharwood/ViRGIS/GeoJSON.Net/src/GeoJSON.Net/GeoJSON.Net.csproj)Error opening project /Users/paulharwood/ViRGIS/GeoJSON.Net/src/GeoJSON.Net/GeoJSON.Net.csproj: The type initializer for 'Microsoft.Build.Collections.MSBuildNameIgnoreCaseComparer' threw an exception.. Ignored.
[20-06-04 11:31:03.289]Warning:[MetadataCommand.ExtractMetadata](/Users/paulharwood/ViRGIS/GeoJSON.Net/src/GeoJSON.Net.Tests/GeoJSON.Net.Tests.csproj)Error opening project /Users/paulharwood/ViRGIS/GeoJSON.Net/src/GeoJSON.Net.Tests/GeoJSON.Net.Tests.csproj: The type initializer for 'Microsoft.Build.Collections.MSBuildNameIgnoreCaseComparer' threw an exception.. Ignored.
[20-06-04 11:31:03.296]Info:[MetadataCommand]Completed Scope:MetadataCommand in 4403.491 milliseconds.
[20-06-04 11:31:03.296]Error:Error extracting metadata for /Users/paulharwood/ViRGIS/VRTK.Prefabs.Runtime.csproj,/Users/paulharwood/ViRGIS/Pcx.csproj,/Users/paulharwood/ViRGIS/Unity.VisualEffectGraph.Runtime.csproj,/Users/paulharwood/ViRGIS/Unity.InputSystem.csproj,/Users/paulharwood/ViRGIS/Unity.XR.Management.Editor.csproj,/Users/paulharwood/ViRGIS/Pcx.Editor.csproj,/Users/paulharwood/ViRGIS/Unity.ShaderGraph.Editor.csproj,/Users/paulharwood/ViRGIS/Unity.XR.Oculus.Editor.csproj,/Users/paulharwood/ViRGIS/Unity.2D.Tilemap.Editor.csproj,/Users/paulharwood/ViRGIS/Unity.Subsystem.Registration.csproj,/Users/paulharwood/ViRGIS/Unity.XR.Management.csproj,/Users/paulharwood/ViRGIS/Unity.XR.Interaction.Toolkit.csproj,/Users/paulharwood/ViRGIS/UnityEngine.SpatialTracking.csproj,/Users/paulharwood/ViRGIS/Zinnia.Runtime.csproj,/Users/paulharwood/ViRGIS/Zinnia.Editor.csproj,/Users/paulharwood/ViRGIS/UnityEditor.XR.LegacyInputHelpers.csproj,/Users/paulharwood/ViRGIS/Oculus.VR.csproj,/Users/paulharwood/ViRGIS/UnityEngine.UI.csproj,/Users/paulharwood/ViRGIS/Oculus.VR.Scripts.Editor.csproj,/Users/paulharwood/ViRGIS/Unity.2D.Sprite.Editor.csproj,/Users/paulharwood/ViRGIS/Unity.RenderPipelines.Core.Runtime.csproj,/Users/paulharwood/ViRGIS/Assembly-CSharp-Editor.csproj,/Users/paulharwood/ViRGIS/Unity.TextMeshPro.Editor.csproj,/Users/paulharwood/ViRGIS/Unity.VSCode.Editor.csproj,/Users/paulharwood/ViRGIS/UnityEditor.UI.csproj,/Users/paulharwood/ViRGIS/Unity.XR.Oculus.csproj,/Users/paulharwood/ViRGIS/Unity.Mobile.AndroidLogcat.Editor.csproj,/Users/paulharwood/ViRGIS/Unity.Rider.Editor.csproj,/Users/paulharwood/ViRGIS/Unity.RenderPipelines.Core.ShaderLibrary.csproj,/Users/paulharwood/ViRGIS/UnityEngine.TestRunner.csproj,/Users/paulharwood/ViRGIS/Unity.XR.Interaction.Toolkit.Editor.csproj,/Users/paulharwood/ViRGIS/Unity.Analytics.DataPrivacy.csproj,/Users/paulharwood/ViRGIS/UnityEditor.TestRunner.csproj,/Users/paulharwood/ViRGIS/geometry3Sharp.csproj,/Users/paulharwood/ViRGIS/UnityEngine.XR.LegacyInputHelpers.csproj,/Users/paulharwood/ViRGIS/Unity.RenderPipelines.Universal.Runtime.csproj,/Users/paulharwood/ViRGIS/Unity.ShaderGraph.Utilities.csproj,/Users/paulharwood/ViRGIS/Unity.RenderPipelines.Core.Editor.csproj,/Users/paulharwood/ViRGIS/UnityEditor.SpatialTracking.csproj,/Users/paulharwood/ViRGIS/com.unity.multiplayer-weaver.Editor.csproj,/Users/paulharwood/ViRGIS/com.unity.multiplayer-hlapi.Runtime.csproj,/Users/paulharwood/ViRGIS/Oculus.VR.Editor.csproj,/Users/paulharwood/ViRGIS/Unity.CollabProxy.Editor.csproj,/Users/paulharwood/ViRGIS/Unity.RenderPipelines.Universal.Shaders.csproj,/Users/paulharwood/ViRGIS/Unity.TextMeshPro.csproj,/Users/paulharwood/ViRGIS/Assembly-CSharp.csproj,/Users/paulharwood/ViRGIS/Unity.VisualEffectGraph.Editor.csproj,/Users/paulharwood/ViRGIS/Unity.RenderPipelines.Universal.Editor.csproj,/Users/paulharwood/ViRGIS/Unity.RenderPipeline.Universal.ShaderLibrary.csproj,/Users/paulharwood/ViRGIS/com.unity.multiplayer-hlapi.Editor.csproj,/Users/paulharwood/ViRGIS/Unity.RenderPipelines.ShaderGraph.ShaderGraphLibrary.csproj,/Users/paulharwood/ViRGIS/Supyrb.Editor.csproj,/Users/paulharwood/ViRGIS/GeoJSON.Net/src/GeoJSON.Net/GeoJSON.Net.csproj,/Users/paulharwood/ViRGIS/GeoJSON.Net/src/GeoJSON.Net.Tests/GeoJSON.Net.Tests.csproj: System.NullReferenceException: Object reference not set to an instance of an object
  at Microsoft.DocAsCode.Metadata.ManagedReference.ExtractMetadataWorker.SaveAllMembersFromCacheAsync () [0x00380] in <20f0d7eb4db34c83bc8acb097ece0833>:0 
  at Microsoft.DocAsCode.Metadata.ManagedReference.ExtractMetadataWorker.ExtractMetadataAsync () [0x000c0] in <20f0d7eb4db34c83bc8acb097ece0833>:0 
[20-06-04 11:31:03.297]Info:Completed in 4408.1857 milliseconds


Build failed.
[20-06-04 11:31:03.300]Warning:[MetadataCommand.ExtractMetadata](/Users/paulharwood/ViRGIS/VRTK.Prefabs.Runtime.csproj)Error opening project /Users/paulharwood/ViRGIS/VRTK.Prefabs.Runtime.csproj: The type initializer for 'Microsoft.Build.Collections.MSBuildNameIgnoreCaseComparer' threw an exception.. Ignored.
[20-06-04 11:31:03.300]Warning:[MetadataCommand.ExtractMetadata](/Users/paulharwood/ViRGIS/Pcx.csproj)Error opening project /Users/paulharwood/ViRGIS/Pcx.csproj: The type initializer for 'Microsoft.Build.Collections.MSBuildNameIgnoreCaseComparer' threw an exception.. Ignored.
[20-06-04 11:31:03.300]Warning:[MetadataCommand.ExtractMetadata](/Users/paulharwood/ViRGIS/Unity.VisualEffectGraph.Runtime.csproj)Error opening project /Users/paulharwood/ViRGIS/Unity.VisualEffectGraph.Runtime.csproj: The type initializer for 'Microsoft.Build.Collections.MSBuildNameIgnoreCaseComparer' threw an exception.. Ignored.
[20-06-04 11:31:03.300]Warning:[MetadataCommand.ExtractMetadata](/Users/paulharwood/ViRGIS/Unity.InputSystem.csproj)Error opening project /Users/paulharwood/ViRGIS/Unity.InputSystem.csproj: The type initializer for 'Microsoft.Build.Collections.MSBuildNameIgnoreCaseComparer' threw an exception.. Ignored.
[20-06-04 11:31:03.300]Warning:[MetadataCommand.ExtractMetadata](/Users/paulharwood/ViRGIS/Unity.XR.Management.Editor.csproj)Error opening project /Users/paulharwood/ViRGIS/Unity.XR.Management.Editor.csproj: The type initializer for 'Microsoft.Build.Collections.MSBuildNameIgnoreCaseComparer' threw an exception.. Ignored.
[20-06-04 11:31:03.301]Warning:[MetadataCommand.ExtractMetadata](/Users/paulharwood/ViRGIS/Pcx.Editor.csproj)Error opening project /Users/paulharwood/ViRGIS/Pcx.Editor.csproj: The type initializer for 'Microsoft.Build.Collections.MSBuildNameIgnoreCaseComparer' threw an exception.. Ignored.
[20-06-04 11:31:03.301]Warning:[MetadataCommand.ExtractMetadata](/Users/paulharwood/ViRGIS/Unity.ShaderGraph.Editor.csproj)Error opening project /Users/paulharwood/ViRGIS/Unity.ShaderGraph.Editor.csproj: The type initializer for 'Microsoft.Build.Collections.MSBuildNameIgnoreCaseComparer' threw an exception.. Ignored.
[20-06-04 11:31:03.301]Warning:[MetadataCommand.ExtractMetadata](/Users/paulharwood/ViRGIS/Unity.XR.Oculus.Editor.csproj)Error opening project /Users/paulharwood/ViRGIS/Unity.XR.Oculus.Editor.csproj: The type initializer for 'Microsoft.Build.Collections.MSBuildNameIgnoreCaseComparer' threw an exception.. Ignored.
[20-06-04 11:31:03.301]Warning:[MetadataCommand.ExtractMetadata](/Users/paulharwood/ViRGIS/Unity.2D.Tilemap.Editor.csproj)Error opening project /Users/paulharwood/ViRGIS/Unity.2D.Tilemap.Editor.csproj: The type initializer for 'Microsoft.Build.Collections.MSBuildNameIgnoreCaseComparer' threw an exception.. Ignored.
[20-06-04 11:31:03.301]Warning:[MetadataCommand.ExtractMetadata](/Users/paulharwood/ViRGIS/Unity.Subsystem.Registration.csproj)Error opening project /Users/paulharwood/ViRGIS/Unity.Subsystem.Registration.csproj: The type initializer for 'Microsoft.Build.Collections.MSBuildNameIgnoreCaseComparer' threw an exception.. Ignored.
[20-06-04 11:31:03.301]Warning:[MetadataCommand.ExtractMetadata](/Users/paulharwood/ViRGIS/Unity.XR.Management.csproj)Error opening project /Users/paulharwood/ViRGIS/Unity.XR.Management.csproj: The type initializer for 'Microsoft.Build.Collections.MSBuildNameIgnoreCaseComparer' threw an exception.. Ignored.
[20-06-04 11:31:03.301]Warning:[MetadataCommand.ExtractMetadata](/Users/paulharwood/ViRGIS/Unity.XR.Interaction.Toolkit.csproj)Error opening project /Users/paulharwood/ViRGIS/Unity.XR.Interaction.Toolkit.csproj: The type initializer for 'Microsoft.Build.Collections.MSBuildNameIgnoreCaseComparer' threw an exception.. Ignored.
[20-06-04 11:31:03.301]Warning:[MetadataCommand.ExtractMetadata](/Users/paulharwood/ViRGIS/UnityEngine.SpatialTracking.csproj)Error opening project /Users/paulharwood/ViRGIS/UnityEngine.SpatialTracking.csproj: The type initializer for 'Microsoft.Build.Collections.MSBuildNameIgnoreCaseComparer' threw an exception.. Ignored.
[20-06-04 11:31:03.301]Warning:[MetadataCommand.ExtractMetadata](/Users/paulharwood/ViRGIS/Zinnia.Runtime.csproj)Error opening project /Users/paulharwood/ViRGIS/Zinnia.Runtime.csproj: The type initializer for 'Microsoft.Build.Collections.MSBuildNameIgnoreCaseComparer' threw an exception.. Ignored.
[20-06-04 11:31:03.301]Warning:[MetadataCommand.ExtractMetadata](/Users/paulharwood/ViRGIS/Zinnia.Editor.csproj)Error opening project /Users/paulharwood/ViRGIS/Zinnia.Editor.csproj: The type initializer for 'Microsoft.Build.Collections.MSBuildNameIgnoreCaseComparer' threw an exception.. Ignored.
[20-06-04 11:31:03.301]Warning:[MetadataCommand.ExtractMetadata](/Users/paulharwood/ViRGIS/UnityEditor.XR.LegacyInputHelpers.csproj)Error opening project /Users/paulharwood/ViRGIS/UnityEditor.XR.LegacyInputHelpers.csproj: The type initializer for 'Microsoft.Build.Collections.MSBuildNameIgnoreCaseComparer' threw an exception.. Ignored.
[20-06-04 11:31:03.301]Warning:[MetadataCommand.ExtractMetadata](/Users/paulharwood/ViRGIS/Oculus.VR.csproj)Error opening project /Users/paulharwood/ViRGIS/Oculus.VR.csproj: The type initializer for 'Microsoft.Build.Collections.MSBuildNameIgnoreCaseComparer' threw an exception.. Ignored.
[20-06-04 11:31:03.301]Warning:[MetadataCommand.ExtractMetadata](/Users/paulharwood/ViRGIS/UnityEngine.UI.csproj)Error opening project /Users/paulharwood/ViRGIS/UnityEngine.UI.csproj: The type initializer for 'Microsoft.Build.Collections.MSBuildNameIgnoreCaseComparer' threw an exception.. Ignored.
[20-06-04 11:31:03.301]Warning:[MetadataCommand.ExtractMetadata](/Users/paulharwood/ViRGIS/Oculus.VR.Scripts.Editor.csproj)Error opening project /Users/paulharwood/ViRGIS/Oculus.VR.Scripts.Editor.csproj: The type initializer for 'Microsoft.Build.Collections.MSBuildNameIgnoreCaseComparer' threw an exception.. Ignored.
[20-06-04 11:31:03.301]Warning:[MetadataCommand.ExtractMetadata](/Users/paulharwood/ViRGIS/Unity.2D.Sprite.Editor.csproj)Error opening project /Users/paulharwood/ViRGIS/Unity.2D.Sprite.Editor.csproj: The type initializer for 'Microsoft.Build.Collections.MSBuildNameIgnoreCaseComparer' threw an exception.. Ignored.
[20-06-04 11:31:03.301]Warning:[MetadataCommand.ExtractMetadata](/Users/paulharwood/ViRGIS/Unity.RenderPipelines.Core.Runtime.csproj)Error opening project /Users/paulharwood/ViRGIS/Unity.RenderPipelines.Core.Runtime.csproj: The type initializer for 'Microsoft.Build.Collections.MSBuildNameIgnoreCaseComparer' threw an exception.. Ignored.
[20-06-04 11:31:03.301]Warning:[MetadataCommand.ExtractMetadata](/Users/paulharwood/ViRGIS/Assembly-CSharp-Editor.csproj)Error opening project /Users/paulharwood/ViRGIS/Assembly-CSharp-Editor.csproj: The type initializer for 'Microsoft.Build.Collections.MSBuildNameIgnoreCaseComparer' threw an exception.. Ignored.
[20-06-04 11:31:03.301]Warning:[MetadataCommand.ExtractMetadata](/Users/paulharwood/ViRGIS/Unity.TextMeshPro.Editor.csproj)Error opening project /Users/paulharwood/ViRGIS/Unity.TextMeshPro.Editor.csproj: The type initializer for 'Microsoft.Build.Collections.MSBuildNameIgnoreCaseComparer' threw an exception.. Ignored.
[20-06-04 11:31:03.301]Warning:[MetadataCommand.ExtractMetadata](/Users/paulharwood/ViRGIS/Unity.VSCode.Editor.csproj)Error opening project /Users/paulharwood/ViRGIS/Unity.VSCode.Editor.csproj: The type initializer for 'Microsoft.Build.Collections.MSBuildNameIgnoreCaseComparer' threw an exception.. Ignored.
[20-06-04 11:31:03.302]Warning:[MetadataCommand.ExtractMetadata](/Users/paulharwood/ViRGIS/UnityEditor.UI.csproj)Error opening project /Users/paulharwood/ViRGIS/UnityEditor.UI.csproj: The type initializer for 'Microsoft.Build.Collections.MSBuildNameIgnoreCaseComparer' threw an exception.. Ignored.
[20-06-04 11:31:03.302]Warning:[MetadataCommand.ExtractMetadata](/Users/paulharwood/ViRGIS/Unity.XR.Oculus.csproj)Error opening project /Users/paulharwood/ViRGIS/Unity.XR.Oculus.csproj: The type initializer for 'Microsoft.Build.Collections.MSBuildNameIgnoreCaseComparer' threw an exception.. Ignored.
[20-06-04 11:31:03.302]Warning:[MetadataCommand.ExtractMetadata](/Users/paulharwood/ViRGIS/Unity.Mobile.AndroidLogcat.Editor.csproj)Error opening project /Users/paulharwood/ViRGIS/Unity.Mobile.AndroidLogcat.Editor.csproj: The type initializer for 'Microsoft.Build.Collections.MSBuildNameIgnoreCaseComparer' threw an exception.. Ignored.
[20-06-04 11:31:03.302]Warning:[MetadataCommand.ExtractMetadata](/Users/paulharwood/ViRGIS/Unity.Rider.Editor.csproj)Error opening project /Users/paulharwood/ViRGIS/Unity.Rider.Editor.csproj: The type initializer for 'Microsoft.Build.Collections.MSBuildNameIgnoreCaseComparer' threw an exception.. Ignored.
[20-06-04 11:31:03.302]Warning:[MetadataCommand.ExtractMetadata](/Users/paulharwood/ViRGIS/Unity.RenderPipelines.Core.ShaderLibrary.csproj)Error opening project /Users/paulharwood/ViRGIS/Unity.RenderPipelines.Core.ShaderLibrary.csproj: The type initializer for 'Microsoft.Build.Collections.MSBuildNameIgnoreCaseComparer' threw an exception.. Ignored.
[20-06-04 11:31:03.302]Warning:[MetadataCommand.ExtractMetadata](/Users/paulharwood/ViRGIS/UnityEngine.TestRunner.csproj)Error opening project /Users/paulharwood/ViRGIS/UnityEngine.TestRunner.csproj: The type initializer for 'Microsoft.Build.Collections.MSBuildNameIgnoreCaseComparer' threw an exception.. Ignored.
[20-06-04 11:31:03.302]Warning:[MetadataCommand.ExtractMetadata](/Users/paulharwood/ViRGIS/Unity.XR.Interaction.Toolkit.Editor.csproj)Error opening project /Users/paulharwood/ViRGIS/Unity.XR.Interaction.Toolkit.Editor.csproj: The type initializer for 'Microsoft.Build.Collections.MSBuildNameIgnoreCaseComparer' threw an exception.. Ignored.
[20-06-04 11:31:03.302]Warning:[MetadataCommand.ExtractMetadata](/Users/paulharwood/ViRGIS/Unity.Analytics.DataPrivacy.csproj)Error opening project /Users/paulharwood/ViRGIS/Unity.Analytics.DataPrivacy.csproj: The type initializer for 'Microsoft.Build.Collections.MSBuildNameIgnoreCaseComparer' threw an exception.. Ignored.
[20-06-04 11:31:03.302]Warning:[MetadataCommand.ExtractMetadata](/Users/paulharwood/ViRGIS/UnityEditor.TestRunner.csproj)Error opening project /Users/paulharwood/ViRGIS/UnityEditor.TestRunner.csproj: The type initializer for 'Microsoft.Build.Collections.MSBuildNameIgnoreCaseComparer' threw an exception.. Ignored.
[20-06-04 11:31:03.302]Warning:[MetadataCommand.ExtractMetadata](/Users/paulharwood/ViRGIS/geometry3Sharp.csproj)Error opening project /Users/paulharwood/ViRGIS/geometry3Sharp.csproj: The type initializer for 'Microsoft.Build.Collections.MSBuildNameIgnoreCaseComparer' threw an exception.. Ignored.
[20-06-04 11:31:03.302]Warning:[MetadataCommand.ExtractMetadata](/Users/paulharwood/ViRGIS/UnityEngine.XR.LegacyInputHelpers.csproj)Error opening project /Users/paulharwood/ViRGIS/UnityEngine.XR.LegacyInputHelpers.csproj: The type initializer for 'Microsoft.Build.Collections.MSBuildNameIgnoreCaseComparer' threw an exception.. Ignored.
[20-06-04 11:31:03.302]Warning:[MetadataCommand.ExtractMetadata](/Users/paulharwood/ViRGIS/Unity.RenderPipelines.Universal.Runtime.csproj)Error opening project /Users/paulharwood/ViRGIS/Unity.RenderPipelines.Universal.Runtime.csproj: The type initializer for 'Microsoft.Build.Collections.MSBuildNameIgnoreCaseComparer' threw an exception.. Ignored.
[20-06-04 11:31:03.302]Warning:[MetadataCommand.ExtractMetadata](/Users/paulharwood/ViRGIS/Unity.ShaderGraph.Utilities.csproj)Error opening project /Users/paulharwood/ViRGIS/Unity.ShaderGraph.Utilities.csproj: The type initializer for 'Microsoft.Build.Collections.MSBuildNameIgnoreCaseComparer' threw an exception.. Ignored.
[20-06-04 11:31:03.302]Warning:[MetadataCommand.ExtractMetadata](/Users/paulharwood/ViRGIS/Unity.RenderPipelines.Core.Editor.csproj)Error opening project /Users/paulharwood/ViRGIS/Unity.RenderPipelines.Core.Editor.csproj: The type initializer for 'Microsoft.Build.Collections.MSBuildNameIgnoreCaseComparer' threw an exception.. Ignored.
[20-06-04 11:31:03.302]Warning:[MetadataCommand.ExtractMetadata](/Users/paulharwood/ViRGIS/UnityEditor.SpatialTracking.csproj)Error opening project /Users/paulharwood/ViRGIS/UnityEditor.SpatialTracking.csproj: The type initializer for 'Microsoft.Build.Collections.MSBuildNameIgnoreCaseComparer' threw an exception.. Ignored.
[20-06-04 11:31:03.303]Warning:[MetadataCommand.ExtractMetadata](/Users/paulharwood/ViRGIS/com.unity.multiplayer-weaver.Editor.csproj)Error opening project /Users/paulharwood/ViRGIS/com.unity.multiplayer-weaver.Editor.csproj: The type initializer for 'Microsoft.Build.Collections.MSBuildNameIgnoreCaseComparer' threw an exception.. Ignored.
[20-06-04 11:31:03.303]Warning:[MetadataCommand.ExtractMetadata](/Users/paulharwood/ViRGIS/com.unity.multiplayer-hlapi.Runtime.csproj)Error opening project /Users/paulharwood/ViRGIS/com.unity.multiplayer-hlapi.Runtime.csproj: The type initializer for 'Microsoft.Build.Collections.MSBuildNameIgnoreCaseComparer' threw an exception.. Ignored.
[20-06-04 11:31:03.303]Warning:[MetadataCommand.ExtractMetadata](/Users/paulharwood/ViRGIS/Oculus.VR.Editor.csproj)Error opening project /Users/paulharwood/ViRGIS/Oculus.VR.Editor.csproj: The type initializer for 'Microsoft.Build.Collections.MSBuildNameIgnoreCaseComparer' threw an exception.. Ignored.
[20-06-04 11:31:03.303]Warning:[MetadataCommand.ExtractMetadata](/Users/paulharwood/ViRGIS/Unity.CollabProxy.Editor.csproj)Error opening project /Users/paulharwood/ViRGIS/Unity.CollabProxy.Editor.csproj: The type initializer for 'Microsoft.Build.Collections.MSBuildNameIgnoreCaseComparer' threw an exception.. Ignored.
[20-06-04 11:31:03.303]Warning:[MetadataCommand.ExtractMetadata](/Users/paulharwood/ViRGIS/Unity.RenderPipelines.Universal.Shaders.csproj)Error opening project /Users/paulharwood/ViRGIS/Unity.RenderPipelines.Universal.Shaders.csproj: The type initializer for 'Microsoft.Build.Collections.MSBuildNameIgnoreCaseComparer' threw an exception.. Ignored.
[20-06-04 11:31:03.303]Warning:[MetadataCommand.ExtractMetadata](/Users/paulharwood/ViRGIS/Unity.TextMeshPro.csproj)Error opening project /Users/paulharwood/ViRGIS/Unity.TextMeshPro.csproj: The type initializer for 'Microsoft.Build.Collections.MSBuildNameIgnoreCaseComparer' threw an exception.. Ignored.
[20-06-04 11:31:03.303]Warning:[MetadataCommand.ExtractMetadata](/Users/paulharwood/ViRGIS/Assembly-CSharp.csproj)Error opening project /Users/paulharwood/ViRGIS/Assembly-CSharp.csproj: The type initializer for 'Microsoft.Build.Collections.MSBuildNameIgnoreCaseComparer' threw an exception.. Ignored.
[20-06-04 11:31:03.303]Warning:[MetadataCommand.ExtractMetadata](/Users/paulharwood/ViRGIS/Unity.VisualEffectGraph.Editor.csproj)Error opening project /Users/paulharwood/ViRGIS/Unity.VisualEffectGraph.Editor.csproj: The type initializer for 'Microsoft.Build.Collections.MSBuildNameIgnoreCaseComparer' threw an exception.. Ignored.
[20-06-04 11:31:03.303]Warning:[MetadataCommand.ExtractMetadata](/Users/paulharwood/ViRGIS/Unity.RenderPipelines.Universal.Editor.csproj)Error opening project /Users/paulharwood/ViRGIS/Unity.RenderPipelines.Universal.Editor.csproj: The type initializer for 'Microsoft.Build.Collections.MSBuildNameIgnoreCaseComparer' threw an exception.. Ignored.
[20-06-04 11:31:03.303]Warning:[MetadataCommand.ExtractMetadata](/Users/paulharwood/ViRGIS/Unity.RenderPipeline.Universal.ShaderLibrary.csproj)Error opening project /Users/paulharwood/ViRGIS/Unity.RenderPipeline.Universal.ShaderLibrary.csproj: The type initializer for 'Microsoft.Build.Collections.MSBuildNameIgnoreCaseComparer' threw an exception.. Ignored.
[20-06-04 11:31:03.303]Warning:[MetadataCommand.ExtractMetadata](/Users/paulharwood/ViRGIS/com.unity.multiplayer-hlapi.Editor.csproj)Error opening project /Users/paulharwood/ViRGIS/com.unity.multiplayer-hlapi.Editor.csproj: The type initializer for 'Microsoft.Build.Collections.MSBuildNameIgnoreCaseComparer' threw an exception.. Ignored.
[20-06-04 11:31:03.303]Warning:[MetadataCommand.ExtractMetadata](/Users/paulharwood/ViRGIS/Unity.RenderPipelines.ShaderGraph.ShaderGraphLibrary.csproj)Error opening project /Users/paulharwood/ViRGIS/Unity.RenderPipelines.ShaderGraph.ShaderGraphLibrary.csproj: The type initializer for 'Microsoft.Build.Collections.MSBuildNameIgnoreCaseComparer' threw an exception.. Ignored.
[20-06-04 11:31:03.303]Warning:[MetadataCommand.ExtractMetadata](/Users/paulharwood/ViRGIS/Supyrb.Editor.csproj)Error opening project /Users/paulharwood/ViRGIS/Supyrb.Editor.csproj: The type initializer for 'Microsoft.Build.Collections.MSBuildNameIgnoreCaseComparer' threw an exception.. Ignored.
[20-06-04 11:31:03.303]Warning:[MetadataCommand.ExtractMetadata](/Users/paulharwood/ViRGIS/GeoJSON.Net/src/GeoJSON.Net/GeoJSON.Net.csproj)Error opening project /Users/paulharwood/ViRGIS/GeoJSON.Net/src/GeoJSON.Net/GeoJSON.Net.csproj: The type initializer for 'Microsoft.Build.Collections.MSBuildNameIgnoreCaseComparer' threw an exception.. Ignored.
[20-06-04 11:31:03.303]Warning:[MetadataCommand.ExtractMetadata](/Users/paulharwood/ViRGIS/GeoJSON.Net/src/GeoJSON.Net.Tests/GeoJSON.Net.Tests.csproj)Error opening project /Users/paulharwood/ViRGIS/GeoJSON.Net/src/GeoJSON.Net.Tests/GeoJSON.Net.Tests.csproj: The type initializer for 'Microsoft.Build.Collections.MSBuildNameIgnoreCaseComparer' threw an exception.. Ignored.
[20-06-04 11:31:03.303]Error:Error extracting metadata for /Users/paulharwood/ViRGIS/VRTK.Prefabs.Runtime.csproj,/Users/paulharwood/ViRGIS/Pcx.csproj,/Users/paulharwood/ViRGIS/Unity.VisualEffectGraph.Runtime.csproj,/Users/paulharwood/ViRGIS/Unity.InputSystem.csproj,/Users/paulharwood/ViRGIS/Unity.XR.Management.Editor.csproj,/Users/paulharwood/ViRGIS/Pcx.Editor.csproj,/Users/paulharwood/ViRGIS/Unity.ShaderGraph.Editor.csproj,/Users/paulharwood/ViRGIS/Unity.XR.Oculus.Editor.csproj,/Users/paulharwood/ViRGIS/Unity.2D.Tilemap.Editor.csproj,/Users/paulharwood/ViRGIS/Unity.Subsystem.Registration.csproj,/Users/paulharwood/ViRGIS/Unity.XR.Management.csproj,/Users/paulharwood/ViRGIS/Unity.XR.Interaction.Toolkit.csproj,/Users/paulharwood/ViRGIS/UnityEngine.SpatialTracking.csproj,/Users/paulharwood/ViRGIS/Zinnia.Runtime.csproj,/Users/paulharwood/ViRGIS/Zinnia.Editor.csproj,/Users/paulharwood/ViRGIS/UnityEditor.XR.LegacyInputHelpers.csproj,/Users/paulharwood/ViRGIS/Oculus.VR.csproj,/Users/paulharwood/ViRGIS/UnityEngine.UI.csproj,/Users/paulharwood/ViRGIS/Oculus.VR.Scripts.Editor.csproj,/Users/paulharwood/ViRGIS/Unity.2D.Sprite.Editor.csproj,/Users/paulharwood/ViRGIS/Unity.RenderPipelines.Core.Runtime.csproj,/Users/paulharwood/ViRGIS/Assembly-CSharp-Editor.csproj,/Users/paulharwood/ViRGIS/Unity.TextMeshPro.Editor.csproj,/Users/paulharwood/ViRGIS/Unity.VSCode.Editor.csproj,/Users/paulharwood/ViRGIS/UnityEditor.UI.csproj,/Users/paulharwood/ViRGIS/Unity.XR.Oculus.csproj,/Users/paulharwood/ViRGIS/Unity.Mobile.AndroidLogcat.Editor.csproj,/Users/paulharwood/ViRGIS/Unity.Rider.Editor.csproj,/Users/paulharwood/ViRGIS/Unity.RenderPipelines.Core.ShaderLibrary.csproj,/Users/paulharwood/ViRGIS/UnityEngine.TestRunner.csproj,/Users/paulharwood/ViRGIS/Unity.XR.Interaction.Toolkit.Editor.csproj,/Users/paulharwood/ViRGIS/Unity.Analytics.DataPrivacy.csproj,/Users/paulharwood/ViRGIS/UnityEditor.TestRunner.csproj,/Users/paulharwood/ViRGIS/geometry3Sharp.csproj,/Users/paulharwood/ViRGIS/UnityEngine.XR.LegacyInputHelpers.csproj,/Users/paulharwood/ViRGIS/Unity.RenderPipelines.Universal.Runtime.csproj,/Users/paulharwood/ViRGIS/Unity.ShaderGraph.Utilities.csproj,/Users/paulharwood/ViRGIS/Unity.RenderPipelines.Core.Editor.csproj,/Users/paulharwood/ViRGIS/UnityEditor.SpatialTracking.csproj,/Users/paulharwood/ViRGIS/com.unity.multiplayer-weaver.Editor.csproj,/Users/paulharwood/ViRGIS/com.unity.multiplayer-hlapi.Runtime.csproj,/Users/paulharwood/ViRGIS/Oculus.VR.Editor.csproj,/Users/paulharwood/ViRGIS/Unity.CollabProxy.Editor.csproj,/Users/paulharwood/ViRGIS/Unity.RenderPipelines.Universal.Shaders.csproj,/Users/paulharwood/ViRGIS/Unity.TextMeshPro.csproj,/Users/paulharwood/ViRGIS/Assembly-CSharp.csproj,/Users/paulharwood/ViRGIS/Unity.VisualEffectGraph.Editor.csproj,/Users/paulharwood/ViRGIS/Unity.RenderPipelines.Universal.Editor.csproj,/Users/paulharwood/ViRGIS/Unity.RenderPipeline.Universal.ShaderLibrary.csproj,/Users/paulharwood/ViRGIS/com.unity.multiplayer-hlapi.Editor.csproj,/Users/paulharwood/ViRGIS/Unity.RenderPipelines.ShaderGraph.ShaderGraphLibrary.csproj,/Users/paulharwood/ViRGIS/Supyrb.Editor.csproj,/Users/paulharwood/ViRGIS/GeoJSON.Net/src/GeoJSON.Net/GeoJSON.Net.csproj,/Users/paulharwood/ViRGIS/GeoJSON.Net/src/GeoJSON.Net.Tests/GeoJSON.Net.Tests.csproj: System.NullReferenceException: Object reference not set to an instance of an object
  at Microsoft.DocAsCode.Metadata.ManagedReference.ExtractMetadataWorker.SaveAllMembersFromCacheAsync () [0x00380] in <20f0d7eb4db34c83bc8acb097ece0833>:0 
  at Microsoft.DocAsCode.Metadata.ManagedReference.ExtractMetadataWorker.ExtractMetadataAsync () [0x000c0] in <20f0d7eb4db34c83bc8acb097ece0833>:0 
	54 Warning(s)
	1 Error(s)

runette avatar Jun 04 '20 23:06 runette