dotnet / linker

387 stars 126 forks source link

Fatal error in IL Linker Unhandled exception. System.NullReferenceException: Object reference not set to an instance of an object. #2282

Closed axedaddy closed 2 years ago

axedaddy commented 2 years ago

Build started... 1>------ Build started: Project: BeautyAxeCore.Shared, Configuration: Release Any CPU ------ 1>You are using a preview version of .NET. See: https://aka.ms/dotnet-core-preview 1>BeautyAxeCore.Shared -> E:\GitLab\BeautyAxeCoreBSA\BeautyAxeCore.Shared\bin\Release\net6.0\BeautyAxeCore.Shared.dll 2>------ Build started: Project: BeautyAxeCore.Repository, Configuration: Release Any CPU ------ 2>E:\GitLab\BeautyAxeCoreBSA\BeautyAxeCore.Repository\Concrete\BaxeRepository.cs(680,40,680,58): warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread. 2>BeautyAxeCore.Repository -> E:\GitLab\BeautyAxeCoreBSA\BeautyAxeCore.Repository\bin\Release\net6.0\BeautyAxeCore.Repository.dll 2>Done building project "BeautyAxeCore.Repository.csproj". 3>------ Build started: Project: BeautyAxeCore.BSA, Configuration: Release Any CPU ------ 3> 3>Bundler: Begin processing bundleconfig.json 3>Bundler: Done processing bundleconfig.json 3>E:\GitLab\BeautyAxeCoreBSA\BeautyAxeCore.BSA\Pages\Cart\PaymarkConfirmation.cshtml.cs(23,42,23,48): warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread. 3>e:\GitLab\BeautyAxeCoreBSA\BeautyAxeCore.BSA\Shared\MainHeader.razor(49,24,49,43): warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread. 3>e:\GitLab\BeautyAxeCoreBSA\BeautyAxeCore.BSA\Shared\MainFooter.razor(79,24,79,40): warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread. 3>e:\GitLab\BeautyAxeCoreBSA\BeautyAxeCore.BSA\Pages\Product\List.razor(16,150,16,180): warning CS4014: Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call. 3>E:\GitLab\BeautyAxeCoreBSA\BeautyAxeCore.BSA\Startup.cs(101,57,101,110): warning IL2026: Using method 'Microsoft.Extensions.Configuration.ConfigurationBinder.Bind(Microsoft.Extensions.Configuration.IConfiguration, object)' which has 'RequiresUnreferencedCodeAttribute' can break functionality when trimming application code. Cannot statically analyze the type of instance so its members may be trimmed. 3>BeautyAxeCore.BSA -> E:\GitLab\BeautyAxeCoreBSA\BeautyAxeCore.BSA\bin\Release\net6.0\BeautyAxeCore.BSA.dll 3>Done building project "BeautyAxeCore.BSA.csproj". 4>------ Publish started: Project: BeautyAxeCore.BSA, Configuration: Release Any CPU ------ Determining projects to restore... Restored E:\GitLab\BeautyAxeCoreBSA\BeautyAxeCore.Shared\BeautyAxeCore.Shared.csproj (in 934 ms). Restored E:\GitLab\BeautyAxeCoreBSA\BeautyAxeCore.BSA\BeautyAxeCore.BSA.csproj (in 993 ms). Restored E:\GitLab\BeautyAxeCoreBSA\BeautyAxeCore.Repository\BeautyAxeCore.Repository.csproj (in 992 ms). You are using a preview version of .NET. See: https://aka.ms/dotnet-core-preview

Bundler: Begin processing bundleconfig.json Bundler: Done processing bundleconfig.json C:\Program Files\Microsoft Visual Studio\2022\Preview\MSBuild\Current\Bin\Roslyn\csc.exe /noconfig /unsafe- /checked- /nowarn:1701,1702,1701,1702,2008 /fullpaths /nostdlib+ /platform:x64 /errorreport:prompt /warn:6 /define:TRACE;RELEASE;NET;NET6_0;NETCOREAPP;NET5_0_OR_GREATER;NET6_0_OR_GREATER;NETCOREAPP1_0_OR_GREATER;NETCOREAPP1_1_OR_GREATER;NETCOREAPP2_0_OR_GREATER;NETCOREAPP2_1_OR_GREATER;NETCOREAPP2_2_OR_GREATER;NETCOREAPP3_0_OR_GREATER;NETCOREAPP3_1_OR_GREATER /errorendlocation /preferreduilang:en-US /highentropyva+ /reference:E:\GitLab\BeautyAxeCoreBSA\BeautyAxeCore.Repository\bin\Release\net6.0\ref\BeautyAxeCore.Repository.dll /reference:E:\GitLab\BeautyAxeCoreBSA\BeautyAxeCore.Shared\bin\Release\net6.0\ref\BeautyAxeCore.Shared.dll /reference:C:\Users\Vaughan.nuget\packages\portable.bouncycastle\1.8.5\lib\netstandard2.0\BouncyCastle.Crypto.dll /reference:C:\Users\Vaughan.nuget\packages\microsoft.visualstudio.web.codegeneration.design\5.0.2\lib\net5.0\dotnet-aspnet-codegenerator-design.dll /reference:C:\Users\Vaughan.nuget\packages\mailkit\2.6.0\lib\netstandard2.0\MailKit.dll /reference:"C:\Program Files\dotnet\packs\Microsoft.AspNetCore.App.Ref\6.0.0-rc.1.21452.15\ref\net6.0\Microsoft.AspNetCore.Antiforgery.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.AspNetCore.App.Ref\6.0.0-rc.1.21452.15\ref\net6.0\Microsoft.AspNetCore.Authentication.Abstractions.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.AspNetCore.App.Ref\6.0.0-rc.1.21452.15\ref\net6.0\Microsoft.AspNetCore.Authentication.Cookies.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.AspNetCore.App.Ref\6.0.0-rc.1.21452.15\ref\net6.0\Microsoft.AspNetCore.Authentication.Core.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.AspNetCore.App.Ref\6.0.0-rc.1.21452.15\ref\net6.0\Microsoft.AspNetCore.Authentication.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.AspNetCore.App.Ref\6.0.0-rc.1.21452.15\ref\net6.0\Microsoft.AspNetCore.Authentication.OAuth.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.AspNetCore.App.Ref\6.0.0-rc.1.21452.15\ref\net6.0\Microsoft.AspNetCore.Authorization.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.AspNetCore.App.Ref\6.0.0-rc.1.21452.15\ref\net6.0\Microsoft.AspNetCore.Authorization.Policy.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.AspNetCore.App.Ref\6.0.0-rc.1.21452.15\ref\net6.0\Microsoft.AspNetCore.Components.Authorization.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.AspNetCore.App.Ref\6.0.0-rc.1.21452.15\ref\net6.0\Microsoft.AspNetCore.Components.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.AspNetCore.App.Ref\6.0.0-rc.1.21452.15\ref\net6.0\Microsoft.AspNetCore.Components.Forms.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.AspNetCore.App.Ref\6.0.0-rc.1.21452.15\ref\net6.0\Microsoft.AspNetCore.Components.Server.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.AspNetCore.App.Ref\6.0.0-rc.1.21452.15\ref\net6.0\Microsoft.AspNetCore.Components.Web.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.AspNetCore.App.Ref\6.0.0-rc.1.21452.15\ref\net6.0\Microsoft.AspNetCore.Connections.Abstractions.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.AspNetCore.App.Ref\6.0.0-rc.1.21452.15\ref\net6.0\Microsoft.AspNetCore.CookiePolicy.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.AspNetCore.App.Ref\6.0.0-rc.1.21452.15\ref\net6.0\Microsoft.AspNetCore.Cors.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.AspNetCore.App.Ref\6.0.0-rc.1.21452.15\ref\net6.0\Microsoft.AspNetCore.Cryptography.Internal.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.AspNetCore.App.Ref\6.0.0-rc.1.21452.15\ref\net6.0\Microsoft.AspNetCore.Cryptography.KeyDerivation.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.AspNetCore.App.Ref\6.0.0-rc.1.21452.15\ref\net6.0\Microsoft.AspNetCore.DataProtection.Abstractions.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.AspNetCore.App.Ref\6.0.0-rc.1.21452.15\ref\net6.0\Microsoft.AspNetCore.DataProtection.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.AspNetCore.App.Ref\6.0.0-rc.1.21452.15\ref\net6.0\Microsoft.AspNetCore.DataProtection.Extensions.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.AspNetCore.App.Ref\6.0.0-rc.1.21452.15\ref\net6.0\Microsoft.AspNetCore.Diagnostics.Abstractions.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.AspNetCore.App.Ref\6.0.0-rc.1.21452.15\ref\net6.0\Microsoft.AspNetCore.Diagnostics.dll" /reference:C:\Users\Vaughan.nuget\packages\microsoft.aspnetcore.diagnostics.entityframeworkcore\5.0.10\lib\net5.0\Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore.dll /reference:"C:\Program Files\dotnet\packs\Microsoft.AspNetCore.App.Ref\6.0.0-rc.1.21452.15\ref\net6.0\Microsoft.AspNetCore.Diagnostics.HealthChecks.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.AspNetCore.App.Ref\6.0.0-rc.1.21452.15\ref\net6.0\Microsoft.AspNetCore.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.AspNetCore.App.Ref\6.0.0-rc.1.21452.15\ref\net6.0\Microsoft.AspNetCore.HostFiltering.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.AspNetCore.App.Ref\6.0.0-rc.1.21452.15\ref\net6.0\Microsoft.AspNetCore.Hosting.Abstractions.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.AspNetCore.App.Ref\6.0.0-rc.1.21452.15\ref\net6.0\Microsoft.AspNetCore.Hosting.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.AspNetCore.App.Ref\6.0.0-rc.1.21452.15\ref\net6.0\Microsoft.AspNetCore.Hosting.Server.Abstractions.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.AspNetCore.App.Ref\6.0.0-rc.1.21452.15\ref\net6.0\Microsoft.AspNetCore.Html.Abstractions.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.AspNetCore.App.Ref\6.0.0-rc.1.21452.15\ref\net6.0\Microsoft.AspNetCore.Http.Abstractions.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.AspNetCore.App.Ref\6.0.0-rc.1.21452.15\ref\net6.0\Microsoft.AspNetCore.Http.Connections.Common.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.AspNetCore.App.Ref\6.0.0-rc.1.21452.15\ref\net6.0\Microsoft.AspNetCore.Http.Connections.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.AspNetCore.App.Ref\6.0.0-rc.1.21452.15\ref\net6.0\Microsoft.AspNetCore.Http.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.AspNetCore.App.Ref\6.0.0-rc.1.21452.15\ref\net6.0\Microsoft.AspNetCore.Http.Extensions.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.AspNetCore.App.Ref\6.0.0-rc.1.21452.15\ref\net6.0\Microsoft.AspNetCore.Http.Features.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.AspNetCore.App.Ref\6.0.0-rc.1.21452.15\ref\net6.0\Microsoft.AspNetCore.Http.Results.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.AspNetCore.App.Ref\6.0.0-rc.1.21452.15\ref\net6.0\Microsoft.AspNetCore.HttpLogging.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.AspNetCore.App.Ref\6.0.0-rc.1.21452.15\ref\net6.0\Microsoft.AspNetCore.HttpOverrides.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.AspNetCore.App.Ref\6.0.0-rc.1.21452.15\ref\net6.0\Microsoft.AspNetCore.HttpsPolicy.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.AspNetCore.App.Ref\6.0.0-rc.1.21452.15\ref\net6.0\Microsoft.AspNetCore.Identity.dll" /reference:C:\Users\Vaughan.nuget\packages\microsoft.aspnetcore.identity.entityframeworkcore\5.0.10\lib\net5.0\Microsoft.AspNetCore.Identity.EntityFrameworkCore.dll /reference:C:\Users\Vaughan.nuget\packages\microsoft.aspnetcore.identity.ui\5.0.10\lib\net5.0\Microsoft.AspNetCore.Identity.UI.dll /reference:C:\Users\Vaughan.nuget\packages\microsoft.aspnetcore.identity.ui\5.0.10\lib\net5.0\Microsoft.AspNetCore.Identity.UI.Views.V4.dll /reference:C:\Users\Vaughan.nuget\packages\microsoft.aspnetcore.jsonpatch\5.0.10\lib\netstandard2.0\Microsoft.AspNetCore.JsonPatch.dll /reference:"C:\Program Files\dotnet\packs\Microsoft.AspNetCore.App.Ref\6.0.0-rc.1.21452.15\ref\net6.0\Microsoft.AspNetCore.Localization.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.AspNetCore.App.Ref\6.0.0-rc.1.21452.15\ref\net6.0\Microsoft.AspNetCore.Localization.Routing.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.AspNetCore.App.Ref\6.0.0-rc.1.21452.15\ref\net6.0\Microsoft.AspNetCore.Metadata.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.AspNetCore.App.Ref\6.0.0-rc.1.21452.15\ref\net6.0\Microsoft.AspNetCore.Mvc.Abstractions.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.AspNetCore.App.Ref\6.0.0-rc.1.21452.15\ref\net6.0\Microsoft.AspNetCore.Mvc.ApiExplorer.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.AspNetCore.App.Ref\6.0.0-rc.1.21452.15\ref\net6.0\Microsoft.AspNetCore.Mvc.Core.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.AspNetCore.App.Ref\6.0.0-rc.1.21452.15\ref\net6.0\Microsoft.AspNetCore.Mvc.Cors.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.AspNetCore.App.Ref\6.0.0-rc.1.21452.15\ref\net6.0\Microsoft.AspNetCore.Mvc.DataAnnotations.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.AspNetCore.App.Ref\6.0.0-rc.1.21452.15\ref\net6.0\Microsoft.AspNetCore.Mvc.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.AspNetCore.App.Ref\6.0.0-rc.1.21452.15\ref\net6.0\Microsoft.AspNetCore.Mvc.Formatters.Json.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.AspNetCore.App.Ref\6.0.0-rc.1.21452.15\ref\net6.0\Microsoft.AspNetCore.Mvc.Formatters.Xml.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.AspNetCore.App.Ref\6.0.0-rc.1.21452.15\ref\net6.0\Microsoft.AspNetCore.Mvc.Localization.dll" /reference:C:\Users\Vaughan.nuget\packages\microsoft.aspnetcore.mvc.newtonsoftjson\5.0.10\lib\net5.0\Microsoft.AspNetCore.Mvc.NewtonsoftJson.dll /reference:"C:\Program Files\dotnet\packs\Microsoft.AspNetCore.App.Ref\6.0.0-rc.1.21452.15\ref\net6.0\Microsoft.AspNetCore.Mvc.Razor.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.AspNetCore.App.Ref\6.0.0-rc.1.21452.15\ref\net6.0\Microsoft.AspNetCore.Mvc.RazorPages.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.AspNetCore.App.Ref\6.0.0-rc.1.21452.15\ref\net6.0\Microsoft.AspNetCore.Mvc.TagHelpers.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.AspNetCore.App.Ref\6.0.0-rc.1.21452.15\ref\net6.0\Microsoft.AspNetCore.Mvc.ViewFeatures.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.AspNetCore.App.Ref\6.0.0-rc.1.21452.15\ref\net6.0\Microsoft.AspNetCore.Razor.dll" /reference:C:\Users\Vaughan.nuget\packages\microsoft.aspnetcore.razor.language\5.0.0\lib\netstandard2.0\Microsoft.AspNetCore.Razor.Language.dll /reference:"C:\Program Files\dotnet\packs\Microsoft.AspNetCore.App.Ref\6.0.0-rc.1.21452.15\ref\net6.0\Microsoft.AspNetCore.Razor.Runtime.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.AspNetCore.App.Ref\6.0.0-rc.1.21452.15\ref\net6.0\Microsoft.AspNetCore.ResponseCaching.Abstractions.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.AspNetCore.App.Ref\6.0.0-rc.1.21452.15\ref\net6.0\Microsoft.AspNetCore.ResponseCaching.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.AspNetCore.App.Ref\6.0.0-rc.1.21452.15\ref\net6.0\Microsoft.AspNetCore.ResponseCompression.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.AspNetCore.App.Ref\6.0.0-rc.1.21452.15\ref\net6.0\Microsoft.AspNetCore.Rewrite.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.AspNetCore.App.Ref\6.0.0-rc.1.21452.15\ref\net6.0\Microsoft.AspNetCore.Routing.Abstractions.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.AspNetCore.App.Ref\6.0.0-rc.1.21452.15\ref\net6.0\Microsoft.AspNetCore.Routing.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.AspNetCore.App.Ref\6.0.0-rc.1.21452.15\ref\net6.0\Microsoft.AspNetCore.Server.HttpSys.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.AspNetCore.App.Ref\6.0.0-rc.1.21452.15\ref\net6.0\Microsoft.AspNetCore.Server.IIS.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.AspNetCore.App.Ref\6.0.0-rc.1.21452.15\ref\net6.0\Microsoft.AspNetCore.Server.IISIntegration.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.AspNetCore.App.Ref\6.0.0-rc.1.21452.15\ref\net6.0\Microsoft.AspNetCore.Server.Kestrel.Core.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.AspNetCore.App.Ref\6.0.0-rc.1.21452.15\ref\net6.0\Microsoft.AspNetCore.Server.Kestrel.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.AspNetCore.App.Ref\6.0.0-rc.1.21452.15\ref\net6.0\Microsoft.AspNetCore.Server.Kestrel.Transport.Quic.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.AspNetCore.App.Ref\6.0.0-rc.1.21452.15\ref\net6.0\Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.AspNetCore.App.Ref\6.0.0-rc.1.21452.15\ref\net6.0\Microsoft.AspNetCore.Session.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.AspNetCore.App.Ref\6.0.0-rc.1.21452.15\ref\net6.0\Microsoft.AspNetCore.SignalR.Common.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.AspNetCore.App.Ref\6.0.0-rc.1.21452.15\ref\net6.0\Microsoft.AspNetCore.SignalR.Core.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.AspNetCore.App.Ref\6.0.0-rc.1.21452.15\ref\net6.0\Microsoft.AspNetCore.SignalR.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.AspNetCore.App.Ref\6.0.0-rc.1.21452.15\ref\net6.0\Microsoft.AspNetCore.SignalR.Protocols.Json.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.AspNetCore.App.Ref\6.0.0-rc.1.21452.15\ref\net6.0\Microsoft.AspNetCore.StaticFiles.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.AspNetCore.App.Ref\6.0.0-rc.1.21452.15\ref\net6.0\Microsoft.AspNetCore.WebSockets.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.AspNetCore.App.Ref\6.0.0-rc.1.21452.15\ref\net6.0\Microsoft.AspNetCore.WebUtilities.dll" /reference:C:\Users\Vaughan.nuget\packages\microsoft.bcl.asyncinterfaces\1.1.1\ref\netstandard2.1\Microsoft.Bcl.AsyncInterfaces.dll /reference:C:\Users\Vaughan.nuget\packages\microsoft.codeanalysis.csharp\3.8.0\lib\netcoreapp3.1\Microsoft.CodeAnalysis.CSharp.dll /reference:C:\Users\Vaughan.nuget\packages\microsoft.codeanalysis.csharp.workspaces\3.8.0\lib\netcoreapp3.1\Microsoft.CodeAnalysis.CSharp.Workspaces.dll /reference:C:\Users\Vaughan.nuget\packages\microsoft.codeanalysis.common\3.8.0\lib\netcoreapp3.1\Microsoft.CodeAnalysis.dll /reference:C:\Users\Vaughan.nuget\packages\microsoft.codeanalysis.razor\5.0.0\lib\netstandard2.0\Microsoft.CodeAnalysis.Razor.dll /reference:C:\Users\Vaughan.nuget\packages\microsoft.codeanalysis.workspaces.common\3.8.0\lib\netcoreapp3.1\Microsoft.CodeAnalysis.Workspaces.dll /reference:"C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.0-rc.1.21451.13\ref\net6.0\Microsoft.CSharp.dll" /reference:C:\Users\Vaughan.nuget\packages\microsoft.data.sqlclient\2.0.1\ref\netcoreapp3.1\Microsoft.Data.SqlClient.dll /reference:C:\Users\Vaughan.nuget\packages\microsoft.entityframeworkcore.abstractions\5.0.10\lib\netstandard2.1\Microsoft.EntityFrameworkCore.Abstractions.dll /reference:C:\Users\Vaughan.nuget\packages\microsoft.entityframeworkcore\5.0.10\lib\netstandard2.1\Microsoft.EntityFrameworkCore.dll /reference:C:\Users\Vaughan.nuget\packages\microsoft.entityframeworkcore.relational.design\1.1.6\lib\netstandard1.3\Microsoft.EntityFrameworkCore.Relational.Design.dll /reference:C:\Users\Vaughan.nuget\packages\microsoft.entityframeworkcore.relational\5.0.10\lib\netstandard2.1\Microsoft.EntityFrameworkCore.Relational.dll /reference:C:\Users\Vaughan.nuget\packages\microsoft.entityframeworkcore.sqlserver.design\1.1.6\lib\netstandard1.3\Microsoft.EntityFrameworkCore.SqlServer.Design.dll /reference:C:\Users\Vaughan.nuget\packages\microsoft.entityframeworkcore.sqlserver\5.0.10\lib\netstandard2.1\Microsoft.EntityFrameworkCore.SqlServer.dll /reference:"C:\Program Files\dotnet\packs\Microsoft.AspNetCore.App.Ref\6.0.0-rc.1.21452.15\ref\net6.0\Microsoft.Extensions.Caching.Abstractions.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.AspNetCore.App.Ref\6.0.0-rc.1.21452.15\ref\net6.0\Microsoft.Extensions.Caching.Memory.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.AspNetCore.App.Ref\6.0.0-rc.1.21452.15\ref\net6.0\Microsoft.Extensions.Configuration.Abstractions.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.AspNetCore.App.Ref\6.0.0-rc.1.21452.15\ref\net6.0\Microsoft.Extensions.Configuration.Binder.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.AspNetCore.App.Ref\6.0.0-rc.1.21452.15\ref\net6.0\Microsoft.Extensions.Configuration.CommandLine.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.AspNetCore.App.Ref\6.0.0-rc.1.21452.15\ref\net6.0\Microsoft.Extensions.Configuration.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.AspNetCore.App.Ref\6.0.0-rc.1.21452.15\ref\net6.0\Microsoft.Extensions.Configuration.EnvironmentVariables.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.AspNetCore.App.Ref\6.0.0-rc.1.21452.15\ref\net6.0\Microsoft.Extensions.Configuration.FileExtensions.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.AspNetCore.App.Ref\6.0.0-rc.1.21452.15\ref\net6.0\Microsoft.Extensions.Configuration.Ini.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.AspNetCore.App.Ref\6.0.0-rc.1.21452.15\ref\net6.0\Microsoft.Extensions.Configuration.Json.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.AspNetCore.App.Ref\6.0.0-rc.1.21452.15\ref\net6.0\Microsoft.Extensions.Configuration.KeyPerFile.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.AspNetCore.App.Ref\6.0.0-rc.1.21452.15\ref\net6.0\Microsoft.Extensions.Configuration.UserSecrets.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.AspNetCore.App.Ref\6.0.0-rc.1.21452.15\ref\net6.0\Microsoft.Extensions.Configuration.Xml.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.AspNetCore.App.Ref\6.0.0-rc.1.21452.15\ref\net6.0\Microsoft.Extensions.DependencyInjection.Abstractions.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.AspNetCore.App.Ref\6.0.0-rc.1.21452.15\ref\net6.0\Microsoft.Extensions.DependencyInjection.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.AspNetCore.App.Ref\6.0.0-rc.1.21452.15\ref\net6.0\Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.AspNetCore.App.Ref\6.0.0-rc.1.21452.15\ref\net6.0\Microsoft.Extensions.Diagnostics.HealthChecks.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.AspNetCore.App.Ref\6.0.0-rc.1.21452.15\ref\net6.0\Microsoft.Extensions.Features.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.AspNetCore.App.Ref\6.0.0-rc.1.21452.15\ref\net6.0\Microsoft.Extensions.FileProviders.Abstractions.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.AspNetCore.App.Ref\6.0.0-rc.1.21452.15\ref\net6.0\Microsoft.Extensions.FileProviders.Composite.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.AspNetCore.App.Ref\6.0.0-rc.1.21452.15\ref\net6.0\Microsoft.Extensions.FileProviders.Embedded.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.AspNetCore.App.Ref\6.0.0-rc.1.21452.15\ref\net6.0\Microsoft.Extensions.FileProviders.Physical.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.AspNetCore.App.Ref\6.0.0-rc.1.21452.15\ref\net6.0\Microsoft.Extensions.FileSystemGlobbing.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.AspNetCore.App.Ref\6.0.0-rc.1.21452.15\ref\net6.0\Microsoft.Extensions.Hosting.Abstractions.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.AspNetCore.App.Ref\6.0.0-rc.1.21452.15\ref\net6.0\Microsoft.Extensions.Hosting.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.AspNetCore.App.Ref\6.0.0-rc.1.21452.15\ref\net6.0\Microsoft.Extensions.Http.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.AspNetCore.App.Ref\6.0.0-rc.1.21452.15\ref\net6.0\Microsoft.Extensions.Identity.Core.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.AspNetCore.App.Ref\6.0.0-rc.1.21452.15\ref\net6.0\Microsoft.Extensions.Identity.Stores.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.AspNetCore.App.Ref\6.0.0-rc.1.21452.15\ref\net6.0\Microsoft.Extensions.Localization.Abstractions.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.AspNetCore.App.Ref\6.0.0-rc.1.21452.15\ref\net6.0\Microsoft.Extensions.Localization.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.AspNetCore.App.Ref\6.0.0-rc.1.21452.15\ref\net6.0\Microsoft.Extensions.Logging.Abstractions.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.AspNetCore.App.Ref\6.0.0-rc.1.21452.15\ref\net6.0\Microsoft.Extensions.Logging.Configuration.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.AspNetCore.App.Ref\6.0.0-rc.1.21452.15\ref\net6.0\Microsoft.Extensions.Logging.Console.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.AspNetCore.App.Ref\6.0.0-rc.1.21452.15\ref\net6.0\Microsoft.Extensions.Logging.Debug.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.AspNetCore.App.Ref\6.0.0-rc.1.21452.15\ref\net6.0\Microsoft.Extensions.Logging.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.AspNetCore.App.Ref\6.0.0-rc.1.21452.15\ref\net6.0\Microsoft.Extensions.Logging.EventLog.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.AspNetCore.App.Ref\6.0.0-rc.1.21452.15\ref\net6.0\Microsoft.Extensions.Logging.EventSource.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.AspNetCore.App.Ref\6.0.0-rc.1.21452.15\ref\net6.0\Microsoft.Extensions.Logging.TraceSource.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.AspNetCore.App.Ref\6.0.0-rc.1.21452.15\ref\net6.0\Microsoft.Extensions.ObjectPool.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.AspNetCore.App.Ref\6.0.0-rc.1.21452.15\ref\net6.0\Microsoft.Extensions.Options.ConfigurationExtensions.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.AspNetCore.App.Ref\6.0.0-rc.1.21452.15\ref\net6.0\Microsoft.Extensions.Options.DataAnnotations.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.AspNetCore.App.Ref\6.0.0-rc.1.21452.15\ref\net6.0\Microsoft.Extensions.Options.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.AspNetCore.App.Ref\6.0.0-rc.1.21452.15\ref\net6.0\Microsoft.Extensions.Primitives.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.AspNetCore.App.Ref\6.0.0-rc.1.21452.15\ref\net6.0\Microsoft.Extensions.WebEncoders.dll" /reference:C:\Users\Vaughan.nuget\packages\microsoft.identitymodel.jsonwebtokens\6.12.2\lib\netstandard2.0\Microsoft.IdentityModel.JsonWebTokens.dll /reference:C:\Users\Vaughan.nuget\packages\microsoft.identitymodel.logging\6.12.2\lib\netstandard2.0\Microsoft.IdentityModel.Logging.dll /reference:C:\Users\Vaughan.nuget\packages\microsoft.identitymodel.protocols\5.6.0\lib\netstandard2.0\Microsoft.IdentityModel.Protocols.dll /reference:C:\Users\Vaughan.nuget\packages\microsoft.identitymodel.protocols.openidconnect\5.6.0\lib\netstandard2.0\Microsoft.IdentityModel.Protocols.OpenIdConnect.dll /reference:C:\Users\Vaughan.nuget\packages\microsoft.identitymodel.tokens\6.12.2\lib\netstandard2.0\Microsoft.IdentityModel.Tokens.dll /reference:"C:\Program Files\dotnet\packs\Microsoft.AspNetCore.App.Ref\6.0.0-rc.1.21452.15\ref\net6.0\Microsoft.JSInterop.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.AspNetCore.App.Ref\6.0.0-rc.1.21452.15\ref\net6.0\Microsoft.Net.Http.Headers.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.0-rc.1.21451.13\ref\net6.0\Microsoft.VisualBasic.Core.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.0-rc.1.21451.13\ref\net6.0\Microsoft.VisualBasic.dll" /reference:C:\Users\Vaughan.nuget\packages\microsoft.visualstudio.web.codegeneration.contracts\5.0.2\lib\net5.0\Microsoft.VisualStudio.Web.CodeGeneration.Contracts.dll /reference:C:\Users\Vaughan.nuget\packages\microsoft.visualstudio.web.codegeneration.core\5.0.2\lib\net5.0\Microsoft.VisualStudio.Web.CodeGeneration.Core.dll /reference:C:\Users\Vaughan.nuget\packages\microsoft.visualstudio.web.codegeneration\5.0.2\lib\net5.0\Microsoft.VisualStudio.Web.CodeGeneration.dll /reference:C:\Users\Vaughan.nuget\packages\microsoft.visualstudio.web.codegeneration.entityframeworkcore\5.0.2\lib\net5.0\Microsoft.VisualStudio.Web.CodeGeneration.EntityFrameworkCore.dll /reference:C:\Users\Vaughan.nuget\packages\microsoft.visualstudio.web.codegeneration.templating\5.0.2\lib\net5.0\Microsoft.VisualStudio.Web.CodeGeneration.Templating.dll /reference:C:\Users\Vaughan.nuget\packages\microsoft.visualstudio.web.codegeneration.utils\5.0.2\lib\net5.0\Microsoft.VisualStudio.Web.CodeGeneration.Utils.dll /reference:C:\Users\Vaughan.nuget\packages\microsoft.visualstudio.web.codegenerators.mvc\5.0.2\lib\net5.0\Microsoft.VisualStudio.Web.CodeGenerators.Mvc.dll /reference:"C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.0-rc.1.21451.13\ref\net6.0\Microsoft.Win32.Primitives.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.0-rc.1.21451.13\ref\net6.0\Microsoft.Win32.Registry.dll" /reference:C:\Users\Vaughan.nuget\packages\mimekit\2.6.0\lib\netstandard2.0\MimeKit.dll /reference:"C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.0-rc.1.21451.13\ref\net6.0\mscorlib.dll" /reference:C:\Users\Vaughan.nuget\packages\netcore.mailkit\2.0.3\lib\netstandard2.1\NETCore.MailKit.dll /reference:"C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.0-rc.1.21451.13\ref\net6.0\netstandard.dll" /reference:C:\Users\Vaughan.nuget\packages\newtonsoft.json.bson\1.0.2\lib\netstandard2.0\Newtonsoft.Json.Bson.dll /reference:C:\Users\Vaughan.nuget\packages\newtonsoft.json\12.0.2\lib\netstandard2.0\Newtonsoft.Json.dll /reference:C:\Users\Vaughan.nuget\packages\sixlabors.imagesharp\1.0.3\lib\netcoreapp3.1\SixLabors.ImageSharp.dll /reference:"C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.0-rc.1.21451.13\ref\net6.0\System.AppContext.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.0-rc.1.21451.13\ref\net6.0\System.Buffers.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.0-rc.1.21451.13\ref\net6.0\System.Collections.Concurrent.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.0-rc.1.21451.13\ref\net6.0\System.Collections.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.0-rc.1.21451.13\ref\net6.0\System.Collections.Immutable.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.0-rc.1.21451.13\ref\net6.0\System.Collections.NonGeneric.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.0-rc.1.21451.13\ref\net6.0\System.Collections.Specialized.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.0-rc.1.21451.13\ref\net6.0\System.ComponentModel.Annotations.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.0-rc.1.21451.13\ref\net6.0\System.ComponentModel.DataAnnotations.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.0-rc.1.21451.13\ref\net6.0\System.ComponentModel.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.0-rc.1.21451.13\ref\net6.0\System.ComponentModel.EventBasedAsync.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.0-rc.1.21451.13\ref\net6.0\System.ComponentModel.Primitives.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.0-rc.1.21451.13\ref\net6.0\System.ComponentModel.TypeConverter.dll" /reference:"C:\Program Files\dotnet\sdk\NuGetFallbackFolder\system.composition.attributedmodel\1.0.31\lib\netstandard1.0\System.Composition.AttributedModel.dll" /reference:"C:\Program Files\dotnet\sdk\NuGetFallbackFolder\system.composition.convention\1.0.31\lib\netstandard1.0\System.Composition.Convention.dll" /reference:"C:\Program Files\dotnet\sdk\NuGetFallbackFolder\system.composition.hosting\1.0.31\lib\netstandard1.0\System.Composition.Hosting.dll" /reference:"C:\Program Files\dotnet\sdk\NuGetFallbackFolder\system.composition.runtime\1.0.31\lib\netstandard1.0\System.Composition.Runtime.dll" /reference:"C:\Program Files\dotnet\sdk\NuGetFallbackFolder\system.composition.typedparts\1.0.31\lib\netstandard1.0\System.Composition.TypedParts.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.0-rc.1.21451.13\ref\net6.0\System.Configuration.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.0-rc.1.21451.13\ref\net6.0\System.Console.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.0-rc.1.21451.13\ref\net6.0\System.Core.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.0-rc.1.21451.13\ref\net6.0\System.Data.Common.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.0-rc.1.21451.13\ref\net6.0\System.Data.DataSetExtensions.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.0-rc.1.21451.13\ref\net6.0\System.Data.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.0-rc.1.21451.13\ref\net6.0\System.Diagnostics.Contracts.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.0-rc.1.21451.13\ref\net6.0\System.Diagnostics.Debug.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.0-rc.1.21451.13\ref\net6.0\System.Diagnostics.DiagnosticSource.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.AspNetCore.App.Ref\6.0.0-rc.1.21452.15\ref\net6.0\System.Diagnostics.EventLog.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.0-rc.1.21451.13\ref\net6.0\System.Diagnostics.FileVersionInfo.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.0-rc.1.21451.13\ref\net6.0\System.Diagnostics.Process.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.0-rc.1.21451.13\ref\net6.0\System.Diagnostics.StackTrace.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.0-rc.1.21451.13\ref\net6.0\System.Diagnostics.TextWriterTraceListener.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.0-rc.1.21451.13\ref\net6.0\System.Diagnostics.Tools.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.0-rc.1.21451.13\ref\net6.0\System.Diagnostics.TraceSource.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.0-rc.1.21451.13\ref\net6.0\System.Diagnostics.Tracing.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.0-rc.1.21451.13\ref\net6.0\System.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.0-rc.1.21451.13\ref\net6.0\System.Drawing.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.0-rc.1.21451.13\ref\net6.0\System.Drawing.Primitives.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.0-rc.1.21451.13\ref\net6.0\System.Dynamic.Runtime.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.0-rc.1.21451.13\ref\net6.0\System.Formats.Asn1.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.0-rc.1.21451.13\ref\net6.0\System.Globalization.Calendars.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.0-rc.1.21451.13\ref\net6.0\System.Globalization.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.0-rc.1.21451.13\ref\net6.0\System.Globalization.Extensions.dll" /reference:C:\Users\Vaughan.nuget\packages\system.identitymodel.tokens.jwt\6.12.2\lib\netstandard2.0\System.IdentityModel.Tokens.Jwt.dll /reference:"C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.0-rc.1.21451.13\ref\net6.0\System.IO.Compression.Brotli.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.0-rc.1.21451.13\ref\net6.0\System.IO.Compression.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.0-rc.1.21451.13\ref\net6.0\System.IO.Compression.FileSystem.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.0-rc.1.21451.13\ref\net6.0\System.IO.Compression.ZipFile.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.0-rc.1.21451.13\ref\net6.0\System.IO.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.0-rc.1.21451.13\ref\net6.0\System.IO.FileSystem.AccessControl.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.0-rc.1.21451.13\ref\net6.0\System.IO.FileSystem.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.0-rc.1.21451.13\ref\net6.0\System.IO.FileSystem.DriveInfo.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.0-rc.1.21451.13\ref\net6.0\System.IO.FileSystem.Primitives.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.0-rc.1.21451.13\ref\net6.0\System.IO.FileSystem.Watcher.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.0-rc.1.21451.13\ref\net6.0\System.IO.IsolatedStorage.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.0-rc.1.21451.13\ref\net6.0\System.IO.MemoryMappedFiles.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.AspNetCore.App.Ref\6.0.0-rc.1.21452.15\ref\net6.0\System.IO.Pipelines.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.0-rc.1.21451.13\ref\net6.0\System.IO.Pipes.AccessControl.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.0-rc.1.21451.13\ref\net6.0\System.IO.Pipes.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.0-rc.1.21451.13\ref\net6.0\System.IO.UnmanagedMemoryStream.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.0-rc.1.21451.13\ref\net6.0\System.Linq.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.0-rc.1.21451.13\ref\net6.0\System.Linq.Expressions.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.0-rc.1.21451.13\ref\net6.0\System.Linq.Parallel.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.0-rc.1.21451.13\ref\net6.0\System.Linq.Queryable.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.0-rc.1.21451.13\ref\net6.0\System.Memory.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.0-rc.1.21451.13\ref\net6.0\System.Net.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.0-rc.1.21451.13\ref\net6.0\System.Net.Http.dll" /reference:C:\Users\Vaughan.nuget\packages\microsoft.aspnet.webapi.client\5.2.7\lib\netstandard2.0\System.Net.Http.Formatting.dll /reference:"C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.0-rc.1.21451.13\ref\net6.0\System.Net.Http.Json.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.0-rc.1.21451.13\ref\net6.0\System.Net.HttpListener.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.0-rc.1.21451.13\ref\net6.0\System.Net.Mail.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.0-rc.1.21451.13\ref\net6.0\System.Net.NameResolution.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.0-rc.1.21451.13\ref\net6.0\System.Net.NetworkInformation.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.0-rc.1.21451.13\ref\net6.0\System.Net.Ping.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.0-rc.1.21451.13\ref\net6.0\System.Net.Primitives.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.0-rc.1.21451.13\ref\net6.0\System.Net.Requests.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.0-rc.1.21451.13\ref\net6.0\System.Net.Security.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.0-rc.1.21451.13\ref\net6.0\System.Net.ServicePoint.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.0-rc.1.21451.13\ref\net6.0\System.Net.Sockets.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.0-rc.1.21451.13\ref\net6.0\System.Net.WebClient.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.0-rc.1.21451.13\ref\net6.0\System.Net.WebHeaderCollection.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.0-rc.1.21451.13\ref\net6.0\System.Net.WebProxy.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.0-rc.1.21451.13\ref\net6.0\System.Net.WebSockets.Client.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.0-rc.1.21451.13\ref\net6.0\System.Net.WebSockets.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.0-rc.1.21451.13\ref\net6.0\System.Numerics.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.0-rc.1.21451.13\ref\net6.0\System.Numerics.Vectors.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.0-rc.1.21451.13\ref\net6.0\System.ObjectModel.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.0-rc.1.21451.13\ref\net6.0\System.Reflection.DispatchProxy.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.0-rc.1.21451.13\ref\net6.0\System.Reflection.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.0-rc.1.21451.13\ref\net6.0\System.Reflection.Emit.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.0-rc.1.21451.13\ref\net6.0\System.Reflection.Emit.ILGeneration.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.0-rc.1.21451.13\ref\net6.0\System.Reflection.Emit.Lightweight.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.0-rc.1.21451.13\ref\net6.0\System.Reflection.Extensions.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.0-rc.1.21451.13\ref\net6.0\System.Reflection.Metadata.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.0-rc.1.21451.13\ref\net6.0\System.Reflection.Primitives.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.0-rc.1.21451.13\ref\net6.0\System.Reflection.TypeExtensions.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.0-rc.1.21451.13\ref\net6.0\System.Resources.Reader.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.0-rc.1.21451.13\ref\net6.0\System.Resources.ResourceManager.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.0-rc.1.21451.13\ref\net6.0\System.Resources.Writer.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.0-rc.1.21451.13\ref\net6.0\System.Runtime.CompilerServices.Unsafe.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.0-rc.1.21451.13\ref\net6.0\System.Runtime.CompilerServices.VisualC.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.0-rc.1.21451.13\ref\net6.0\System.Runtime.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.0-rc.1.21451.13\ref\net6.0\System.Runtime.Extensions.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.0-rc.1.21451.13\ref\net6.0\System.Runtime.Handles.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.0-rc.1.21451.13\ref\net6.0\System.Runtime.InteropServices.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.0-rc.1.21451.13\ref\net6.0\System.Runtime.InteropServices.RuntimeInformation.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.0-rc.1.21451.13\ref\net6.0\System.Runtime.Intrinsics.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.0-rc.1.21451.13\ref\net6.0\System.Runtime.Loader.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.0-rc.1.21451.13\ref\net6.0\System.Runtime.Numerics.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.0-rc.1.21451.13\ref\net6.0\System.Runtime.Serialization.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.0-rc.1.21451.13\ref\net6.0\System.Runtime.Serialization.Formatters.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.0-rc.1.21451.13\ref\net6.0\System.Runtime.Serialization.Json.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.0-rc.1.21451.13\ref\net6.0\System.Runtime.Serialization.Primitives.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.0-rc.1.21451.13\ref\net6.0\System.Runtime.Serialization.Xml.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.0-rc.1.21451.13\ref\net6.0\System.Security.AccessControl.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.0-rc.1.21451.13\ref\net6.0\System.Security.Claims.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.0-rc.1.21451.13\ref\net6.0\System.Security.Cryptography.Algorithms.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.0-rc.1.21451.13\ref\net6.0\System.Security.Cryptography.Cng.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.0-rc.1.21451.13\ref\net6.0\System.Security.Cryptography.Csp.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.0-rc.1.21451.13\ref\net6.0\System.Security.Cryptography.Encoding.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.0-rc.1.21451.13\ref\net6.0\System.Security.Cryptography.OpenSsl.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.0-rc.1.21451.13\ref\net6.0\System.Security.Cryptography.Primitives.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.0-rc.1.21451.13\ref\net6.0\System.Security.Cryptography.X509Certificates.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.AspNetCore.App.Ref\6.0.0-rc.1.21452.15\ref\net6.0\System.Security.Cryptography.Xml.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.0-rc.1.21451.13\ref\net6.0\System.Security.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.0-rc.1.21451.13\ref\net6.0\System.Security.Principal.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.0-rc.1.21451.13\ref\net6.0\System.Security.Principal.Windows.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.0-rc.1.21451.13\ref\net6.0\System.Security.SecureString.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.0-rc.1.21451.13\ref\net6.0\System.ServiceModel.Web.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.0-rc.1.21451.13\ref\net6.0\System.ServiceProcess.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.0-rc.1.21451.13\ref\net6.0\System.Text.Encoding.CodePages.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.0-rc.1.21451.13\ref\net6.0\System.Text.Encoding.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.0-rc.1.21451.13\ref\net6.0\System.Text.Encoding.Extensions.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.0-rc.1.21451.13\ref\net6.0\System.Text.Encodings.Web.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.0-rc.1.21451.13\ref\net6.0\System.Text.Json.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.0-rc.1.21451.13\ref\net6.0\System.Text.RegularExpressions.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.0-rc.1.21451.13\ref\net6.0\System.Threading.Channels.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.0-rc.1.21451.13\ref\net6.0\System.Threading.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.0-rc.1.21451.13\ref\net6.0\System.Threading.Overlapped.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.0-rc.1.21451.13\ref\net6.0\System.Threading.Tasks.Dataflow.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.0-rc.1.21451.13\ref\net6.0\System.Threading.Tasks.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.0-rc.1.21451.13\ref\net6.0\System.Threading.Tasks.Extensions.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.0-rc.1.21451.13\ref\net6.0\System.Threading.Tasks.Parallel.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.0-rc.1.21451.13\ref\net6.0\System.Threading.Thread.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.0-rc.1.21451.13\ref\net6.0\System.Threading.ThreadPool.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.0-rc.1.21451.13\ref\net6.0\System.Threading.Timer.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.0-rc.1.21451.13\ref\net6.0\System.Transactions.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.0-rc.1.21451.13\ref\net6.0\System.Transactions.Local.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.0-rc.1.21451.13\ref\net6.0\System.ValueTuple.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.0-rc.1.21451.13\ref\net6.0\System.Web.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.0-rc.1.21451.13\ref\net6.0\System.Web.HttpUtility.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.0-rc.1.21451.13\ref\net6.0\System.Windows.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.0-rc.1.21451.13\ref\net6.0\System.Xml.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.0-rc.1.21451.13\ref\net6.0\System.Xml.Linq.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.0-rc.1.21451.13\ref\net6.0\System.Xml.ReaderWriter.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.0-rc.1.21451.13\ref\net6.0\System.Xml.Serialization.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.0-rc.1.21451.13\ref\net6.0\System.Xml.XDocument.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.0-rc.1.21451.13\ref\net6.0\System.Xml.XmlDocument.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.0-rc.1.21451.13\ref\net6.0\System.Xml.XmlSerializer.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.0-rc.1.21451.13\ref\net6.0\System.Xml.XPath.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.0-rc.1.21451.13\ref\net6.0\System.Xml.XPath.XDocument.dll" /reference:"C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.0-rc.1.21451.13\ref\net6.0\WindowsBase.dll" /debug+ /debug:portable /filealign:512 /optimize+ /out:obj\Release\net6.0\win-x64\BeautyAxeCore.BSA.dll /refout:obj\Release\net6.0\win-x64\ref\BeautyAxeCore.BSA.dll /target:exe /warnaserror- /utf8output /deterministic+ /langversion:10.0 /analyzerconfig:obj\Release\net6.0\win-x64\BeautyAxeCore.BSA.GeneratedMSBuildEditorConfig.editorconfig /analyzer:"C:\Program Files\dotnet\sdk\6.0.100-rc.1.21458.32\Sdks\Microsoft.NET.Sdk.Web\analyzers\cs\Microsoft.AspNetCore.Analyzers.dll" /analyzer:"C:\Program Files\dotnet\sdk\6.0.100-rc.1.21458.32\Sdks\Microsoft.NET.Sdk.Web\analyzers\cs\Microsoft.AspNetCore.Mvc.Analyzers.dll" /analyzer:"C:\Program Files\dotnet\sdk\6.0.100-rc.1.21458.32\Sdks\Microsoft.NET.Sdk.Web\analyzers\cs\Microsoft.AspNetCore.Components.Analyzers.dll" /analyzer:"C:\Program Files\dotnet\sdk\6.0.100-rc.1.21458.32\Sdks\Microsoft.NET.Sdk\targets..\analyzers\Microsoft.CodeAnalysis.CSharp.NetAnalyzers.dll" /analyzer:"C:\Program Files\dotnet\sdk\6.0.100-rc.1.21458.32\Sdks\Microsoft.NET.Sdk\targets..\analyzers\Microsoft.CodeAnalysis.NetAnalyzers.dll" /analyzer:"C:\Program Files\dotnet\sdk\6.0.100-rc.1.21458.32\Sdks\Microsoft.NET.Sdk\targets..\analyzers\ILLink.CodeFixProvider.dll" /analyzer:"C:\Program Files\dotnet\sdk\6.0.100-rc.1.21458.32\Sdks\Microsoft.NET.Sdk\targets..\analyzers\ILLink.RoslynAnalyzer.dll" /analyzer:C:\Users\Vaughan.nuget\packages\microsoft.codeanalysis.analyzers\3.0.0\analyzers\dotnet\cs\Microsoft.CodeAnalysis.Analyzers.dll /analyzer:C:\Users\Vaughan.nuget\packages\microsoft.codeanalysis.analyzers\3.0.0\analyzers\dotnet\cs\Microsoft.CodeAnalysis.CSharp.Analyzers.dll /analyzer:C:\Users\Vaughan.nuget\packages\microsoft.entityframeworkcore.analyzers\5.0.10\analyzers\dotnet\cs\Microsoft.EntityFrameworkCore.Analyzers.dll /analyzer:"C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.0-rc.1.21451.13\analyzers/dotnet/cs/System.Text.Json.SourceGeneration.dll" /analyzer:"C:\Program Files\dotnet\packs\Microsoft.AspNetCore.App.Ref\6.0.0-rc.1.21452.15\analyzers/dotnet/cs/Microsoft.AspNetCore.App.Analyzers.dll" /analyzer:"C:\Program Files\dotnet\packs\Microsoft.AspNetCore.App.Ref\6.0.0-rc.1.21452.15\analyzers/dotnet/cs/Microsoft.Extensions.Logging.Generators.dll" /analyzer:"C:\Program Files\dotnet\sdk\6.0.100-rc.1.21458.32\Sdks\Microsoft.NET.Sdk.Razor\targets..\source-generators\Microsoft.AspNetCore.Razor.Internal.SourceGenerator.Transport.dll" /analyzer:"C:\Program Files\dotnet\sdk\6.0.100-rc.1.21458.32\Sdks\Microsoft.NET.Sdk.Razor\targets..\source-generators\Microsoft.NET.Sdk.Razor.SourceGenerators.dll" /additionalfile:e:\GitLab\BeautyAxeCoreBSA\BeautyAxeCore.BSA\App.razor /additionalfile:e:\GitLab\BeautyAxeCoreBSA\BeautyAxeCore.BSA\Components\CheckBox\CheckBoxList.razor /additionalfile:e:\GitLab\BeautyAxeCoreBSA\BeautyAxeCore.BSA\Components\Mail\BackInStockEmailTemplate.razor /additionalfile:e:\GitLab\BeautyAxeCoreBSA\BeautyAxeCore.BSA\Components\Mail\ConfirmEmailEmailTemplate.razor /additionalfile:e:\GitLab\BeautyAxeCoreBSA\BeautyAxeCore.BSA\Components\Mail\DispatchedEmailTemplate.razor /additionalfile:e:\GitLab\BeautyAxeCoreBSA\BeautyAxeCore.BSA\Components\Mail\ForgotPasswordEmailTemplate.razor /additionalfile:e:\GitLab\BeautyAxeCoreBSA\BeautyAxeCore.BSA\Components\Mail\InvoiceEmailTemplate.razor /additionalfile:e:\GitLab\BeautyAxeCoreBSA\BeautyAxeCore.BSA\Components\Mail\ReviewEmailTemplate.razor /additionalfile:e:\GitLab\BeautyAxeCoreBSA\BeautyAxeCore.BSA\Components\Mail\WelcomeEmailTemplate.razor /additionalfile:e:\GitLab\BeautyAxeCoreBSA\BeautyAxeCore.BSA\Components\Menu\MenuListItems.razor /additionalfile:e:\GitLab\BeautyAxeCoreBSA\BeautyAxeCore.BSA\Components\Miscellaneous\Pagination.razor /additionalfile:e:\GitLab\BeautyAxeCoreBSA\BeautyAxeCore.BSA\Components\Miscellaneous\SpinnerMessage.razor /additionalfile:e:\GitLab\BeautyAxeCoreBSA\BeautyAxeCore.BSA\Components\ModalDialog\ConfirmDialog.razor /additionalfile:e:\GitLab\BeautyAxeCoreBSA\BeautyAxeCore.BSA\Components\ModalDialog\Modal.razor /additionalfile:e:\GitLab\BeautyAxeCoreBSA\BeautyAxeCore.BSA\Components\ModalDialog\ModalContent.razor /additionalfile:e:\GitLab\BeautyAxeCoreBSA\BeautyAxeCore.BSA\Components\ModalDialog\ModalToggle.razor /additionalfile:e:\GitLab\BeautyAxeCoreBSA\BeautyAxeCore.BSA\Components\Product\ProductBrandFilter.razor /additionalfile:e:\GitLab\BeautyAxeCoreBSA\BeautyAxeCore.BSA\Components\Product\ProductCategory.razor /additionalfile:e:\GitLab\BeautyAxeCoreBSA\BeautyAxeCore.BSA\Components\Product\ProductListing.razor /additionalfile:e:\GitLab\BeautyAxeCoreBSA\BeautyAxeCore.BSA\Components\Product\ProductRating.razor /additionalfile:e:\GitLab\BeautyAxeCoreBSA\BeautyAxeCore.BSA\Components\Product\SingleProduct.razor /additionalfile:e:\GitLab\BeautyAxeCoreBSA\BeautyAxeCore.BSA\Pages\Account\ConfirmEmail.razor /additionalfile:e:\GitLab\BeautyAxeCoreBSA\BeautyAxeCore.BSA\Pages\Account\ForgotPassword.razor /additionalfile:e:\GitLab\BeautyAxeCoreBSA\BeautyAxeCore.BSA\Pages\Account\Login.razor /additionalfile:e:\GitLab\BeautyAxeCoreBSA\BeautyAxeCore.BSA\Pages\Account\Logout.razor /additionalfile:e:\GitLab\BeautyAxeCoreBSA\BeautyAxeCore.BSA\Pages\Account\Register.razor /additionalfile:e:\GitLab\BeautyAxeCoreBSA\BeautyAxeCore.BSA\Pages\Account\ResetPassword.razor /additionalfile:e:\GitLab\BeautyAxeCoreBSA\BeautyAxeCore.BSA\Pages\Admin\MenuAddOrEditDialog.razor /additionalfile:e:\GitLab\BeautyAxeCoreBSA\BeautyAxeCore.BSA\Pages\Admin\Products.razor /additionalfile:e:\GitLab\BeautyAxeCoreBSA\BeautyAxeCore.BSA\Pages\Advert\Adverts.razor /additionalfile:e:\GitLab\BeautyAxeCoreBSA\BeautyAxeCore.BSA\Pages\Cart\CartList.razor /additionalfile:e:\GitLab\BeautyAxeCoreBSA\BeautyAxeCore.BSA\Pages\Cart\PaymentReceived.razor /additionalfile:e:\GitLab\BeautyAxeCoreBSA\BeautyAxeCore.BSA\Pages\Member\MemberDashboard.razor /additionalfile:e:\GitLab\BeautyAxeCoreBSA\BeautyAxeCore.BSA\Pages\Product\Detail.razor /additionalfile:e:\GitLab\BeautyAxeCoreBSA\BeautyAxeCore.BSA\Pages\Product\List.razor /additionalfile:e:\GitLab\BeautyAxeCoreBSA\BeautyAxeCore.BSA\Pages\StoreFront\AboutUs.razor /additionalfile:e:\GitLab\BeautyAxeCoreBSA\BeautyAxeCore.BSA\Pages\StoreFront\ContactUs.razor /additionalfile:e:\GitLab\BeautyAxeCoreBSA\BeautyAxeCore.BSA\Pages\StoreFront\Main.razor /additionalfile:e:\GitLab\BeautyAxeCoreBSA\BeautyAxeCore.BSA\Pages\StoreFront\ShippingAndReturns.razor /additionalfile:e:\GitLab\BeautyAxeCoreBSA\BeautyAxeCore.BSA\Pages\StoreFront\TermsAndConditions.razor /additionalfile:e:\GitLab\BeautyAxeCoreBSA\BeautyAxeCore.BSA\Shared\LoginDisplay.razor /additionalfile:e:\GitLab\BeautyAxeCoreBSA\BeautyAxeCore.BSA\Shared\MainFooter.razor /additionalfile:e:\GitLab\BeautyAxeCoreBSA\BeautyAxeCore.BSA\Shared\MainHeader.razor /additionalfile:e:\GitLab\BeautyAxeCoreBSA\BeautyAxeCore.BSA\Shared\MainMenu.razor /additionalfile:e:\GitLab\BeautyAxeCoreBSA\BeautyAxeCore.BSA_Imports.razor /additionalfile:e:\GitLab\BeautyAxeCoreBSA\BeautyAxeCore.BSA\Components\Miscellaneous\DragUL.razor /additionalfile:e:\GitLab\BeautyAxeCoreBSA\BeautyAxeCore.BSA\Pages\Admin\AdminMenu.razor /additionalfile:e:\GitLab\BeautyAxeCoreBSA\BeautyAxeCore.BSA\Pages\Admin\Menus.razor /additionalfile:e:\GitLab\BeautyAxeCoreBSA\BeautyAxeCore.BSA\Shared\MainLayout.razor /additionalfile:e:\GitLab\BeautyAxeCoreBSA\BeautyAxeCore.BSA\Pages\Cart\PaymarkConfirmation.cshtml /additionalfile:e:\GitLab\BeautyAxeCoreBSA\BeautyAxeCore.BSA\Pages\Error.cshtml /additionalfile:e:\GitLab\BeautyAxeCoreBSA\BeautyAxeCore.BSA\Pages_Host.cshtml Components\Miscellaneous\DragLI.cs Controllers\PaymentController.cs Extensions\NavigationManagerExtensions.cs Migrations\20210605232545_InitialMigration.cs Migrations\20210605232545_InitialMigration.Designer.cs Migrations\20210812092044_AddEnabledToMenu.cs Migrations\20210812092044_AddEnabledToMenu.Designer.cs Migrations\20210905080542_MenuProductCount.cs Migrations\20210905080542_MenuProductCount.Designer.cs Migrations\ApplicationDbContextModelSnapshot.cs Models\ModalDialogModel.cs Models\ModalSizeType.cs Pages\Cart\PaymarkConfirmation.cshtml.cs Pages\Error.cshtml.cs Program.cs Services\Implementation\AccountService.cs Services\Implementation\CartService.cs Services\Implementation\ComponentHtml.cs Services\Implementation\JSCommonInterop.cs Services\Implementation\LoggerProvider.cs Services\Implementation\RevalidatingIdentityAuthenticationStateProvider.cs Services\Implementation\UtilityService.cs Services\Interface\IAccountService.cs Services\Interface\ICartService.cs Services\Interface\IComponentHtml.cs Services\Interface\IJSCommonInterop.cs Services\Interface\IUtilityService.cs Startup.cs "obj\Release\net6.0\win-x64.NETCoreApp,Version=v6.0.AssemblyAttributes.cs" obj\Release\net6.0\win-x64\BeautyAxeCore.BSA.AssemblyInfo.cs obj\Release\net6.0\win-x64\BeautyAxeCore.BSA.MvcApplicationPartsAssemblyInfo.cs obj\Release\net6.0\win-x64\BeautyAxeCore.BSA.RazorAssemblyInfo.cs /warnaserror+:NU1605 E:\GitLab\BeautyAxeCoreBSA\BeautyAxeCore.BSA\Pages\Cart\PaymarkConfirmation.cshtml.cs(23,42): Warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread. e:\GitLab\BeautyAxeCoreBSA\BeautyAxeCore.BSA\Pages\Product\List.razor(16,150): Warning CS4014: Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call. e:\GitLab\BeautyAxeCoreBSA\BeautyAxeCore.BSA\Shared\MainFooter.razor(79,24): Warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread. e:\GitLab\BeautyAxeCoreBSA\BeautyAxeCore.BSA\Shared\MainHeader.razor(49,24): Warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread. E:\GitLab\BeautyAxeCoreBSA\BeautyAxeCore.BSA\Startup.cs(101,57): Warning IL2026: Using method 'Microsoft.Extensions.Configuration.ConfigurationBinder.Bind(Microsoft.Extensions.Configuration.IConfiguration, object)' which has 'RequiresUnreferencedCodeAttribute' can break functionality when trimming application code. Cannot statically analyze the type of instance so its members may be trimmed. BeautyAxeCore.BSA -> E:\GitLab\BeautyAxeCoreBSA\BeautyAxeCore.BSA\bin\Release\net6.0\win-x64\BeautyAxeCore.BSA.dll C:\Program Files\dotnet\dotnet.exe "C:\Program Files\dotnet\sdk\6.0.100-rc.1.21458.32\Sdks\Microsoft.NET.ILLink.Tasks\tools\net6.0\illink.dll" -a "obj\Release\net6.0\win-x64\BeautyAxeCore.BSA.dll" --singlewarn -reference "C:\Users\Vaughan.nuget\packages\humanizer.core\2.8.26\lib\netstandard2.0\Humanizer.dll" -reference "C:\Users\Vaughan.nuget\packages\mailkit\2.6.0\lib\netstandard2.0\MailKit.dll" -reference "C:\Users\Vaughan.nuget\packages\microsoft.aspnet.webapi.client\5.2.7\lib\netstandard2.0\System.Net.Http.Formatting.dll" -reference "C:\Users\Vaughan.nuget\packages\microsoft.aspnetcore.diagnostics.entityframeworkcore\5.0.10\lib\net5.0\Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore.dll" -reference "C:\Users\Vaughan.nuget\packages\microsoft.aspnetcore.identity.entityframeworkcore\5.0.10\lib\net5.0\Microsoft.AspNetCore.Identity.EntityFrameworkCore.dll" -reference "C:\Users\Vaughan.nuget\packages\microsoft.aspnetcore.identity.ui\5.0.10\lib\net5.0\Microsoft.AspNetCore.Identity.UI.Views.V4.dll" -reference "C:\Users\Vaughan.nuget\packages\microsoft.aspnetcore.identity.ui\5.0.10\lib\net5.0\Microsoft.AspNetCore.Identity.UI.dll" -reference "C:\Users\Vaughan.nuget\packages\microsoft.aspnetcore.jsonpatch\5.0.10\lib\netstandard2.0\Microsoft.AspNetCore.JsonPatch.dll" -reference "C:\Users\Vaughan.nuget\packages\microsoft.aspnetcore.mvc.newtonsoftjson\5.0.10\lib\net5.0\Microsoft.AspNetCore.Mvc.NewtonsoftJson.dll" -reference "C:\Users\Vaughan.nuget\packages\microsoft.aspnetcore.razor.language\5.0.0\lib\netstandard2.0\Microsoft.AspNetCore.Razor.Language.dll" -reference "C:\Users\Vaughan.nuget\packages\microsoft.bcl.asyncinterfaces\1.1.1\lib\netstandard2.1\Microsoft.Bcl.AsyncInterfaces.dll" -reference "C:\Users\Vaughan.nuget\packages\microsoft.codeanalysis.common\3.8.0\lib\netcoreapp3.1\Microsoft.CodeAnalysis.dll" -reference "C:\Users\Vaughan.nuget\packages\microsoft.codeanalysis.csharp\3.8.0\lib\netcoreapp3.1\Microsoft.CodeAnalysis.CSharp.dll" -reference "C:\Users\Vaughan.nuget\packages\microsoft.codeanalysis.csharp.workspaces\3.8.0\lib\netcoreapp3.1\Microsoft.CodeAnalysis.CSharp.Workspaces.dll" -reference "C:\Users\Vaughan.nuget\packages\microsoft.codeanalysis.razor\5.0.0\lib\netstandard2.0\Microsoft.CodeAnalysis.Razor.dll" -reference "C:\Users\Vaughan.nuget\packages\microsoft.codeanalysis.workspaces.common\3.8.0\lib\netcoreapp3.1\Microsoft.CodeAnalysis.Workspaces.dll" -reference "C:\Users\Vaughan.nuget\packages\microsoft.data.sqlclient\2.0.1\runtimes\win\lib\netcoreapp3.1\Microsoft.Data.SqlClient.dll" -reference "C:\Users\Vaughan.nuget\packages\microsoft.entityframeworkcore\5.0.10\lib\netstandard2.1\Microsoft.EntityFrameworkCore.dll" -reference "C:\Users\Vaughan.nuget\packages\microsoft.entityframeworkcore.abstractions\5.0.10\lib\netstandard2.1\Microsoft.EntityFrameworkCore.Abstractions.dll" -reference "C:\Users\Vaughan.nuget\packages\microsoft.entityframeworkcore.relational\5.0.10\lib\netstandard2.1\Microsoft.EntityFrameworkCore.Relational.dll" -reference "C:\Users\Vaughan.nuget\packages\microsoft.entityframeworkcore.relational.design\1.1.6\lib\netstandard1.3\Microsoft.EntityFrameworkCore.Relational.Design.dll" -reference "C:\Users\Vaughan.nuget\packages\microsoft.entityframeworkcore.sqlserver\5.0.10\lib\netstandard2.1\Microsoft.EntityFrameworkCore.SqlServer.dll" -reference "C:\Users\Vaughan.nuget\packages\microsoft.entityframeworkcore.sqlserver.design\1.1.6\lib\netstandard1.3\Microsoft.EntityFrameworkCore.SqlServer.Design.dll" -reference "C:\Users\Vaughan.nuget\packages\microsoft.identity.client\4.14.0\lib\netcoreapp2.1\Microsoft.Identity.Client.dll" -reference "C:\Users\Vaughan.nuget\packages\microsoft.identitymodel.jsonwebtokens\6.12.2\lib\netstandard2.0\Microsoft.IdentityModel.JsonWebTokens.dll" -reference "C:\Users\Vaughan.nuget\packages\microsoft.identitymodel.logging\6.12.2\lib\netstandard2.0\Microsoft.IdentityModel.Logging.dll" -reference "C:\Users\Vaughan.nuget\packages\microsoft.identitymodel.protocols\5.6.0\lib\netstandard2.0\Microsoft.IdentityModel.Protocols.dll" -reference "C:\Users\Vaughan.nuget\packages\microsoft.identitymodel.protocols.openidconnect\5.6.0\lib\netstandard2.0\Microsoft.IdentityModel.Protocols.OpenIdConnect.dll" -reference "C:\Users\Vaughan.nuget\packages\microsoft.identitymodel.tokens\6.12.2\lib\netstandard2.0\Microsoft.IdentityModel.Tokens.dll" -reference "C:\Users\Vaughan.nuget\packages\microsoft.visualstudio.web.codegeneration\5.0.2\lib\net5.0\Microsoft.VisualStudio.Web.CodeGeneration.dll" -reference "C:\Users\Vaughan.nuget\packages\microsoft.visualstudio.web.codegeneration.contracts\5.0.2\lib\net5.0\Microsoft.VisualStudio.Web.CodeGeneration.Contracts.dll" -reference "C:\Users\Vaughan.nuget\packages\microsoft.visualstudio.web.codegeneration.core\5.0.2\lib\net5.0\Microsoft.VisualStudio.Web.CodeGeneration.Core.dll" -reference "C:\Users\Vaughan.nuget\packages\microsoft.visualstudio.web.codegeneration.design\5.0.2\lib\net5.0\dotnet-aspnet-codegenerator-design.dll" -reference "C:\Users\Vaughan.nuget\packages\microsoft.visualstudio.web.codegeneration.entityframeworkcore\5.0.2\lib\net5.0\Microsoft.VisualStudio.Web.CodeGeneration.EntityFrameworkCore.dll" -reference "C:\Users\Vaughan.nuget\packages\microsoft.visualstudio.web.codegeneration.templating\5.0.2\lib\net5.0\Microsoft.VisualStudio.Web.CodeGeneration.Templating.dll" -reference "C:\Users\Vaughan.nuget\packages\microsoft.visualstudio.web.codegeneration.utils\5.0.2\lib\net5.0\Microsoft.VisualStudio.Web.CodeGeneration.Utils.dll" -reference "C:\Users\Vaughan.nuget\packages\microsoft.visualstudio.web.codegenerators.mvc\5.0.2\lib\net5.0\Microsoft.VisualStudio.Web.CodeGenerators.Mvc.dll" -reference "C:\Users\Vaughan.nuget\packages\microsoft.win32.systemevents\4.7.0\runtimes\win\lib\netcoreapp3.0\Microsoft.Win32.SystemEvents.dll" -reference "C:\Users\Vaughan.nuget\packages\mimekit\2.6.0\lib\netstandard2.0\MimeKit.dll" -reference "C:\Users\Vaughan.nuget\packages\netcore.mailkit\2.0.3\lib\netstandard2.1\NETCore.MailKit.dll" -reference "C:\Users\Vaughan.nuget\packages\newtonsoft.json\12.0.2\lib\netstandard2.0\Newtonsoft.Json.dll" -reference "C:\Users\Vaughan.nuget\packages\newtonsoft.json.bson\1.0.2\lib\netstandard2.0\Newtonsoft.Json.Bson.dll" -reference "C:\Users\Vaughan.nuget\packages\portable.bouncycastle\1.8.5\lib\netstandard2.0\BouncyCastle.Crypto.dll" -reference "C:\Users\Vaughan.nuget\packages\sixlabors.imagesharp\1.0.3\lib\netcoreapp3.1\SixLabors.ImageSharp.dll" -reference "C:\Program Files\dotnet\sdk\NuGetFallbackFolder\system.composition.attributedmodel\1.0.31\lib\netstandard1.0\System.Composition.AttributedModel.dll" -reference "C:\Program Files\dotnet\sdk\NuGetFallbackFolder\system.composition.convention\1.0.31\lib\netstandard1.0\System.Composition.Convention.dll" -reference "C:\Program Files\dotnet\sdk\NuGetFallbackFolder\system.composition.hosting\1.0.31\lib\netstandard1.0\System.Composition.Hosting.dll" -reference "C:\Program Files\dotnet\sdk\NuGetFallbackFolder\system.composition.runtime\1.0.31\lib\netstandard1.0\System.Composition.Runtime.dll" -reference "C:\Program Files\dotnet\sdk\NuGetFallbackFolder\system.composition.typedparts\1.0.31\lib\netstandard1.0\System.Composition.TypedParts.dll" -reference "C:\Users\Vaughan.nuget\packages\system.configuration.configurationmanager\4.7.0\lib\netstandard2.0\System.Configuration.ConfigurationManager.dll" -reference "C:\Users\Vaughan.nuget\packages\system.drawing.common\4.7.0\runtimes\win\lib\netcoreapp3.0\System.Drawing.Common.dll" -reference "C:\Users\Vaughan.nuget\packages\system.identitymodel.tokens.jwt\6.12.2\lib\netstandard2.0\System.IdentityModel.Tokens.Jwt.dll" -reference "C:\Users\Vaughan.nuget\packages\system.runtime.caching\4.7.0\runtimes\win\lib\netstandard2.0\System.Runtime.Caching.dll" -reference "C:\Users\Vaughan.nuget\packages\system.security.cryptography.protecteddata\4.7.0\runtimes\win\lib\netstandard2.0\System.Security.Cryptography.ProtectedData.dll" -reference "C:\Users\Vaughan.nuget\packages\system.security.permissions\4.7.0\lib\netcoreapp3.0\System.Security.Permissions.dll" -reference "C:\Users\Vaughan.nuget\packages\system.windows.extensions\4.7.0\runtimes\win\lib\netcoreapp3.0\System.Windows.Extensions.dll" -reference "E:\GitLab\BeautyAxeCoreBSA\BeautyAxeCore.Repository\bin\Release\net6.0\BeautyAxeCore.Repository.dll" --singlewarn- "BeautyAxeCore.Repository" -reference "E:\GitLab\BeautyAxeCoreBSA\BeautyAxeCore.Shared\bin\Release\net6.0\BeautyAxeCore.Shared.dll" --singlewarn- "BeautyAxeCore.Shared" -reference "C:\Users\Vaughan.nuget\packages\microsoft.netcore.app.runtime.win-x64\6.0.0-rc.1.21451.13\runtimes\win-x64\lib\net6.0\Microsoft.CSharp.dll" -reference "C:\Users\Vaughan.nuget\packages\microsoft.netcore.app.runtime.win-x64\6.0.0-rc.1.21451.13\runtimes\win-x64\lib\net6.0\Microsoft.VisualBasic.Core.dll" -reference "C:\Users\Vaughan.nuget\packages\microsoft.netcore.app.runtime.win-x64\6.0.0-rc.1.21451.13\runtimes\win-x64\lib\net6.0\Microsoft.VisualBasic.dll" -reference "C:\Users\Vaughan.nuget\packages\microsoft.netcore.app.runtime.win-x64\6.0.0-rc.1.21451.13\runtimes\win-x64\lib\net6.0\Microsoft.Win32.Primitives.dll" -reference "C:\Users\Vaughan.nuget\packages\microsoft.netcore.app.runtime.win-x64\6.0.0-rc.1.21451.13\runtimes\win-x64\lib\net6.0\Microsoft.Win32.Registry.dll" -reference "C:\Users\Vaughan.nuget\packages\microsoft.netcore.app.runtime.win-x64\6.0.0-rc.1.21451.13\runtimes\win-x64\lib\net6.0\System.AppContext.dll" -reference "C:\Users\Vaughan.nuget\packages\microsoft.netcore.app.runtime.win-x64\6.0.0-rc.1.21451.13\runtimes\win-x64\lib\net6.0\System.Buffers.dll" -reference "C:\Users\Vaughan.nuget\packages\microsoft.netcore.app.runtime.win-x64\6.0.0-rc.1.21451.13\runtimes\win-x64\lib\net6.0\System.Collections.Concurrent.dll" -reference "C:\Users\Vaughan.nuget\packages\microsoft.netcore.app.runtime.win-x64\6.0.0-rc.1.21451.13\runtimes\win-x64\lib\net6.0\System.Collections.Immutable.dll" -reference "C:\Users\Vaughan.nuget\packages\microsoft.netcore.app.runtime.win-x64\6.0.0-rc.1.21451.13\runtimes\win-x64\lib\net6.0\System.Collections.NonGeneric.dll" -reference "C:\Users\Vaughan.nuget\packages\microsoft.netcore.app.runtime.win-x64\6.0.0-rc.1.21451.13\runtimes\win-x64\lib\net6.0\System.Collections.Specialized.dll" -reference "C:\Users\Vaughan.nuget\packages\microsoft.netcore.app.runtime.win-x64\6.0.0-rc.1.21451.13\runtimes\win-x64\lib\net6.0\System.Collections.dll" -reference "C:\Users\Vaughan.nuget\packages\microsoft.netcore.app.runtime.win-x64\6.0.0-rc.1.21451.13\runtimes\win-x64\lib\net6.0\System.ComponentModel.Annotations.dll" -reference "C:\Users\Vaughan.nuget\packages\microsoft.netcore.app.runtime.win-x64\6.0.0-rc.1.21451.13\runtimes\win-x64\lib\net6.0\System.ComponentModel.DataAnnotations.dll" -reference "C:\Users\Vaughan.nuget\packages\microsoft.netcore.app.runtime.win-x64\6.0.0-rc.1.21451.13\runtimes\win-x64\lib\net6.0\System.ComponentModel.EventBasedAsync.dll" -reference "C:\Users\Vaughan.nuget\packages\microsoft.netcore.app.runtime.win-x64\6.0.0-rc.1.21451.13\runtimes\win-x64\lib\net6.0\System.ComponentModel.Primitives.dll" -reference "C:\Users\Vaughan.nuget\packages\microsoft.netcore.app.runtime.win-x64\6.0.0-rc.1.21451.13\runtimes\win-x64\lib\net6.0\System.ComponentModel.TypeConverter.dll" -reference "C:\Users\Vaughan.nuget\packages\microsoft.netcore.app.runtime.win-x64\6.0.0-rc.1.21451.13\runtimes\win-x64\lib\net6.0\System.ComponentModel.dll" -reference "C:\Users\Vaughan.nuget\packages\microsoft.netcore.app.runtime.win-x64\6.0.0-rc.1.21451.13\runtimes\win-x64\lib\net6.0\System.Configuration.dll" -reference "C:\Users\Vaughan.nuget\packages\microsoft.netcore.app.runtime.win-x64\6.0.0-rc.1.21451.13\runtimes\win-x64\lib\net6.0\System.Console.dll" -reference "C:\Users\Vaughan.nuget\packages\microsoft.netcore.app.runtime.win-x64\6.0.0-rc.1.21451.13\runtimes\win-x64\lib\net6.0\System.Core.dll" -reference "C:\Users\Vaughan.nuget\packages\microsoft.netcore.app.runtime.win-x64\6.0.0-rc.1.21451.13\runtimes\win-x64\lib\net6.0\System.Data.Common.dll" -reference "C:\Users\Vaughan.nuget\packages\microsoft.netcore.app.runtime.win-x64\6.0.0-rc.1.21451.13\runtimes\win-x64\lib\net6.0\System.Data.DataSetExtensions.dll" -reference "C:\Users\Vaughan.nuget\packages\microsoft.netcore.app.runtime.win-x64\6.0.0-rc.1.21451.13\runtimes\win-x64\lib\net6.0\System.Data.dll" -reference "C:\Users\Vaughan.nuget\packages\microsoft.netcore.app.runtime.win-x64\6.0.0-rc.1.21451.13\runtimes\win-x64\lib\net6.0\System.Diagnostics.Contracts.dll" -reference "C:\Users\Vaughan.nuget\packages\microsoft.netcore.app.runtime.win-x64\6.0.0-rc.1.21451.13\runtimes\win-x64\lib\net6.0\System.Diagnostics.Debug.dll" -reference "C:\Users\Vaughan.nuget\packages\microsoft.netcore.app.runtime.win-x64\6.0.0-rc.1.21451.13\runtimes\win-x64\lib\net6.0\System.Diagnostics.DiagnosticSource.dll" -reference "C:\Users\Vaughan.nuget\packages\microsoft.netcore.app.runtime.win-x64\6.0.0-rc.1.21451.13\runtimes\win-x64\lib\net6.0\System.Diagnostics.FileVersionInfo.dll" -reference "C:\Users\Vaughan.nuget\packages\microsoft.netcore.app.runtime.win-x64\6.0.0-rc.1.21451.13\runtimes\win-x64\lib\net6.0\System.Diagnostics.Process.dll" -reference "C:\Users\Vaughan.nuget\packages\microsoft.netcore.app.runtime.win-x64\6.0.0-rc.1.21451.13\runtimes\win-x64\lib\net6.0\System.Diagnostics.StackTrace.dll" -reference "C:\Users\Vaughan.nuget\packages\microsoft.netcore.app.runtime.win-x64\6.0.0-rc.1.21451.13\runtimes\win-x64\lib\net6.0\System.Diagnostics.TextWriterTraceListener.dll" -reference "C:\Users\Vaughan.nuget\packages\microsoft.netcore.app.runtime.win-x64\6.0.0-rc.1.21451.13\runtimes\win-x64\lib\net6.0\System.Diagnostics.Tools.dll" -reference "C:\Users\Vaughan.nuget\packages\microsoft.netcore.app.runtime.win-x64\6.0.0-rc.1.21451.13\runtimes\win-x64\lib\net6.0\System.Diagnostics.TraceSource.dll" -reference "C:\Users\Vaughan.nuget\packages\microsoft.netcore.app.runtime.win-x64\6.0.0-rc.1.21451.13\runtimes\win-x64\lib\net6.0\System.Diagnostics.Tracing.dll" -reference "C:\Users\Vaughan.nuget\packages\microsoft.netcore.app.runtime.win-x64\6.0.0-rc.1.21451.13\runtimes\win-x64\lib\net6.0\System.Drawing.Primitives.dll" -reference "C:\Users\Vaughan.nuget\packages\microsoft.netcore.app.runtime.win-x64\6.0.0-rc.1.21451.13\runtimes\win-x64\lib\net6.0\System.Drawing.dll" -reference "C:\Users\Vaughan.nuget\packages\microsoft.netcore.app.runtime.win-x64\6.0.0-rc.1.21451.13\runtimes\win-x64\lib\net6.0\System.Dynamic.Runtime.dll" -reference "C:\Users\Vaughan.nuget\packages\microsoft.netcore.app.runtime.win-x64\6.0.0-rc.1.21451.13\runtimes\win-x64\lib\net6.0\System.Formats.Asn1.dll" -reference "C:\Users\Vaughan.nuget\packages\microsoft.netcore.app.runtime.win-x64\6.0.0-rc.1.21451.13\runtimes\win-x64\lib\net6.0\System.Globalization.Calendars.dll" -reference "C:\Users\Vaughan.nuget\packages\microsoft.netcore.app.runtime.win-x64\6.0.0-rc.1.21451.13\runtimes\win-x64\lib\net6.0\System.Globalization.Extensions.dll" -reference "C:\Users\Vaughan.nuget\packages\microsoft.netcore.app.runtime.win-x64\6.0.0-rc.1.21451.13\runtimes\win-x64\lib\net6.0\System.Globalization.dll" -reference "C:\Users\Vaughan.nuget\packages\microsoft.netcore.app.runtime.win-x64\6.0.0-rc.1.21451.13\runtimes\win-x64\lib\net6.0\System.IO.Compression.Brotli.dll" -reference "C:\Users\Vaughan.nuget\packages\microsoft.netcore.app.runtime.win-x64\6.0.0-rc.1.21451.13\runtimes\win-x64\lib\net6.0\System.IO.Compression.FileSystem.dll" -reference "C:\Users\Vaughan.nuget\packages\microsoft.netcore.app.runtime.win-x64\6.0.0-rc.1.21451.13\runtimes\win-x64\lib\net6.0\System.IO.Compression.ZipFile.dll" -reference "C:\Users\Vaughan.nuget\packages\microsoft.netcore.app.runtime.win-x64\6.0.0-rc.1.21451.13\runtimes\win-x64\lib\net6.0\System.IO.Compression.dll" -reference "C:\Users\Vaughan.nuget\packages\microsoft.netcore.app.runtime.win-x64\6.0.0-rc.1.21451.13\runtimes\win-x64\lib\net6.0\System.IO.FileSystem.AccessControl.dll" -reference "C:\Users\Vaughan.nuget\packages\microsoft.netcore.app.runtime.win-x64\6.0.0-rc.1.21451.13\runtimes\win-x64\lib\net6.0\System.IO.FileSystem.DriveInfo.dll" -reference "C:\Users\Vaughan.nuget\packages\microsoft.netcore.app.runtime.win-x64\6.0.0-rc.1.21451.13\runtimes\win-x64\lib\net6.0\System.IO.FileSystem.Primitives.dll" -reference "C:\Users\Vaughan.nuget\packages\microsoft.netcore.app.runtime.win-x64\6.0.0-rc.1.21451.13\runtimes\win-x64\lib\net6.0\System.IO.FileSystem.Watcher.dll" -reference "C:\Users\Vaughan.nuget\packages\microsoft.netcore.app.runtime.win-x64\6.0.0-rc.1.21451.13\runtimes\win-x64\lib\net6.0\System.IO.FileSystem.dll" -reference "C:\Users\Vaughan.nuget\packages\microsoft.netcore.app.runtime.win-x64\6.0.0-rc.1.21451.13\runtimes\win-x64\lib\net6.0\System.IO.IsolatedStorage.dll" -reference "C:\Users\Vaughan.nuget\packages\microsoft.netcore.app.runtime.win-x64\6.0.0-rc.1.21451.13\runtimes\win-x64\lib\net6.0\System.IO.MemoryMappedFiles.dll" -reference "C:\Users\Vaughan.nuget\packages\microsoft.netcore.app.runtime.win-x64\6.0.0-rc.1.21451.13\runtimes\win-x64\lib\net6.0\System.IO.Pipes.AccessControl.dll" -reference "C:\Users\Vaughan.nuget\packages\microsoft.netcore.app.runtime.win-x64\6.0.0-rc.1.21451.13\runtimes\win-x64\lib\net6.0\System.IO.Pipes.dll" -reference "C:\Users\Vaughan.nuget\packages\microsoft.netcore.app.runtime.win-x64\6.0.0-rc.1.21451.13\runtimes\win-x64\lib\net6.0\System.IO.UnmanagedMemoryStream.dll" -reference "C:\Users\Vaughan.nuget\packages\microsoft.netcore.app.runtime.win-x64\6.0.0-rc.1.21451.13\runtimes\win-x64\lib\net6.0\System.IO.dll" -reference "C:\Users\Vaughan.nuget\packages\microsoft.netcore.app.runtime.win-x64\6.0.0-rc.1.21451.13\runtimes\win-x64\lib\net6.0\System.Linq.Expressions.dll" -reference "C:\Users\Vaughan.nuget\packages\microsoft.netcore.app.runtime.win-x64\6.0.0-rc.1.21451.13\runtimes\win-x64\lib\net6.0\System.Linq.Parallel.dll" -reference "C:\Users\Vaughan.nuget\packages\microsoft.netcore.app.runtime.win-x64\6.0.0-rc.1.21451.13\runtimes\win-x64\lib\net6.0\System.Linq.Queryable.dll" -reference "C:\Users\Vaughan.nuget\packages\microsoft.netcore.app.runtime.win-x64\6.0.0-rc.1.21451.13\runtimes\win-x64\lib\net6.0\System.Linq.dll" -reference "C:\Users\Vaughan.nuget\packages\microsoft.netcore.app.runtime.win-x64\6.0.0-rc.1.21451.13\runtimes\win-x64\lib\net6.0\System.Memory.dll" -reference "C:\Users\Vaughan.nuget\packages\microsoft.netcore.app.runtime.win-x64\6.0.0-rc.1.21451.13\runtimes\win-x64\lib\net6.0\System.Net.Http.Json.dll" -reference "C:\Users\Vaughan.nuget\packages\microsoft.netcore.app.runtime.win-x64\6.0.0-rc.1.21451.13\runtimes\win-x64\lib\net6.0\System.Net.Http.dll" -reference "C:\Users\Vaughan.nuget\packages\microsoft.netcore.app.runtime.win-x64\6.0.0-rc.1.21451.13\runtimes\win-x64\lib\net6.0\System.Net.HttpListener.dll" -reference "C:\Users\Vaughan.nuget\packages\microsoft.netcore.app.runtime.win-x64\6.0.0-rc.1.21451.13\runtimes\win-x64\lib\net6.0\System.Net.Mail.dll" -reference "C:\Users\Vaughan.nuget\packages\microsoft.netcore.app.runtime.win-x64\6.0.0-rc.1.21451.13\runtimes\win-x64\lib\net6.0\System.Net.NameResolution.dll" -reference "C:\Users\Vaughan.nuget\packages\microsoft.netcore.app.runtime.win-x64\6.0.0-rc.1.21451.13\runtimes\win-x64\lib\net6.0\System.Net.NetworkInformation.dll" -reference "C:\Users\Vaughan.nuget\packages\microsoft.netcore.app.runtime.win-x64\6.0.0-rc.1.21451.13\runtimes\win-x64\lib\net6.0\System.Net.Ping.dll" -reference "C:\Users\Vaughan.nuget\packages\microsoft.netcore.app.runtime.win-x64\6.0.0-rc.1.21451.13\runtimes\win-x64\lib\net6.0\System.Net.Primitives.dll" -reference "C:\Users\Vaughan.nuget\packages\microsoft.netcore.app.runtime.win-x64\6.0.0-rc.1.21451.13\runtimes\win-x64\lib\net6.0\System.Net.Quic.dll" -reference "C:\Users\Vaughan.nuget\packages\microsoft.netcore.app.runtime.win-x64\6.0.0-rc.1.21451.13\runtimes\win-x64\lib\net6.0\System.Net.Requests.dll" -reference "C:\Users\Vaughan.nuget\packages\microsoft.netcore.app.runtime.win-x64\6.0.0-rc.1.21451.13\runtimes\win-x64\lib\net6.0\System.Net.Security.dll" -reference "C:\Users\Vaughan.nuget\packages\microsoft.netcore.app.runtime.win-x64\6.0.0-rc.1.21451.13\runtimes\win-x64\lib\net6.0\System.Net.ServicePoint.dll" -reference "C:\Users\Vaughan.nuget\packages\microsoft.netcore.app.runtime.win-x64\6.0.0-rc.1.21451.13\runtimes\win-x64\lib\net6.0\System.Net.Sockets.dll" -reference "C:\Users\Vaughan.nuget\packages\microsoft.netcore.app.runtime.win-x64\6.0.0-rc.1.21451.13\runtimes\win-x64\lib\net6.0\System.Net.WebClient.dll" -reference "C:\Users\Vaughan.nuget\packages\microsoft.netcore.app.runtime.win-x64\6.0.0-rc.1.21451.13\runtimes\win-x64\lib\net6.0\System.Net.WebHeaderCollection.dll" -reference "C:\Users\Vaughan.nuget\packages\microsoft.netcore.app.runtime.win-x64\6.0.0-rc.1.21451.13\runtimes\win-x64\lib\net6.0\System.Net.WebProxy.dll" -reference "C:\Users\Vaughan.nuget\packages\microsoft.netcore.app.runtime.win-x64\6.0.0-rc.1.21451.13\runtimes\win-x64\lib\net6.0\System.Net.WebSockets.Client.dll" -reference "C:\Users\Vaughan.nuget\packages\microsoft.netcore.app.runtime.win-x64\6.0.0-rc.1.21451.13\runtimes\win-x64\lib\net6.0\System.Net.WebSockets.dll" -reference "C:\Users\Vaughan.nuget\packages\microsoft.netcore.app.runtime.win-x64\6.0.0-rc.1.21451.13\runtimes\win-x64\lib\net6.0\System.Net.dll" -reference "C:\Users\Vaughan.nuget\packages\microsoft.netcore.app.runtime.win-x64\6.0.0-rc.1.21451.13\runtimes\win-x64\lib\net6.0\System.Numerics.Vectors.dll" -reference "C:\Users\Vaughan.nuget\packages\microsoft.netcore.app.runtime.win-x64\6.0.0-rc.1.21451.13\runtimes\win-x64\lib\net6.0\System.Numerics.dll" -reference "C:\Users\Vaughan.nuget\packages\microsoft.netcore.app.runtime.win-x64\6.0.0-rc.1.21451.13\runtimes\win-x64\lib\net6.0\System.ObjectModel.dll" -reference "C:\Users\Vaughan.nuget\packages\microsoft.netcore.app.runtime.win-x64\6.0.0-rc.1.21451.13\runtimes\win-x64\lib\net6.0\System.Private.CoreLib.dll" -reference "C:\Users\Vaughan.nuget\packages\microsoft.netcore.app.runtime.win-x64\6.0.0-rc.1.21451.13\runtimes\win-x64\lib\net6.0\System.Private.DataContractSerialization.dll" -reference "C:\Users\Vaughan.nuget\packages\microsoft.netcore.app.runtime.win-x64\6.0.0-rc.1.21451.13\runtimes\win-x64\lib\net6.0\System.Private.Uri.dll" -reference "C:\Users\Vaughan.nuget\packages\microsoft.netcore.app.runtime.win-x64\6.0.0-rc.1.21451.13\runtimes\win-x64\lib\net6.0\System.Private.Xml.Linq.dll" -reference "C:\Users\Vaughan.nuget\packages\microsoft.netcore.app.runtime.win-x64\6.0.0-rc.1.21451.13\runtimes\win-x64\lib\net6.0\System.Private.Xml.dll" -reference "C:\Users\Vaughan.nuget\packages\microsoft.netcore.app.runtime.win-x64\6.0.0-rc.1.21451.13\runtimes\win-x64\lib\net6.0\System.Reflection.DispatchProxy.dll" -reference "C:\Users\Vaughan.nuget\packages\microsoft.netcore.app.runtime.win-x64\6.0.0-rc.1.21451.13\runtimes\win-x64\lib\net6.0\System.Reflection.Emit.ILGeneration.dll" -reference "C:\Users\Vaughan.nuget\packages\microsoft.netcore.app.runtime.win-x64\6.0.0-rc.1.21451.13\runtimes\win-x64\lib\net6.0\System.Reflection.Emit.Lightweight.dll" -reference "C:\Users\Vaughan.nuget\packages\microsoft.netcore.app.runtime.win-x64\6.0.0-rc.1.21451.13\runtimes\win-x64\lib\net6.0\System.Reflection.Emit.dll" -reference "C:\Users\Vaughan.nuget\packages\microsoft.netcore.app.runtime.win-x64\6.0.0-rc.1.21451.13\runtimes\win-x64\lib\net6.0\System.Reflection.Extensions.dll" -reference "C:\Users\Vaughan.nuget\packages\microsoft.netcore.app.runtime.win-x64\6.0.0-rc.1.21451.13\runtimes\win-x64\lib\net6.0\System.Reflection.Metadata.dll" -reference "C:\Users\Vaughan.nuget\packages\microsoft.netcore.app.runtime.win-x64\6.0.0-rc.1.21451.13\runtimes\win-x64\lib\net6.0\System.Reflection.Primitives.dll" -reference "C:\Users\Vaughan.nuget\packages\microsoft.netcore.app.runtime.win-x64\6.0.0-rc.1.21451.13\runtimes\win-x64\lib\net6.0\System.Reflection.TypeExtensions.dll" -reference "C:\Users\Vaughan.nuget\packages\microsoft.netcore.app.runtime.win-x64\6.0.0-rc.1.21451.13\runtimes\win-x64\lib\net6.0\System.Reflection.dll" -reference "C:\Users\Vaughan.nuget\packages\microsoft.netcore.app.runtime.win-x64\6.0.0-rc.1.21451.13\runtimes\win-x64\lib\net6.0\System.Resources.Reader.dll" -reference "C:\Users\Vaughan.nuget\packages\microsoft.netcore.app.runtime.win-x64\6.0.0-rc.1.21451.13\runtimes\win-x64\lib\net6.0\System.Resources.ResourceManager.dll" -reference "C:\Users\Vaughan.nuget\packages\microsoft.netcore.app.runtime.win-x64\6.0.0-rc.1.21451.13\runtimes\win-x64\lib\net6.0\System.Resources.Writer.dll" -reference "C:\Users\Vaughan.nuget\packages\microsoft.netcore.app.runtime.win-x64\6.0.0-rc.1.21451.13\runtimes\win-x64\lib\net6.0\System.Runtime.CompilerServices.Unsafe.dll" -reference "C:\Users\Vaughan.nuget\packages\microsoft.netcore.app.runtime.win-x64\6.0.0-rc.1.21451.13\runtimes\win-x64\lib\net6.0\System.Runtime.CompilerServices.VisualC.dll" -reference "C:\Users\Vaughan.nuget\packages\microsoft.netcore.app.runtime.win-x64\6.0.0-rc.1.21451.13\runtimes\win-x64\lib\net6.0\System.Runtime.Extensions.dll" -reference "C:\Users\Vaughan.nuget\packages\microsoft.netcore.app.runtime.win-x64\6.0.0-rc.1.21451.13\runtimes\win-x64\lib\net6.0\System.Runtime.Handles.dll" -reference "C:\Users\Vaughan.nuget\packages\microsoft.netcore.app.runtime.win-x64\6.0.0-rc.1.21451.13\runtimes\win-x64\lib\net6.0\System.Runtime.InteropServices.RuntimeInformation.dll" -reference "C:\Users\Vaughan.nuget\packages\microsoft.netcore.app.runtime.win-x64\6.0.0-rc.1.21451.13\runtimes\win-x64\lib\net6.0\System.Runtime.InteropServices.dll" -reference "C:\Users\Vaughan.nuget\packages\microsoft.netcore.app.runtime.win-x64\6.0.0-rc.1.21451.13\runtimes\win-x64\lib\net6.0\System.Runtime.Intrinsics.dll" -reference "C:\Users\Vaughan.nuget\packages\microsoft.netcore.app.runtime.win-x64\6.0.0-rc.1.21451.13\runtimes\win-x64\lib\net6.0\System.Runtime.Loader.dll" -reference "C:\Users\Vaughan.nuget\packages\microsoft.netcore.app.runtime.win-x64\6.0.0-rc.1.21451.13\runtimes\win-x64\lib\net6.0\System.Runtime.Numerics.dll" -reference "C:\Users\Vaughan.nuget\packages\microsoft.netcore.app.runtime.win-x64\6.0.0-rc.1.21451.13\runtimes\win-x64\lib\net6.0\System.Runtime.Serialization.Formatters.dll" -reference "C:\Users\Vaughan.nuget\packages\microsoft.netcore.app.runtime.win-x64\6.0.0-rc.1.21451.13\runtimes\win-x64\lib\net6.0\System.Runtime.Serialization.Json.dll" -reference "C:\Users\Vaughan.nuget\packages\microsoft.netcore.app.runtime.win-x64\6.0.0-rc.1.21451.13\runtimes\win-x64\lib\net6.0\System.Runtime.Serialization.Primitives.dll" -reference "C:\Users\Vaughan.nuget\packages\microsoft.netcore.app.runtime.win-x64\6.0.0-rc.1.21451.13\runtimes\win-x64\lib\net6.0\System.Runtime.Serialization.Xml.dll" -reference "C:\Users\Vaughan.nuget\packages\microsoft.netcore.app.runtime.win-x64\6.0.0-rc.1.21451.13\runtimes\win-x64\lib\net6.0\System.Runtime.Serialization.dll" -reference "C:\Users\Vaughan.nuget\packages\microsoft.netcore.app.runtime.win-x64\6.0.0-rc.1.21451.13\runtimes\win-x64\lib\net6.0\System.Runtime.dll" -reference "C:\Users\Vaughan.nuget\packages\microsoft.netcore.app.runtime.win-x64\6.0.0-rc.1.21451.13\runtimes\win-x64\lib\net6.0\System.Security.AccessControl.dll" -reference "C:\Users\Vaughan.nuget\packages\microsoft.netcore.app.runtime.win-x64\6.0.0-rc.1.21451.13\runtimes\win-x64\lib\net6.0\System.Security.Claims.dll" -reference "C:\Users\Vaughan.nuget\packages\microsoft.netcore.app.runtime.win-x64\6.0.0-rc.1.21451.13\runtimes\win-x64\lib\net6.0\System.Security.Cryptography.Algorithms.dll" -reference "C:\Users\Vaughan.nuget\packages\microsoft.netcore.app.runtime.win-x64\6.0.0-rc.1.21451.13\runtimes\win-x64\lib\net6.0\System.Security.Cryptography.Cng.dll" -reference "C:\Users\Vaughan.nuget\packages\microsoft.netcore.app.runtime.win-x64\6.0.0-rc.1.21451.13\runtimes\win-x64\lib\net6.0\System.Security.Cryptography.Csp.dll" -reference "C:\Users\Vaughan.nuget\packages\microsoft.netcore.app.runtime.win-x64\6.0.0-rc.1.21451.13\runtimes\win-x64\lib\net6.0\System.Security.Cryptography.Encoding.dll" -reference "C:\Users\Vaughan.nuget\packages\microsoft.netcore.app.runtime.win-x64\6.0.0-rc.1.21451.13\runtimes\win-x64\lib\net6.0\System.Security.Cryptography.OpenSsl.dll" -reference "C:\Users\Vaughan.nuget\packages\microsoft.netcore.app.runtime.win-x64\6.0.0-rc.1.21451.13\runtimes\win-x64\lib\net6.0\System.Security.Cryptography.Primitives.dll" -reference "C:\Users\Vaughan.nuget\packages\microsoft.netcore.app.runtime.win-x64\6.0.0-rc.1.21451.13\runtimes\win-x64\lib\net6.0\System.Security.Cryptography.X509Certificates.dll" -reference "C:\Users\Vaughan.nuget\packages\microsoft.netcore.app.runtime.win-x64\6.0.0-rc.1.21451.13\runtimes\win-x64\lib\net6.0\System.Security.Principal.Windows.dll" -reference "C:\Users\Vaughan.nuget\packages\microsoft.netcore.app.runtime.win-x64\6.0.0-rc.1.21451.13\runtimes\win-x64\lib\net6.0\System.Security.Principal.dll" -reference "C:\Users\Vaughan.nuget\packages\microsoft.netcore.app.runtime.win-x64\6.0.0-rc.1.21451.13\runtimes\win-x64\lib\net6.0\System.Security.SecureString.dll" -reference "C:\Users\Vaughan.nuget\packages\microsoft.netcore.app.runtime.win-x64\6.0.0-rc.1.21451.13\runtimes\win-x64\lib\net6.0\System.Security.dll" -reference "C:\Users\Vaughan.nuget\packages\microsoft.netcore.app.runtime.win-x64\6.0.0-rc.1.21451.13\runtimes\win-x64\lib\net6.0\System.ServiceModel.Web.dll" -reference "C:\Users\Vaughan.nuget\packages\microsoft.netcore.app.runtime.win-x64\6.0.0-rc.1.21451.13\runtimes\win-x64\lib\net6.0\System.ServiceProcess.dll" -reference "C:\Users\Vaughan.nuget\packages\microsoft.netcore.app.runtime.win-x64\6.0.0-rc.1.21451.13\runtimes\win-x64\lib\net6.0\System.Text.Encoding.CodePages.dll" -reference "C:\Users\Vaughan.nuget\packages\microsoft.netcore.app.runtime.win-x64\6.0.0-rc.1.21451.13\runtimes\win-x64\lib\net6.0\System.Text.Encoding.Extensions.dll" -reference "C:\Users\Vaughan.nuget\packages\microsoft.netcore.app.runtime.win-x64\6.0.0-rc.1.21451.13\runtimes\win-x64\lib\net6.0\System.Text.Encoding.dll" -reference "C:\Users\Vaughan.nuget\packages\microsoft.netcore.app.runtime.win-x64\6.0.0-rc.1.21451.13\runtimes\win-x64\lib\net6.0\System.Text.Encodings.Web.dll" -reference "C:\Users\Vaughan.nuget\packages\microsoft.netcore.app.runtime.win-x64\6.0.0-rc.1.21451.13\runtimes\win-x64\lib\net6.0\System.Text.Json.dll" -reference "C:\Users\Vaughan.nuget\packages\microsoft.netcore.app.runtime.win-x64\6.0.0-rc.1.21451.13\runtimes\win-x64\lib\net6.0\System.Text.RegularExpressions.dll" -reference "C:\Users\Vaughan.nuget\packages\microsoft.netcore.app.runtime.win-x64\6.0.0-rc.1.21451.13\runtimes\win-x64\lib\net6.0\System.Threading.Channels.dll" -reference "C:\Users\Vaughan.nuget\packages\microsoft.netcore.app.runtime.win-x64\6.0.0-rc.1.21451.13\runtimes\win-x64\lib\net6.0\System.Threading.Overlapped.dll" -reference "C:\Users\Vaughan.nuget\packages\microsoft.netcore.app.runtime.win-x64\6.0.0-rc.1.21451.13\runtimes\win-x64\lib\net6.0\System.Threading.Tasks.Dataflow.dll" -reference "C:\Users\Vaughan.nuget\packages\microsoft.netcore.app.runtime.win-x64\6.0.0-rc.1.21451.13\runtimes\win-x64\lib\net6.0\System.Threading.Tasks.Extensions.dll" -reference "C:\Users\Vaughan.nuget\packages\microsoft.netcore.app.runtime.win-x64\6.0.0-rc.1.21451.13\runtimes\win-x64\lib\net6.0\System.Threading.Tasks.Parallel.dll" -reference "C:\Users\Vaughan.nuget\packages\microsoft.netcore.app.runtime.win-x64\6.0.0-rc.1.21451.13\runtimes\win-x64\lib\net6.0\System.Threading.Tasks.dll" -reference "C:\Users\Vaughan.nuget\packages\microsoft.netcore.app.runtime.win-x64\6.0.0-rc.1.21451.13\runtimes\win-x64\lib\net6.0\System.Threading.Thread.dll" -reference "C:\Users\Vaughan.nuget\packages\microsoft.netcore.app.runtime.win-x64\6.0.0-rc.1.21451.13\runtimes\win-x64\lib\net6.0\System.Threading.ThreadPool.dll" -reference "C:\Users\Vaughan.nuget\packages\microsoft.netcore.app.runtime.win-x64\6.0.0-rc.1.21451.13\runtimes\win-x64\lib\net6.0\System.Threading.Timer.dll" -reference "C:\Users\Vaughan.nuget\packages\microsoft.netcore.app.runtime.win-x64\6.0.0-rc.1.21451.13\runtimes\win-x64\lib\net6.0\System.Threading.dll" -reference "C:\Users\Vaughan.nuget\packages\microsoft.netcore.app.runtime.win-x64\6.0.0-rc.1.21451.13\runtimes\win-x64\lib\net6.0\System.Transactions.Local.dll" -reference "C:\Users\Vaughan.nuget\packages\microsoft.netcore.app.runtime.win-x64\6.0.0-rc.1.21451.13\runtimes\win-x64\lib\net6.0\System.Transactions.dll" -reference "C:\Users\Vaughan.nuget\packages\microsoft.netcore.app.runtime.win-x64\6.0.0-rc.1.21451.13\runtimes\win-x64\lib\net6.0\System.ValueTuple.dll" -reference "C:\Users\Vaughan.nuget\packages\microsoft.netcore.app.runtime.win-x64\6.0.0-rc.1.21451.13\runtimes\win-x64\lib\net6.0\System.Web.HttpUtility.dll" -reference "C:\Users\Vaughan.nuget\packages\microsoft.netcore.app.runtime.win-x64\6.0.0-rc.1.21451.13\runtimes\win-x64\lib\net6.0\System.Web.dll" -reference "C:\Users\Vaughan.nuget\packages\microsoft.netcore.app.runtime.win-x64\6.0.0-rc.1.21451.13\runtimes\win-x64\lib\net6.0\System.Windows.dll" -reference "C:\Users\Vaughan.nuget\packages\microsoft.netcore.app.runtime.win-x64\6.0.0-rc.1.21451.13\runtimes\win-x64\lib\net6.0\System.Xml.Linq.dll" -reference "C:\Users\Vaughan.nuget\packages\microsoft.netcore.app.runtime.win-x64\6.0.0-rc.1.21451.13\runtimes\win-x64\lib\net6.0\System.Xml.ReaderWriter.dll" -reference "C:\Users\Vaughan.nuget\packages\microsoft.netcore.app.runtime.win-x64\6.0.0-rc.1.21451.13\runtimes\win-x64\lib\net6.0\System.Xml.Serialization.dll" -reference "C:\Users\Vaughan.nuget\packages\microsoft.netcore.app.runtime.win-x64\6.0.0-rc.1.21451.13\runtimes\win-x64\lib\net6.0\System.Xml.XDocument.dll" -reference "C:\Users\Vaughan.nuget\packages\microsoft.netcore.app.runtime.win-x64\6.0.0-rc.1.21451.13\runtimes\win-x64\lib\net6.0\System.Xml.XPath.XDocument.dll" -reference "C:\Users\Vaughan.nuget\packages\microsoft.netcore.app.runtime.win-x64\6.0.0-rc.1.21451.13\runtimes\win-x64\lib\net6.0\System.Xml.XPath.dll" -reference "C:\Users\Vaughan.nuget\packages\microsoft.netcore.app.runtime.win-x64\6.0.0-rc.1.21451.13\runtimes\win-x64\lib\net6.0\System.Xml.XmlDocument.dll" -reference "C:\Users\Vaughan.nuget\packages\microsoft.netcore.app.runtime.win-x64\6.0.0-rc.1.21451.13\runtimes\win-x64\lib\net6.0\System.Xml.XmlSerializer.dll" -reference "C:\Users\Vaughan.nuget\packages\microsoft.netcore.app.runtime.win-x64\6.0.0-rc.1.21451.13\runtimes\win-x64\lib\net6.0\System.Xml.dll" -reference "C:\Users\Vaughan.nuget\packages\microsoft.netcore.app.runtime.win-x64\6.0.0-rc.1.21451.13\runtimes\win-x64\lib\net6.0\System.dll" -reference "C:\Users\Vaughan.nuget\packages\microsoft.netcore.app.runtime.win-x64\6.0.0-rc.1.21451.13\runtimes\win-x64\lib\net6.0\WindowsBase.dll" -reference "C:\Users\Vaughan.nuget\packages\microsoft.netcore.app.runtime.win-x64\6.0.0-rc.1.21451.13\runtimes\win-x64\lib\net6.0\mscorlib.dll" -reference "C:\Users\Vaughan.nuget\packages\microsoft.netcore.app.runtime.win-x64\6.0.0-rc.1.21451.13\runtimes\win-x64\lib\net6.0\netstandard.dll" -reference "C:\Users\Vaughan.nuget\packages\microsoft.aspnetcore.app.runtime.win-x64\6.0.0-rc.1.21452.15\runtimes\win-x64\lib\net6.0\Microsoft.AspNetCore.Antiforgery.dll" -reference "C:\Users\Vaughan.nuget\packages\microsoft.aspnetcore.app.runtime.win-x64\6.0.0-rc.1.21452.15\runtimes\win-x64\lib\net6.0\Microsoft.AspNetCore.Authentication.Abstractions.dll" -reference "C:\Users\Vaughan.nuget\packages\microsoft.aspnetcore.app.runtime.win-x64\6.0.0-rc.1.21452.15\runtimes\win-x64\lib\net6.0\Microsoft.AspNetCore.Authentication.Cookies.dll" -reference "C:\Users\Vaughan.nuget\packages\microsoft.aspnetcore.app.runtime.win-x64\6.0.0-rc.1.21452.15\runtimes\win-x64\lib\net6.0\Microsoft.AspNetCore.Authentication.Core.dll" -reference "C:\Users\Vaughan.nuget\packages\microsoft.aspnetcore.app.runtime.win-x64\6.0.0-rc.1.21452.15\runtimes\win-x64\lib\net6.0\Microsoft.AspNetCore.Authentication.OAuth.dll" -reference "C:\Users\Vaughan.nuget\packages\microsoft.aspnetcore.app.runtime.win-x64\6.0.0-rc.1.21452.15\runtimes\win-x64\lib\net6.0\Microsoft.AspNetCore.Authentication.dll" -reference "C:\Users\Vaughan.nuget\packages\microsoft.aspnetcore.app.runtime.win-x64\6.0.0-rc.1.21452.15\runtimes\win-x64\lib\net6.0\Microsoft.AspNetCore.Authorization.Policy.dll" -reference "C:\Users\Vaughan.nuget\packages\microsoft.aspnetcore.app.runtime.win-x64\6.0.0-rc.1.21452.15\runtimes\win-x64\lib\net6.0\Microsoft.AspNetCore.Authorization.dll" -reference "C:\Users\Vaughan.nuget\packages\microsoft.aspnetcore.app.runtime.win-x64\6.0.0-rc.1.21452.15\runtimes\win-x64\lib\net6.0\Microsoft.AspNetCore.Components.Authorization.dll" -reference "C:\Users\Vaughan.nuget\packages\microsoft.aspnetcore.app.runtime.win-x64\6.0.0-rc.1.21452.15\runtimes\win-x64\lib\net6.0\Microsoft.AspNetCore.Components.Forms.dll" -reference "C:\Users\Vaughan.nuget\packages\microsoft.aspnetcore.app.runtime.win-x64\6.0.0-rc.1.21452.15\runtimes\win-x64\lib\net6.0\Microsoft.AspNetCore.Components.Server.dll" -reference "C:\Users\Vaughan.nuget\packages\microsoft.aspnetcore.app.runtime.win-x64\6.0.0-rc.1.21452.15\runtimes\win-x64\lib\net6.0\Microsoft.AspNetCore.Components.Web.dll" -reference "C:\Users\Vaughan.nuget\packages\microsoft.aspnetcore.app.runtime.win-x64\6.0.0-rc.1.21452.15\runtimes\win-x64\lib\net6.0\Microsoft.AspNetCore.Components.dll" -reference "C:\Users\Vaughan.nuget\packages\microsoft.aspnetcore.app.runtime.win-x64\6.0.0-rc.1.21452.15\runtimes\win-x64\lib\net6.0\Microsoft.AspNetCore.Connections.Abstractions.dll" -reference "C:\Users\Vaughan.nuget\packages\microsoft.aspnetcore.app.runtime.win-x64\6.0.0-rc.1.21452.15\runtimes\win-x64\lib\net6.0\Microsoft.AspNetCore.CookiePolicy.dll" -reference "C:\Users\Vaughan.nuget\packages\microsoft.aspnetcore.app.runtime.win-x64\6.0.0-rc.1.21452.15\runtimes\win-x64\lib\net6.0\Microsoft.AspNetCore.Cors.dll" -reference "C:\Users\Vaughan.nuget\packages\microsoft.aspnetcore.app.runtime.win-x64\6.0.0-rc.1.21452.15\runtimes\win-x64\lib\net6.0\Microsoft.AspNetCore.Cryptography.Internal.dll" -reference "C:\Users\Vaughan.nuget\packages\microsoft.aspnetcore.app.runtime.win-x64\6.0.0-rc.1.21452.15\runtimes\win-x64\lib\net6.0\Microsoft.AspNetCore.Cryptography.KeyDerivation.dll" -reference "C:\Users\Vaughan.nuget\packages\microsoft.aspnetcore.app.runtime.win-x64\6.0.0-rc.1.21452.15\runtimes\win-x64\lib\net6.0\Microsoft.AspNetCore.DataProtection.Abstractions.dll" -reference "C:\Users\Vaughan.nuget\packages\microsoft.aspnetcore.app.runtime.win-x64\6.0.0-rc.1.21452.15\runtimes\win-x64\lib\net6.0\Microsoft.AspNetCore.DataProtection.Extensions.dll" -reference "C:\Users\Vaughan.nuget\packages\microsoft.aspnetcore.app.runtime.win-x64\6.0.0-rc.1.21452.15\runtimes\win-x64\lib\net6.0\Microsoft.AspNetCore.DataProtection.dll" -reference "C:\Users\Vaughan.nuget\packages\microsoft.aspnetcore.app.runtime.win-x64\6.0.0-rc.1.21452.15\runtimes\win-x64\lib\net6.0\Microsoft.AspNetCore.Diagnostics.Abstractions.dll" -reference "C:\Users\Vaughan.nuget\packages\microsoft.aspnetcore.app.runtime.win-x64\6.0.0-rc.1.21452.15\runtimes\win-x64\lib\net6.0\Microsoft.AspNetCore.Diagnostics.HealthChecks.dll" -reference "C:\Users\Vaughan.nuget\packages\microsoft.aspnetcore.app.runtime.win-x64\6.0.0-rc.1.21452.15\runtimes\win-x64\lib\net6.0\Microsoft.AspNetCore.Diagnostics.dll" -reference "C:\Users\Vaughan.nuget\packages\microsoft.aspnetcore.app.runtime.win-x64\6.0.0-rc.1.21452.15\runtimes\win-x64\lib\net6.0\Microsoft.AspNetCore.HostFiltering.dll" -reference "C:\Users\Vaughan.nuget\packages\microsoft.aspnetcore.app.runtime.win-x64\6.0.0-rc.1.21452.15\runtimes\win-x64\lib\net6.0\Microsoft.AspNetCore.Hosting.Abstractions.dll" -reference "C:\Users\Vaughan.nuget\packages\microsoft.aspnetcore.app.runtime.win-x64\6.0.0-rc.1.21452.15\runtimes\win-x64\lib\net6.0\Microsoft.AspNetCore.Hosting.Server.Abstractions.dll" -reference "C:\Users\Vaughan.nuget\packages\microsoft.aspnetcore.app.runtime.win-x64\6.0.0-rc.1.21452.15\runtimes\win-x64\lib\net6.0\Microsoft.AspNetCore.Hosting.dll" -reference "C:\Users\Vaughan.nuget\packages\microsoft.aspnetcore.app.runtime.win-x64\6.0.0-rc.1.21452.15\runtimes\win-x64\lib\net6.0\Microsoft.AspNetCore.Html.Abstractions.dll" -reference "C:\Users\Vaughan.nuget\packages\microsoft.aspnetcore.app.runtime.win-x64\6.0.0-rc.1.21452.15\runtimes\win-x64\lib\net6.0\Microsoft.AspNetCore.Http.Abstractions.dll" -reference "C:\Users\Vaughan.nuget\packages\microsoft.aspnetcore.app.runtime.win-x64\6.0.0-rc.1.21452.15\runtimes\win-x64\lib\net6.0\Microsoft.AspNetCore.Http.Connections.Common.dll" -reference "C:\Users\Vaughan.nuget\packages\microsoft.aspnetcore.app.runtime.win-x64\6.0.0-rc.1.21452.15\runtimes\win-x64\lib\net6.0\Microsoft.AspNetCore.Http.Connections.dll" -reference "C:\Users\Vaughan.nuget\packages\microsoft.aspnetcore.app.runtime.win-x64\6.0.0-rc.1.21452.15\runtimes\win-x64\lib\net6.0\Microsoft.AspNetCore.Http.Extensions.dll" -reference "C:\Users\Vaughan.nuget\packages\microsoft.aspnetcore.app.runtime.win-x64\6.0.0-rc.1.21452.15\runtimes\win-x64\lib\net6.0\Microsoft.AspNetCore.Http.Features.dll" -reference "C:\Users\Vaughan.nuget\packages\microsoft.aspnetcore.app.runtime.win-x64\6.0.0-rc.1.21452.15\runtimes\win-x64\lib\net6.0\Microsoft.AspNetCore.Http.Results.dll" -reference "C:\Users\Vaughan.nuget\packages\microsoft.aspnetcore.app.runtime.win-x64\6.0.0-rc.1.21452.15\runtimes\win-x64\lib\net6.0\Microsoft.AspNetCore.Http.dll" -reference "C:\Users\Vaughan.nuget\packages\microsoft.aspnetcore.app.runtime.win-x64\6.0.0-rc.1.21452.15\runtimes\win-x64\lib\net6.0\Microsoft.AspNetCore.HttpLogging.dll" -reference "C:\Users\Vaughan.nuget\packages\microsoft.aspnetcore.app.runtime.win-x64\6.0.0-rc.1.21452.15\runtimes\win-x64\lib\net6.0\Microsoft.AspNetCore.HttpOverrides.dll" -reference "C:\Users\Vaughan.nuget\packages\microsoft.aspnetcore.app.runtime.win-x64\6.0.0-rc.1.21452.15\runtimes\win-x64\lib\net6.0\Microsoft.AspNetCore.HttpsPolicy.dll" -reference "C:\Users\Vaughan.nuget\packages\microsoft.aspnetcore.app.runtime.win-x64\6.0.0-rc.1.21452.15\runtimes\win-x64\lib\net6.0\Microsoft.AspNetCore.Identity.dll" -reference "C:\Users\Vaughan.nuget\packages\microsoft.aspnetcore.app.runtime.win-x64\6.0.0-rc.1.21452.15\runtimes\win-x64\lib\net6.0\Microsoft.AspNetCore.Localization.Routing.dll" -reference "C:\Users\Vaughan.nuget\packages\microsoft.aspnetcore.app.runtime.win-x64\6.0.0-rc.1.21452.15\runtimes\win-x64\lib\net6.0\Microsoft.AspNetCore.Localization.dll" -reference "C:\Users\Vaughan.nuget\packages\microsoft.aspnetcore.app.runtime.win-x64\6.0.0-rc.1.21452.15\runtimes\win-x64\lib\net6.0\Microsoft.AspNetCore.Metadata.dll" -reference "C:\Users\Vaughan.nuget\packages\microsoft.aspnetcore.app.runtime.win-x64\6.0.0-rc.1.21452.15\runtimes\win-x64\lib\net6.0\Microsoft.AspNetCore.Mvc.Abstractions.dll" -reference "C:\Users\Vaughan.nuget\packages\microsoft.aspnetcore.app.runtime.win-x64\6.0.0-rc.1.21452.15\runtimes\win-x64\lib\net6.0\Microsoft.AspNetCore.Mvc.ApiExplorer.dll" -reference "C:\Users\Vaughan.nuget\packages\microsoft.aspnetcore.app.runtime.win-x64\6.0.0-rc.1.21452.15\runtimes\win-x64\lib\net6.0\Microsoft.AspNetCore.Mvc.Core.dll" -reference "C:\Users\Vaughan.nuget\packages\microsoft.aspnetcore.app.runtime.win-x64\6.0.0-rc.1.21452.15\runtimes\win-x64\lib\net6.0\Microsoft.AspNetCore.Mvc.Cors.dll" -reference "C:\Users\Vaughan.nuget\packages\microsoft.aspnetcore.app.runtime.win-x64\6.0.0-rc.1.21452.15\runtimes\win-x64\lib\net6.0\Microsoft.AspNetCore.Mvc.DataAnnotations.dll" -reference "C:\Users\Vaughan.nuget\packages\microsoft.aspnetcore.app.runtime.win-x64\6.0.0-rc.1.21452.15\runtimes\win-x64\lib\net6.0\Microsoft.AspNetCore.Mvc.Formatters.Json.dll" -reference "C:\Users\Vaughan.nuget\packages\microsoft.aspnetcore.app.runtime.win-x64\6.0.0-rc.1.21452.15\runtimes\win-x64\lib\net6.0\Microsoft.AspNetCore.Mvc.Formatters.Xml.dll" -reference "C:\Users\Vaughan.nuget\packages\microsoft.aspnetcore.app.runtime.win-x64\6.0.0-rc.1.21452.15\runtimes\win-x64\lib\net6.0\Microsoft.AspNetCore.Mvc.Localization.dll" -reference "C:\Users\Vaughan.nuget\packages\microsoft.aspnetcore.app.runtime.win-x64\6.0.0-rc.1.21452.15\runtimes\win-x64\lib\net6.0\Microsoft.AspNetCore.Mvc.Razor.dll" -reference "C:\Users\Vaughan.nuget\packages\microsoft.aspnetcore.app.runtime.win-x64\6.0.0-rc.1.21452.15\runtimes\win-x64\lib\net6.0\Microsoft.AspNetCore.Mvc.RazorPages.dll" -reference "C:\Users\Vaughan.nuget\packages\microsoft.aspnetcore.app.runtime.win-x64\6.0.0-rc.1.21452.15\runtimes\win-x64\lib\net6.0\Microsoft.AspNetCore.Mvc.TagHelpers.dll" -reference "C:\Users\Vaughan.nuget\packages\microsoft.aspnetcore.app.runtime.win-x64\6.0.0-rc.1.21452.15\runtimes\win-x64\lib\net6.0\Microsoft.AspNetCore.Mvc.ViewFeatures.dll" -reference "C:\Users\Vaughan.nuget\packages\microsoft.aspnetcore.app.runtime.win-x64\6.0.0-rc.1.21452.15\runtimes\win-x64\lib\net6.0\Microsoft.AspNetCore.Mvc.dll" -reference "C:\Users\Vaughan.nuget\packages\microsoft.aspnetcore.app.runtime.win-x64\6.0.0-rc.1.21452.15\runtimes\win-x64\lib\net6.0\Microsoft.AspNetCore.Razor.Runtime.dll" -reference "C:\Users\Vaughan.nuget\packages\microsoft.aspnetcore.app.runtime.win-x64\6.0.0-rc.1.21452.15\runtimes\win-x64\lib\net6.0\Microsoft.AspNetCore.Razor.dll" -reference "C:\Users\Vaughan.nuget\packages\microsoft.aspnetcore.app.runtime.win-x64\6.0.0-rc.1.21452.15\runtimes\win-x64\lib\net6.0\Microsoft.AspNetCore.ResponseCaching.Abstractions.dll" -reference "C:\Users\Vaughan.nuget\packages\microsoft.aspnetcore.app.runtime.win-x64\6.0.0-rc.1.21452.15\runtimes\win-x64\lib\net6.0\Microsoft.AspNetCore.ResponseCaching.dll" -reference "C:\Users\Vaughan.nuget\packages\microsoft.aspnetcore.app.runtime.win-x64\6.0.0-rc.1.21452.15\runtimes\win-x64\lib\net6.0\Microsoft.AspNetCore.ResponseCompression.dll" -reference "C:\Users\Vaughan.nuget\packages\microsoft.aspnetcore.app.runtime.win-x64\6.0.0-rc.1.21452.15\runtimes\win-x64\lib\net6.0\Microsoft.AspNetCore.Rewrite.dll" -reference "C:\Users\Vaughan.nuget\packages\microsoft.aspnetcore.app.runtime.win-x64\6.0.0-rc.1.21452.15\runtimes\win-x64\lib\net6.0\Microsoft.AspNetCore.Routing.Abstractions.dll" -reference "C:\Users\Vaughan.nuget\packages\microsoft.aspnetcore.app.runtime.win-x64\6.0.0-rc.1.21452.15\runtimes\win-x64\lib\net6.0\Microsoft.AspNetCore.Routing.dll" -reference "C:\Users\Vaughan.nuget\packages\microsoft.aspnetcore.app.runtime.win-x64\6.0.0-rc.1.21452.15\runtimes\win-x64\lib\net6.0\Microsoft.AspNetCore.Server.HttpSys.dll" -reference "C:\Users\Vaughan.nuget\packages\microsoft.aspnetcore.app.runtime.win-x64\6.0.0-rc.1.21452.15\runtimes\win-x64\lib\net6.0\Microsoft.AspNetCore.Server.IIS.dll" -reference "C:\Users\Vaughan.nuget\packages\microsoft.aspnetcore.app.runtime.win-x64\6.0.0-rc.1.21452.15\runtimes\win-x64\lib\net6.0\Microsoft.AspNetCore.Server.IISIntegration.dll" -reference "C:\Users\Vaughan.nuget\packages\microsoft.aspnetcore.app.runtime.win-x64\6.0.0-rc.1.21452.15\runtimes\win-x64\lib\net6.0\Microsoft.AspNetCore.Server.Kestrel.Core.dll" -reference "C:\Users\Vaughan.nuget\packages\microsoft.aspnetcore.app.runtime.win-x64\6.0.0-rc.1.21452.15\runtimes\win-x64\lib\net6.0\Microsoft.AspNetCore.Server.Kestrel.Transport.Quic.dll" -reference "C:\Users\Vaughan.nuget\packages\microsoft.aspnetcore.app.runtime.win-x64\6.0.0-rc.1.21452.15\runtimes\win-x64\lib\net6.0\Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.dll" -reference "C:\Users\Vaughan.nuget\packages\microsoft.aspnetcore.app.runtime.win-x64\6.0.0-rc.1.21452.15\runtimes\win-x64\lib\net6.0\Microsoft.AspNetCore.Server.Kestrel.dll" -reference "C:\Users\Vaughan.nuget\packages\microsoft.aspnetcore.app.runtime.win-x64\6.0.0-rc.1.21452.15\runtimes\win-x64\lib\net6.0\Microsoft.AspNetCore.Session.dll" -reference "C:\Users\Vaughan.nuget\packages\microsoft.aspnetcore.app.runtime.win-x64\6.0.0-rc.1.21452.15\runtimes\win-x64\lib\net6.0\Microsoft.AspNetCore.SignalR.Common.dll" -reference "C:\Users\Vaughan.nuget\packages\microsoft.aspnetcore.app.runtime.win-x64\6.0.0-rc.1.21452.15\runtimes\win-x64\lib\net6.0\Microsoft.AspNetCore.SignalR.Core.dll" -reference "C:\Users\Vaughan.nuget\packages\microsoft.aspnetcore.app.runtime.win-x64\6.0.0-rc.1.21452.15\runtimes\win-x64\lib\net6.0\Microsoft.AspNetCore.SignalR.Protocols.Json.dll" -reference "C:\Users\Vaughan.nuget\packages\microsoft.aspnetcore.app.runtime.win-x64\6.0.0-rc.1.21452.15\runtimes\win-x64\lib\net6.0\Microsoft.AspNetCore.SignalR.dll" -reference "C:\Users\Vaughan.nuget\packages\microsoft.aspnetcore.app.runtime.win-x64\6.0.0-rc.1.21452.15\runtimes\win-x64\lib\net6.0\Microsoft.AspNetCore.StaticFiles.dll" -reference "C:\Users\Vaughan.nuget\packages\microsoft.aspnetcore.app.runtime.win-x64\6.0.0-rc.1.21452.15\runtimes\win-x64\lib\net6.0\Microsoft.AspNetCore.WebSockets.dll" -reference "C:\Users\Vaughan.nuget\packages\microsoft.aspnetcore.app.runtime.win-x64\6.0.0-rc.1.21452.15\runtimes\win-x64\lib\net6.0\Microsoft.AspNetCore.WebUtilities.dll" -reference "C:\Users\Vaughan.nuget\packages\microsoft.aspnetcore.app.runtime.win-x64\6.0.0-rc.1.21452.15\runtimes\win-x64\lib\net6.0\Microsoft.AspNetCore.dll" -reference "C:\Users\Vaughan.nuget\packages\microsoft.aspnetcore.app.runtime.win-x64\6.0.0-rc.1.21452.15\runtimes\win-x64\lib\net6.0\Microsoft.Extensions.Caching.Abstractions.dll" -reference "C:\Users\Vaughan.nuget\packages\microsoft.aspnetcore.app.runtime.win-x64\6.0.0-rc.1.21452.15\runtimes\win-x64\lib\net6.0\Microsoft.Extensions.Caching.Memory.dll" -reference "C:\Users\Vaughan.nuget\packages\microsoft.aspnetcore.app.runtime.win-x64\6.0.0-rc.1.21452.15\runtimes\win-x64\lib\net6.0\Microsoft.Extensions.Configuration.Abstractions.dll" -reference "C:\Users\Vaughan.nuget\packages\microsoft.aspnetcore.app.runtime.win-x64\6.0.0-rc.1.21452.15\runtimes\win-x64\lib\net6.0\Microsoft.Extensions.Configuration.Binder.dll" -reference "C:\Users\Vaughan.nuget\packages\microsoft.aspnetcore.app.runtime.win-x64\6.0.0-rc.1.21452.15\runtimes\win-x64\lib\net6.0\Microsoft.Extensions.Configuration.CommandLine.dll" -reference "C:\Users\Vaughan.nuget\packages\microsoft.aspnetcore.app.runtime.win-x64\6.0.0-rc.1.21452.15\runtimes\win-x64\lib\net6.0\Microsoft.Extensions.Configuration.EnvironmentVariables.dll" -reference "C:\Users\Vaughan.nuget\packages\microsoft.aspnetcore.app.runtime.win-x64\6.0.0-rc.1.21452.15\runtimes\win-x64\lib\net6.0\Microsoft.Extensions.Configuration.FileExtensions.dll" -reference "C:\Users\Vaughan.nuget\packages\microsoft.aspnetcore.app.runtime.win-x64\6.0.0-rc.1.21452.15\runtimes\win-x64\lib\net6.0\Microsoft.Extensions.Configuration.Ini.dll" -reference "C:\Users\Vaughan.nuget\packages\microsoft.aspnetcore.app.runtime.win-x64\6.0.0-rc.1.21452.15\runtimes\win-x64\lib\net6.0\Microsoft.Extensions.Configuration.Json.dll" -reference "C:\Users\Vaughan.nuget\packages\microsoft.aspnetcore.app.runtime.win-x64\6.0.0-rc.1.21452.15\runtimes\win-x64\lib\net6.0\Microsoft.Extensions.Configuration.KeyPerFile.dll" -reference "C:\Users\Vaughan.nuget\packages\microsoft.aspnetcore.app.runtime.win-x64\6.0.0-rc.1.21452.15\runtimes\win-x64\lib\net6.0\Microsoft.Extensions.Configuration.UserSecrets.dll" -reference "C:\Users\Vaughan.nuget\packages\microsoft.aspnetcore.app.runtime.win-x64\6.0.0-rc.1.21452.15\runtimes\win-x64\lib\net6.0\Microsoft.Extensions.Configuration.Xml.dll" -reference "C:\Users\Vaughan.nuget\packages\microsoft.aspnetcore.app.runtime.win-x64\6.0.0-rc.1.21452.15\runtimes\win-x64\lib\net6.0\Microsoft.Extensions.Configuration.dll" -reference "C:\Users\Vaughan.nuget\packages\microsoft.aspnetcore.app.runtime.win-x64\6.0.0-rc.1.21452.15\runtimes\win-x64\lib\net6.0\Microsoft.Extensions.DependencyInjection.Abstractions.dll" -reference "C:\Users\Vaughan.nuget\packages\microsoft.aspnetcore.app.runtime.win-x64\6.0.0-rc.1.21452.15\runtimes\win-x64\lib\net6.0\Microsoft.Extensions.DependencyInjection.dll" -reference "C:\Users\Vaughan.nuget\packages\microsoft.aspnetcore.app.runtime.win-x64\6.0.0-rc.1.21452.15\runtimes\win-x64\lib\net6.0\Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions.dll" -reference "C:\Users\Vaughan.nuget\packages\microsoft.aspnetcore.app.runtime.win-x64\6.0.0-rc.1.21452.15\runtimes\win-x64\lib\net6.0\Microsoft.Extensions.Diagnostics.HealthChecks.dll" -reference "C:\Users\Vaughan.nuget\packages\microsoft.aspnetcore.app.runtime.win-x64\6.0.0-rc.1.21452.15\runtimes\win-x64\lib\net6.0\Microsoft.Extensions.Features.dll" -reference "C:\Users\Vaughan.nuget\packages\microsoft.aspnetcore.app.runtime.win-x64\6.0.0-rc.1.21452.15\runtimes\win-x64\lib\net6.0\Microsoft.Extensions.FileProviders.Abstractions.dll" -reference "C:\Users\Vaughan.nuget\packages\microsoft.aspnetcore.app.runtime.win-x64\6.0.0-rc.1.21452.15\runtimes\win-x64\lib\net6.0\Microsoft.Extensions.FileProviders.Composite.dll" -reference "C:\Users\Vaughan.nuget\packages\microsoft.aspnetcore.app.runtime.win-x64\6.0.0-rc.1.21452.15\runtimes\win-x64\lib\net6.0\Microsoft.Extensions.FileProviders.Embedded.dll" -reference "C:\Users\Vaughan.nuget\packages\microsoft.aspnetcore.app.runtime.win-x64\6.0.0-rc.1.21452.15\runtimes\win-x64\lib\net6.0\Microsoft.Extensions.FileProviders.Physical.dll" -reference "C:\Users\Vaughan.nuget\packages\microsoft.aspnetcore.app.runtime.win-x64\6.0.0-rc.1.21452.15\runtimes\win-x64\lib\net6.0\Microsoft.Extensions.FileSystemGlobbing.dll" -reference "C:\Users\Vaughan.nuget\packages\microsoft.aspnetcore.app.runtime.win-x64\6.0.0-rc.1.21452.15\runtimes\win-x64\lib\net6.0\Microsoft.Extensions.Hosting.Abstractions.dll" -reference "C:\Users\Vaughan.nuget\packages\microsoft.aspnetcore.app.runtime.win-x64\6.0.0-rc.1.21452.15\runtimes\win-x64\lib\net6.0\Microsoft.Extensions.Hosting.dll" -reference "C:\Users\Vaughan.nuget\packages\microsoft.aspnetcore.app.runtime.win-x64\6.0.0-rc.1.21452.15\runtimes\win-x64\lib\net6.0\Microsoft.Extensions.Http.dll" -reference "C:\Users\Vaughan.nuget\packages\microsoft.aspnetcore.app.runtime.win-x64\6.0.0-rc.1.21452.15\runtimes\win-x64\lib\net6.0\Microsoft.Extensions.Identity.Core.dll" -reference "C:\Users\Vaughan.nuget\packages\microsoft.aspnetcore.app.runtime.win-x64\6.0.0-rc.1.21452.15\runtimes\win-x64\lib\net6.0\Microsoft.Extensions.Identity.Stores.dll" -reference "C:\Users\Vaughan.nuget\packages\microsoft.aspnetcore.app.runtime.win-x64\6.0.0-rc.1.21452.15\runtimes\win-x64\lib\net6.0\Microsoft.Extensions.Localization.Abstractions.dll" -reference "C:\Users\Vaughan.nuget\packages\microsoft.aspnetcore.app.runtime.win-x64\6.0.0-rc.1.21452.15\runtimes\win-x64\lib\net6.0\Microsoft.Extensions.Localization.dll" -reference "C:\Users\Vaughan.nuget\packages\microsoft.aspnetcore.app.runtime.win-x64\6.0.0-rc.1.21452.15\runtimes\win-x64\lib\net6.0\Microsoft.Extensions.Logging.Abstractions.dll" -reference "C:\Users\Vaughan.nuget\packages\microsoft.aspnetcore.app.runtime.win-x64\6.0.0-rc.1.21452.15\runtimes\win-x64\lib\net6.0\Microsoft.Extensions.Logging.Configuration.dll" -reference "C:\Users\Vaughan.nuget\packages\microsoft.aspnetcore.app.runtime.win-x64\6.0.0-rc.1.21452.15\runtimes\win-x64\lib\net6.0\Microsoft.Extensions.Logging.Console.dll" -reference "C:\Users\Vaughan.nuget\packages\microsoft.aspnetcore.app.runtime.win-x64\6.0.0-rc.1.21452.15\runtimes\win-x64\lib\net6.0\Microsoft.Extensions.Logging.Debug.dll" -reference "C:\Users\Vaughan.nuget\packages\microsoft.aspnetcore.app.runtime.win-x64\6.0.0-rc.1.21452.15\runtimes\win-x64\lib\net6.0\Microsoft.Extensions.Logging.EventLog.dll" -reference "C:\Users\Vaughan.nuget\packages\microsoft.aspnetcore.app.runtime.win-x64\6.0.0-rc.1.21452.15\runtimes\win-x64\lib\net6.0\Microsoft.Extensions.Logging.EventSource.dll" -reference "C:\Users\Vaughan.nuget\packages\microsoft.aspnetcore.app.runtime.win-x64\6.0.0-rc.1.21452.15\runtimes\win-x64\lib\net6.0\Microsoft.Extensions.Logging.TraceSource.dll" -reference "C:\Users\Vaughan.nuget\packages\microsoft.aspnetcore.app.runtime.win-x64\6.0.0-rc.1.21452.15\runtimes\win-x64\lib\net6.0\Microsoft.Extensions.Logging.dll" -reference "C:\Users\Vaughan.nuget\packages\microsoft.aspnetcore.app.runtime.win-x64\6.0.0-rc.1.21452.15\runtimes\win-x64\lib\net6.0\Microsoft.Extensions.ObjectPool.dll" -reference "C:\Users\Vaughan.nuget\packages\microsoft.aspnetcore.app.runtime.win-x64\6.0.0-rc.1.21452.15\runtimes\win-x64\lib\net6.0\Microsoft.Extensions.Options.ConfigurationExtensions.dll" -reference "C:\Users\Vaughan.nuget\packages\microsoft.aspnetcore.app.runtime.win-x64\6.0.0-rc.1.21452.15\runtimes\win-x64\lib\net6.0\Microsoft.Extensions.Options.DataAnnotations.dll" -reference "C:\Users\Vaughan.nuget\packages\microsoft.aspnetcore.app.runtime.win-x64\6.0.0-rc.1.21452.15\runtimes\win-x64\lib\net6.0\Microsoft.Extensions.Options.dll" -reference "C:\Users\Vaughan.nuget\packages\microsoft.aspnetcore.app.runtime.win-x64\6.0.0-rc.1.21452.15\runtimes\win-x64\lib\net6.0\Microsoft.Extensions.Primitives.dll" -reference "C:\Users\Vaughan.nuget\packages\microsoft.aspnetcore.app.runtime.win-x64\6.0.0-rc.1.21452.15\runtimes\win-x64\lib\net6.0\Microsoft.Extensions.WebEncoders.dll" -reference "C:\Users\Vaughan.nuget\packages\microsoft.aspnetcore.app.runtime.win-x64\6.0.0-rc.1.21452.15\runtimes\win-x64\lib\net6.0\Microsoft.JSInterop.dll" -reference "C:\Users\Vaughan.nuget\packages\microsoft.aspnetcore.app.runtime.win-x64\6.0.0-rc.1.21452.15\runtimes\win-x64\lib\net6.0\Microsoft.Net.Http.Headers.dll" -reference "C:\Users\Vaughan.nuget\packages\microsoft.aspnetcore.app.runtime.win-x64\6.0.0-rc.1.21452.15\runtimes\win-x64\lib\net6.0\System.Diagnostics.EventLog.Messages.dll" -reference "C:\Users\Vaughan.nuget\packages\microsoft.aspnetcore.app.runtime.win-x64\6.0.0-rc.1.21452.15\runtimes\win-x64\lib\net6.0\System.Diagnostics.EventLog.dll" -reference "C:\Users\Vaughan.nuget\packages\microsoft.aspnetcore.app.runtime.win-x64\6.0.0-rc.1.21452.15\runtimes\win-x64\lib\net6.0\System.IO.Pipelines.dll" -reference "C:\Users\Vaughan.nuget\packages\microsoft.aspnetcore.app.runtime.win-x64\6.0.0-rc.1.21452.15\runtimes\win-x64\lib\net6.0\System.Security.Cryptography.Pkcs.dll" -reference "C:\Users\Vaughan.nuget\packages\microsoft.aspnetcore.app.runtime.win-x64\6.0.0-rc.1.21452.15\runtimes\win-x64\lib\net6.0\System.Security.Cryptography.Xml.dll" -reference "obj\Release\net6.0\win-x64\BeautyAxeCore.BSA.dll" --singlewarn- "BeautyAxeCore.BSA" -out "obj\Release\net6.0\win-x64\linked" --nowarn "1701;1702;1701;1702;2008" --warn "5" --warnaserror- --warnaserror ";NU1605" --feature Microsoft.Extensions.DependencyInjection.VerifyOpenGenericServiceTrimmability true --feature System.ComponentModel.TypeConverter.EnableUnsafeBinaryFormatterInDesigntimeLicenseContextSerialization false --feature System.Reflection.Metadata.MetadataUpdater.IsSupported false --feature System.Resources.ResourceManager.AllowCustomResourceTypes false --feature System.Runtime.InteropServices.BuiltInComInterop.IsSupported false --feature System.Runtime.InteropServices.EnableConsumingManagedCodeFromNativeHosting false --feature System.Runtime.InteropServices.EnableCppCLIHostActivation false --feature System.Runtime.Serialization.EnableUnsafeBinaryFormatterSerialization false --feature System.StartupHookProvider.IsSupported false --feature System.Threading.Thread.EnableAutoreleasePool false --feature System.Text.Encoding.EnableUnsafeUTF7Encoding false -b --trim-mode Link --action copy --skip-unresolved true

ILLink(0,0): Error IL1012: IL Linker has encountered an unexpected error. Please report the issue at https://github.com/mono/linker/issues ILLink(0,0): Warning IL2026: System.String BeautyAxeCore.Shared.Entities.Checkout::GuestEmail(): Using method 'System.ComponentModel.DataAnnotations.MaxLengthAttribute.MaxLengthAttribute(Int32)' which has 'RequiresUnreferencedCodeAttribute' can break functionality when trimming application code. Uses reflection to get the 'Count' property on types that don't implement ICollection. This 'Count' property may be trimmed. Ensure it is preserved. ILLink(0,0): Warning IL2026: System.String BeautyAxeCore.Shared.Models.Account.RegisterModel::ConfirmPassword(): Using method 'System.ComponentModel.DataAnnotations.CompareAttribute.CompareAttribute(String)' which has 'RequiresUnreferencedCodeAttribute' can break functionality when trimming application code. The property referenced by 'otherProperty' may be trimmed. Ensure it is preserved. ILLink(0,0): Warning IL2026: System.String BeautyAxeCore.Shared.Models.Account.ResetPasswordModel::ConfirmPassword(): Using method 'System.ComponentModel.DataAnnotations.CompareAttribute.CompareAttribute(String)' which has 'RequiresUnreferencedCodeAttribute' can break functionality when trimming application code. The property referenced by 'otherProperty' may be trimmed. Ensure it is preserved. C:\Users\Vaughan.nuget\packages\microsoft.aspnetcore.app.runtime.win-x64\6.0.0-rc.1.21452.15\runtimes\win-x64\lib\net6.0\Microsoft.AspNetCore.Http.Abstractions.dll(0,0): Warning IL2104: Assembly 'Microsoft.AspNetCore.Http.Abstractions' produced trim warnings. For more information see https://aka.ms/dotnet-illink/libraries C:\Users\Vaughan.nuget\packages\microsoft.aspnetcore.app.runtime.win-x64\6.0.0-rc.1.21452.15\runtimes\win-x64\lib\net6.0\Microsoft.AspNetCore.Mvc.Core.dll(0,0): Warning IL2104: Assembly 'Microsoft.AspNetCore.Mvc.Core' produced trim warnings. For more information see https://aka.ms/dotnet-illink/libraries C:\Users\Vaughan.nuget\packages\microsoft.aspnetcore.app.runtime.win-x64\6.0.0-rc.1.21452.15\runtimes\win-x64\lib\net6.0\Microsoft.AspNetCore.Routing.Abstractions.dll(0,0): Warning IL2104: Assembly 'Microsoft.AspNetCore.Routing.Abstractions' produced trim warnings. For more information see https://aka.ms/dotnet-illink/libraries C:\Users\Vaughan.nuget\packages\microsoft.aspnetcore.app.runtime.win-x64\6.0.0-rc.1.21452.15\runtimes\win-x64\lib\net6.0\Microsoft.AspNetCore.Routing.dll(0,0): Warning IL2104: Assembly 'Microsoft.AspNetCore.Routing' produced trim warnings. For more information see https://aka.ms/dotnet-illink/libraries C:\Users\Vaughan.nuget\packages\microsoft.aspnetcore.identity.ui\5.0.10\lib\net5.0\Microsoft.AspNetCore.Identity.UI.dll(0,0): Warning IL2104: Assembly 'Microsoft.AspNetCore.Identity.UI' produced trim warnings. For more information see https://aka.ms/dotnet-illink/libraries C:\Users\Vaughan.nuget\packages\microsoft.codeanalysis.workspaces.common\3.8.0\lib\netcoreapp3.1\Microsoft.CodeAnalysis.Workspaces.dll(0,0): Warning IL2104: Assembly 'Microsoft.CodeAnalysis.Workspaces' produced trim warnings. For more information see https://aka.ms/dotnet-illink/libraries C:\Users\Vaughan.nuget\packages\microsoft.entityframeworkcore.abstractions\5.0.10\lib\netstandard2.1\Microsoft.EntityFrameworkCore.Abstractions.dll(0,0): Warning IL2104: Assembly 'Microsoft.EntityFrameworkCore.Abstractions' produced trim warnings. For more information see https://aka.ms/dotnet-illink/libraries Fatal error in IL Linker Unhandled exception. System.NullReferenceException: Object reference not set to an instance of an object. at Mono.Linker.CustomAttributeSource.HasAny(ICustomAttributeProvider provider) at Mono.Linker.AnnotationStore.GetLinkerAttributes[T](IMemberDefinition member) at Mono.Linker.AnnotationStore.TryGetLinkerAttribute[T](IMemberDefinition member, T& attribute) at Mono.Linker.Steps.MarkStep.MarkType(TypeReference reference, DependencyInfo reason, Nullable`1 origin) at Mono.Linker.Steps.MarkStep.MarkField(FieldDefinition field, DependencyInfo& reason) at Mono.Linker.Steps.MarkStep.MarkEntireType(TypeDefinition type, DependencyInfo& reason) at Mono.Linker.Steps.MarkStep.MarkEntireAssembly(AssemblyDefinition assembly) at Mono.Linker.Steps.MarkStep.MarkAssembly(AssemblyDefinition assembly, DependencyInfo reason) at Mono.Linker.Steps.MarkStep.ProcessMarkedPending() at Mono.Linker.Steps.MarkStep.Initialize() at Mono.Linker.Steps.MarkStep.Process(LinkContext context) at Mono.Linker.Pipeline.ProcessStep(LinkContext context, IStep step) at Mono.Linker.Pipeline.Process(LinkContext context) at Mono.Linker.Driver.Run(ILogger customLogger) at Mono.Linker.Driver.Main(String[] args)

marek-safar commented 2 years ago

Duplicate of #2274