Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ILC Compile errors during publishing #105947

Open
dougkl opened this issue Aug 5, 2024 · 24 comments
Open

ILC Compile errors during publishing #105947

dougkl opened this issue Aug 5, 2024 · 24 comments
Labels
area-NativeAOT-coreclr needs-further-triage Issue has been initially triaged, but needs deeper consideration or reconsideration
Milestone

Comments

@dougkl
Copy link

dougkl commented Aug 5, 2024

This error shows when the project is set the PublishAot = true , SelfContained I have ILC Compile errors

08:15:35.128   1:7>C:\Users\Superusername\.nuget\packages\microsoft.windowsdesktop.app.runtime.win-x64\8.0.7\runtimes\win-x64\lib\net8.0\System.Windows.Forms.dll : warning IL3053: Assembly 'System.Windows.Forms' produced AOT analysis warnings. [E:\ProjectSr\WebServiceStarter.csproj]
08:15:35.672   1:7>C:\Users\Superusername\.nuget\packages\microsoft.windowsdesktop.app.runtime.win-x64\8.0.7\runtimes\win-x64\lib\net8.0\System.Configuration.ConfigurationManager.dll : warning IL2104: Assembly 'System.Configuration.ConfigurationManager' produced trim warnings. For more information see https://aka.ms/dotnet-illink/libraries [E:\ProjectSr\WebServiceStarter.csproj]
08:15:36.170   1:7>C:\Users\Superusername\.nuget\packages\microsoft.data.sqlclient\5.1.5\runtimes\win\lib\net6.0\Microsoft.Data.SqlClient.dll : warning IL3053: Assembly 'Microsoft.Data.SqlClient' produced AOT analysis warnings. [E:\ProjectSr\WebServiceStarter.csproj]
08:15:36.734   1:7>C:\Users\Superusername\.nuget\packages\runtime.win-x64.microsoft.dotnet.ilcompiler\8.0.7\framework\System.Private.DataContractSerialization.dll : warning IL3053: Assembly 'System.Private.DataContractSerialization' produced AOT analysis warnings. [E:\ProjectSr\WebServiceStarter.csproj]
08:15:45.034   1:7>EXEC : error : One or more errors occurred. (Invalid IL or CLR metadata) [E:\ProjectSr\WebServiceStarter.csproj]
                     System.AggregateException: One or more errors occurred. (Invalid IL or CLR metadata) (TaskId:234)
                      ---> Internal.TypeSystem.TypeSystemException+InvalidProgramException: Invalid IL or CLR metadata (TaskId:234)
                        at Internal.TypeSystem.ThrowHelper.ThrowInvalidProgramException() + 0x24 (TaskId:234)
                        at Internal.JitInterface.CorInfoImpl.CompileMethodInternal(IMethodNode, MethodIL) + 0x22a (TaskId:234)
                        at Internal.JitInterface.CorInfoImpl.CompileMethod(MethodCodeNode, MethodIL) + 0x5c (TaskId:234)
                        at ILCompiler.RyuJitCompilation.CompileSingleMethod(CorInfoImpl, MethodCodeNode) + 0xc7 (TaskId:234)
                        at ILCompiler.RyuJitCompilation.CompileSingleMethod(MethodCodeNode methodCodeNodeNeedingCode) + 0x90 (TaskId:234)
                        at System.Threading.Tasks.Parallel.<>c__DisplayClass19_0`2.<ForWorker>b__1(RangeWorker& currentWorker, Int64 timeout, Boolean& replicationDelegateYieldedBeforeCompletion) + 0x289 (TaskId:234)
                     --- End of stack trace from previous location --- (TaskId:234)
                        at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() + 0x20 (TaskId:234)
                        at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw(Exception) + 0x13 (TaskId:234)
                        at System.Threading.Tasks.Parallel.<>c__DisplayClass19_0`2.<ForWorker>b__1(RangeWorker& currentWorker, Int64 timeout, Boolean& replicationDelegateYieldedBeforeCompletion) + 0x44a (TaskId:234)
                        at System.Threading.Tasks.TaskReplicator.Replica.Execute() + 0x66 (TaskId:234)
                        --- End of inner exception stack trace --- (TaskId:234)
                        at System.Threading.Tasks.TaskReplicator.Run[TState](TaskReplicator.ReplicatableUserAction`1, ParallelOptions, Boolean) + 0x150 (TaskId:234)
                        at System.Threading.Tasks.Parallel.ForWorker[TLocal,TInt](TInt, TInt, ParallelOptions, Action`1, Action`2, Func`4, Func`1, Action`1) + 0x394 (TaskId:234)
                     --- End of stack trace from previous location --- (TaskId:234)
                        at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() + 0x20 (TaskId:234)
                        at System.Threading.Tasks.Parallel.ThrowSingleCancellationExceptionOrOtherException(ICollection, CancellationToken, Exception) + 0x30 (TaskId:234)
                        at System.Threading.Tasks.Parallel.ForWorker[TLocal,TInt](TInt, TInt, ParallelOptions, Action`1, Action`2, Func`4, Func`1, Action`1) + 0x450 (TaskId:234)
                        at ILCompiler.RyuJitCompilation.CompileMultiThreaded(List`1) + 0x1f0 (TaskId:234)
                        at ILCompiler.RyuJitCompilation.ComputeDependencyNodeDependencies(List`1 obj) + 0x166 (TaskId:234)
                        at ILCompiler.DependencyAnalysisFramework.DependencyAnalyzer`2.ComputeMarkedNodes() + 0x95 (TaskId:234)
                        at ILCompiler.RyuJitCompilation.CompileInternal(String, ObjectDumper) + 0x1f (TaskId:234)
                        at ILCompiler.Compilation.ILCompiler.ICompilation.Compile(String, ObjectDumper) + 0x2d (TaskId:234)
                        at ILCompiler.Program.Run() + 0x2772 (TaskId:234)
                        at ILCompiler.ILCompilerRootCommand.<>c__DisplayClass227_0.<.ctor>b__0(ParseResult result) + 0x315 (TaskId:234)
08:15:45.177   1:7>C:\Users\Superusername\.nuget\packages\microsoft.dotnet.ilcompiler\8.0.7\build\Microsoft.NETCore.Native.targets(308,5): error MSB3073: The command ""C:\Users\Superusername\.nuget\packages\runtime.win-x64.microsoft.dotnet.ilcompiler\8.0.7\tools\ilc" @"obj\Release\net8.0-windows\win-x64\native\WebServiceStarter.ilc.rsp"" exited with code 1. [E:\ProjectSr\WebServiceStarter.csproj]
                   Done executing task "Exec" -- FAILED. (TaskId:234)
08:15:45.177   1:7>Done building target "IlcCompile" in project "WebServiceStarter.csproj" -- FAILED.: (TargetId:364)
08:15:45.177   1:7>Done Building Project "E:\ProjectSr\WebServiceStarter.csproj" (Publish target(s)) -- FAILED.
@dotnet-issue-labeler dotnet-issue-labeler bot added the untriaged New issue has not been triaged by the area owner label Aug 5, 2024
Copy link

I couldn't figure out the best area label to add to this issue. If you have write-permissions please help me learn by adding exactly one area label.

1 similar comment
Copy link

I couldn't figure out the best area label to add to this issue. If you have write-permissions please help me learn by adding exactly one area label.

@MichalStrehovsky MichalStrehovsky transferred this issue from dotnet/sdk Aug 5, 2024
@dotnet-issue-labeler dotnet-issue-labeler bot added the needs-area-label An area label is needed to ensure this gets routed to the appropriate area owners label Aug 5, 2024
@MichalStrehovsky MichalStrehovsky added area-NativeAOT-coreclr and removed needs-area-label An area label is needed to ensure this gets routed to the appropriate area owners labels Aug 5, 2024
@MichalStrehovsky
Copy link
Member

MichalStrehovsky commented Aug 5, 2024

The command that failed is:

"C:\Users\Superusername\.nuget\packages\runtime.win-x64.microsoft.dotnet.ilcompiler\8.0.7\tools\ilc" @"obj\Release\net8.0-windows\win-x64\native\WebServiceStarter.ilc.rsp"

Could you:

  • Open a Command prompt and CD into the E:\ProjectSr\ directory.
  • Run notepad obj\Release\net8.0-windows\win-x64\native\WebServiceStarter.ilc.rsp
  • Delete the --resilient line in the notepad window and click Save.
  • Execute "C:\Users\Superusername\.nuget\packages\runtime.win-x64.microsoft.dotnet.ilcompiler\8.0.7\tools\ilc" @"obj\Release\net8.0-windows\win-x64\native\WebServiceStarter.ilc.rsp" in the command prompt

I expect re-running the ILC command will still crash but it may have more useful details.

@MichalStrehovsky MichalStrehovsky added the needs-author-action An issue or pull request that requires more info or actions from the author. label Aug 5, 2024
@MichalStrehovsky MichalStrehovsky added this to the Future milestone Aug 5, 2024
@dotnet-policy-service dotnet-policy-service bot removed the needs-author-action An issue or pull request that requires more info or actions from the author. label Aug 5, 2024
@MichalStrehovsky
Copy link
Member

Can you please go through the steps I posted above? The error message from dotnet publish is not useful to troubleshoot this, I need to see the message from the ILC tool when --resilient has been removed. The instructions above achieve that.

@MichalStrehovsky MichalStrehovsky added the needs-author-action An issue or pull request that requires more info or actions from the author. label Aug 5, 2024
@dotnet-policy-service dotnet-policy-service bot removed the untriaged New issue has not been triaged by the area owner label Aug 5, 2024
@dougkl
Copy link
Author

dougkl commented Aug 5, 2024

I got this error

Error: Output filename must be specified (/out <file>)
System.CommandLine.CommandLineException: Output filename must be specified (/out <file>)
   at ILCompiler.Program.Run() + 0x293b
   at ILCompiler.ILCompilerRootCommand.<>c__DisplayClass227_0.<.ctor>b__0(ParseResult result) + 0x315

@dotnet-policy-service dotnet-policy-service bot added needs-further-triage Issue has been initially triaged, but needs deeper consideration or reconsideration and removed needs-author-action An issue or pull request that requires more info or actions from the author. labels Aug 5, 2024
@MichalStrehovsky
Copy link
Member

Can you paste the exact command you executed? Did you miss the @? Does the rsp file still have a line starting with -o:?

Copy link
Contributor

This issue has been marked needs-author-action and may be missing some important information.

@dougkl
Copy link
Author

dougkl commented Aug 5, 2024

My bad, missing @

nhandled Exception: System.CommandLine.CommandLineException: No files matching obj\Release\net8.0-windows\win-x64\WebServiceStarter.dll
   at System.CommandLine.Helpers.AppendExpandedPaths(Dictionary`2, String, Boolean) + 0x1f0
   at System.CommandLine.Helpers.BuildPathDictionary(IReadOnlyList`1, Boolean) + 0x7b
   at System.CommandLine.CliArgument`1.<>c__DisplayClass8_0.<set_CustomParser>b__0(ArgumentResult argumentResult, Object& parsedValue) + 0x2f
   at System.CommandLine.Parsing.ArgumentResult.ValidateAndConvert(Boolean) + 0x2de
   at System.CommandLine.Parsing.CommandResult.ValidateArguments(Boolean) + 0x16a
   at System.CommandLine.Parsing.ParseOperation.Validate() + 0x18
   at System.CommandLine.Parsing.ParseOperation.Parse() + 0x2e
   at System.CommandLine.Parsing.CliParser.Parse(CliCommand, IReadOnlyList`1, String, CliConfiguration) + 0x9d
   at System.CommandLine.CliConfiguration.Invoke(String[]) + 0x15
   at ilc!<BaseAddress>+0x61eb20

@MichalStrehovsky
Copy link
Member

What's your current directory? Does obj\Release\net8.0-windows\win-x64\native\WebServiceStarter.ilc.rsp exist but obj\Release\net8.0-windows\win-x64\WebServiceStarter.dll doesn't? If so, can you delete all of obj and bin and start over (run dotnet publish and then the command to invoke just the AOT compiler)

MichalStrehovsky added a commit that referenced this issue Aug 5, 2024
Should help with things like #105947 where we're apparently not even able to compile a fallback method body because things are _so_ bad.
@dougkl
Copy link
Author

dougkl commented Aug 5, 2024

There is

Error: One or more errors occurred. (Invalid IL or CLR metadata)
System.AggregateException: One or more errors occurred. (Invalid IL or CLR metadata)
 ---> Internal.TypeSystem.TypeSystemException+InvalidProgramException: Invalid IL or CLR metadata
   at Internal.TypeSystem.ThrowHelper.ThrowInvalidProgramException() + 0x24
   at Internal.JitInterface.CorInfoImpl.CompileMethodInternal(IMethodNode, MethodIL) + 0x22a
   at Internal.JitInterface.CorInfoImpl.CompileMethod(MethodCodeNode, MethodIL) + 0x5c
   at ILCompiler.RyuJitCompilation.CompileSingleMethod(CorInfoImpl, MethodCodeNode) + 0xc7
   at ILCompiler.RyuJitCompilation.CompileSingleMethod(MethodCodeNode methodCodeNodeNeedingCode) + 0x90
   at System.Threading.Tasks.Parallel.<>c__DisplayClass19_0`2.<ForWorker>b__1(RangeWorker& currentWorker, Int64 timeout, Boolean& replicationDelegateYieldedBeforeCompletion) + 0x289
--- End of stack trace from previous location ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() + 0x20
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw(Exception) + 0x13
   at System.Threading.Tasks.Parallel.<>c__DisplayClass19_0`2.<ForWorker>b__1(RangeWorker& currentWorker, Int64 timeout, Boolean& replicationDelegateYieldedBeforeCompletion) + 0x44a
   at System.Threading.Tasks.TaskReplicator.Replica.Execute() + 0x66
   --- End of inner exception stack trace ---
   at System.Threading.Tasks.TaskReplicator.Run[TState](TaskReplicator.ReplicatableUserAction`1, ParallelOptions, Boolean) + 0x150
   at System.Threading.Tasks.Parallel.ForWorker[TLocal,TInt](TInt, TInt, ParallelOptions, Action`1, Action`2, Func`4, Func`1, Action`1) + 0x394
--- End of stack trace from previous location ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() + 0x20
   at System.Threading.Tasks.Parallel.ThrowSingleCancellationExceptionOrOtherException(ICollection, CancellationToken, Exception) + 0x30
   at System.Threading.Tasks.Parallel.ForWorker[TLocal,TInt](TInt, TInt, ParallelOptions, Action`1, Action`2, Func`4, Func`1, Action`1) + 0x450
   at ILCompiler.RyuJitCompilation.CompileMultiThreaded(List`1) + 0x1f0
   at ILCompiler.RyuJitCompilation.ComputeDependencyNodeDependencies(List`1 obj) + 0x166
   at ILCompiler.DependencyAnalysisFramework.DependencyAnalyzer`2.ComputeMarkedNodes() + 0x95
   at ILCompiler.RyuJitCompilation.CompileInternal(String, ObjectDumper) + 0x1f
   at ILCompiler.Compilation.ILCompiler.ICompilation.Compile(String, ObjectDumper) + 0x2d
   at ILCompiler.Program.Run() + 0x2772
   at ILCompiler.ILCompilerRootCommand.<>c__DisplayClass227_0.<.ctor>b__0(ParseResult result) + 0x315

@dougkl
Copy link
Author

dougkl commented Aug 5, 2024

There is (non-resilient mode)

Error: One or more errors occurred. (Invalid IL or CLR metadata)
System.AggregateException: One or more errors occurred. (Invalid IL or CLR metadata)
 ---> Internal.TypeSystem.TypeSystemException+InvalidProgramException: Invalid IL or CLR metadata
   at Internal.TypeSystem.ThrowHelper.ThrowInvalidProgramException() + 0x24
   at Internal.JitInterface.CorInfoImpl.CompileMethodInternal(IMethodNode, MethodIL) + 0x22a
   at Internal.JitInterface.CorInfoImpl.CompileMethod(MethodCodeNode, MethodIL) + 0x5c
   at ILCompiler.RyuJitCompilation.CompileSingleMethod(CorInfoImpl, MethodCodeNode) + 0xc7
   at ILCompiler.RyuJitCompilation.CompileSingleMethod(MethodCodeNode methodCodeNodeNeedingCode) + 0x90
   at System.Threading.Tasks.Parallel.<>c__DisplayClass19_0`2.<ForWorker>b__1(RangeWorker& currentWorker, Int64 timeout, Boolean& replicationDelegateYieldedBeforeCompletion) + 0x289
--- End of stack trace from previous location ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() + 0x20
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw(Exception) + 0x13
   at System.Threading.Tasks.Parallel.<>c__DisplayClass19_0`2.<ForWorker>b__1(RangeWorker& currentWorker, Int64 timeout, Boolean& replicationDelegateYieldedBeforeCompletion) + 0x44a
   at System.Threading.Tasks.TaskReplicator.Replica.Execute() + 0x66
   --- End of inner exception stack trace ---
   at System.Threading.Tasks.TaskReplicator.Run[TState](TaskReplicator.ReplicatableUserAction`1, ParallelOptions, Boolean) + 0x150
   at System.Threading.Tasks.Parallel.ForWorker[TLocal,TInt](TInt, TInt, ParallelOptions, Action`1, Action`2, Func`4, Func`1, Action`1) + 0x394
--- End of stack trace from previous location ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() + 0x20
   at System.Threading.Tasks.Parallel.ThrowSingleCancellationExceptionOrOtherException(ICollection, CancellationToken, Exception) + 0x30
   at System.Threading.Tasks.Parallel.ForWorker[TLocal,TInt](TInt, TInt, ParallelOptions, Action`1, Action`2, Func`4, Func`1, Action`1) + 0x450
   at ILCompiler.RyuJitCompilation.CompileMultiThreaded(List`1) + 0x1f0
   at ILCompiler.RyuJitCompilation.ComputeDependencyNodeDependencies(List`1 obj) + 0x166
   at ILCompiler.DependencyAnalysisFramework.DependencyAnalyzer`2.ComputeMarkedNodes() + 0x95
   at ILCompiler.RyuJitCompilation.CompileInternal(String, ObjectDumper) + 0x1f
   at ILCompiler.Compilation.ILCompiler.ICompilation.Compile(String, ObjectDumper) + 0x2d
   at ILCompiler.Program.Run() + 0x2772
   at ILCompiler.ILCompilerRootCommand.<>c__DisplayClass227_0.<.ctor>b__0(ParseResult result) + 0x315

@dougkl
Copy link
Author

dougkl commented Aug 5, 2024

full output:

ILC: Trim analysis warning IL2026: Program.<>c.<<Main>$>b__0_1(HostBuilderContext,IServiceCollection): Using member 'Microsoft.Extensions.Logging.Configuration.LoggerProviderOptions.RegisterProviderOptions<EventLogSettings,EventLogLoggerProvider>(IServiceCollection)' which has 'RequiresUnreferencedCodeAttribute' can break functionality when trimming application code. TOptions's dependent types may have their members trimmed. Ensure all required members are preserved.
ILC: AOT analysis warning IL3050: Program.<>c.<<Main>$>b__0_1(HostBuilderContext,IServiceCollection): Using member 'Microsoft.Extensions.Logging.Configuration.LoggerProviderOptions.RegisterProviderOptions<EventLogSettings,EventLogLoggerProvider>(IServiceCollection)' which has 'RequiresDynamicCodeAttribute' can break functionality when AOT compiling. Binding TOptions to configuration values may require generating dynamic code at runtime.
E:\ProjectSr\src\ProjectSrx.Web\bin\Release\net8.0-windows\win-x64\ProjectSrx.Web.dll: warning IL2104: Assembly 'ProjectSrx.Web' produced trim warnings. For more information see https://aka.ms/dotnet-illink/libraries
C:\Users\Superusername\.nuget\packages\microsoft.aspnetcore.identity.entityframeworkcore\8.0.7\lib\net8.0\Microsoft.AspNetCore.Identity.EntityFrameworkCore.dll: warning IL2104: Assembly 'Microsoft.AspNetCore.Identity.EntityFrameworkCore' produced trim warnings. For more information see https://aka.ms/dotnet-illink/libraries
E:\ProjectSr\src\ProjectSrx.Data\bin\Release\net8.0\ProjectSrx.Data.dll: warning IL2104: Assembly 'ProjectSrx.Data' produced trim warnings. For more information see https://aka.ms/dotnet-illink/libraries
C:\Users\Superusername\.nuget\packages\microsoft.aspnetcore.app.runtime.win-x64\8.0.7\runtimes\win-x64\lib\net8.0\Microsoft.AspNetCore.Mvc.dll: warning IL2104: Assembly 'Microsoft.AspNetCore.Mvc' produced trim warnings. For more information see https://aka.ms/dotnet-illink/libraries
C:\Users\Superusername\.nuget\packages\automapper.extensions.microsoft.dependencyinjection\12.0.1\lib\netstandard2.1\AutoMapper.Extensions.Microsoft.DependencyInjection.dll: warning IL2104: Assembly 'AutoMapper.Extensions.Microsoft.DependencyInjection' produced trim warnings. For more information see https://aka.ms/dotnet-illink/libraries
C:\Users\Superusername\.nuget\packages\microsoft.aspnetcore.app.runtime.win-x64\8.0.7\runtimes\win-x64\lib\net8.0\Microsoft.AspNetCore.Mvc.Core.dll: warning IL2104: Assembly 'Microsoft.AspNetCore.Mvc.Core' produced trim warnings. For more information see https://aka.ms/dotnet-illink/libraries
C:\Users\Superusername\.nuget\packages\automapper\12.0.1\lib\netstandard2.1\AutoMapper.dll: warning IL2104: Assembly 'AutoMapper' produced trim warnings. For more information see https://aka.ms/dotnet-illink/libraries
C:\Users\Superusername\.nuget\packages\microsoft.windowsdesktop.app.runtime.win-x64\8.0.7\runtimes\win-x64\lib\net8.0\System.Windows.Forms.dll: warning IL2104: Assembly 'System.Windows.Forms' produced trim warnings. For more information see https://aka.ms/dotnet-illink/libraries
C:\Users\Superusername\.nuget\packages\microsoft.aspnetcore.app.runtime.win-x64\8.0.7\runtimes\win-x64\lib\net8.0\Microsoft.AspNetCore.Mvc.ViewFeatures.dll: warning IL2104: Assembly 'Microsoft.AspNetCore.Mvc.ViewFeatures' produced trim warnings. For more information see https://aka.ms/dotnet-illink/libraries
C:\Users\Superusername\.nuget\packages\microsoft.entityframeworkcore\8.0.7\lib\net8.0\Microsoft.EntityFrameworkCore.dll: warning IL2104: Assembly 'Microsoft.EntityFrameworkCore' produced trim warnings. For more information see https://aka.ms/dotnet-illink/libraries
C:\Users\Superusername\.nuget\packages\microsoft.aspnetcore.identity.entityframeworkcore\8.0.7\lib\net8.0\Microsoft.AspNetCore.Identity.EntityFrameworkCore.dll: warning IL3053: Assembly 'Microsoft.AspNetCore.Identity.EntityFrameworkCore' produced AOT analysis warnings.
C:\Users\Superusername\.nuget\packages\microsoft.aspnetcore.app.runtime.win-x64\8.0.7\runtimes\win-x64\lib\net8.0\Microsoft.AspNetCore.Components.Endpoints.dll: warning IL2104: Assembly 'Microsoft.AspNetCore.Components.Endpoints' produced trim warnings. For more information see https://aka.ms/dotnet-illink/libraries
C:\Users\Superusername\.nuget\packages\microsoft.aspnetcore.app.runtime.win-x64\8.0.7\runtimes\win-x64\lib\net8.0\Microsoft.AspNetCore.Components.Endpoints.dll: warning IL3053: Assembly 'Microsoft.AspNetCore.Components.Endpoints' produced AOT analysis warnings.
C:\Users\Superusername\.nuget\packages\microsoft.entityframeworkcore\8.0.7\lib\net8.0\Microsoft.EntityFrameworkCore.dll: warning IL3053: Assembly 'Microsoft.EntityFrameworkCore' produced AOT analysis warnings.
C:\Users\Superusername\.nuget\packages\microsoft.windowsdesktop.app.runtime.win-x64\8.0.7\runtimes\win-x64\lib\net8.0\System.Windows.Forms.Primitives.dll: warning IL3053: Assembly 'System.Windows.Forms.Primitives' produced AOT analysis warnings.
C:\Users\Superusername\.nuget\packages\microsoft.aspnetcore.app.runtime.win-x64\8.0.7\runtimes\win-x64\lib\net8.0\Microsoft.AspNetCore.Components.dll: warning IL3053: Assembly 'Microsoft.AspNetCore.Components' produced AOT analysis warnings.
C:\Users\Superusername\.nuget\packages\automapper\12.0.1\lib\netstandard2.1\AutoMapper.dll: warning IL3053: Assembly 'AutoMapper' produced AOT analysis warnings.
C:\Users\Superusername\.nuget\packages\newtonsoft.json\13.0.3\lib\net6.0\Newtonsoft.Json.dll: warning IL2104: Assembly 'Newtonsoft.Json' produced trim warnings. For more information see https://aka.ms/dotnet-illink/libraries
C:\Users\Superusername\.nuget\packages\newtonsoft.json\13.0.3\lib\net6.0\Newtonsoft.Json.dll: warning IL3053: Assembly 'Newtonsoft.Json' produced AOT analysis warnings.
ILC: warning IL3000: Microsoft.AspNetCore.Mvc.ApplicationParts.RelatedAssemblyAttribute.GetRelatedAssemblies(Assembly,Boolean,Func`2<String,Boolean>,RelatedAssemblyAttribute.AssemblyLoadContextWrapper): 'System.Reflection.Assembly.Location.get' always returns an empty string for assemblies embedded in a single-file app. If the path to the app directory is needed, consider calling 'System.AppContext.BaseDirectory'.
ILC: warning IL3000: Microsoft.AspNetCore.Mvc.ApplicationParts.RelatedAssemblyAttribute.GetRelatedAssemblies(Assembly,Boolean,Func`2<String,Boolean>,RelatedAssemblyAttribute.AssemblyLoadContextWrapper): 'System.Reflection.Assembly.Location.get' always returns an empty string for assemblies embedded in a single-file app. If the path to the app directory is needed, consider calling 'System.AppContext.BaseDirectory'.
C:\Users\Superusername\.nuget\packages\microsoft.aspnetcore.app.runtime.win-x64\8.0.7\runtimes\win-x64\lib\net8.0\Microsoft.AspNetCore.Mvc.Core.dll: warning IL3053: Assembly 'Microsoft.AspNetCore.Mvc.Core' produced AOT analysis warnings.
C:\Users\Superusername\.nuget\packages\microsoft.aspnetcore.app.runtime.win-x64\8.0.7\runtimes\win-x64\lib\net8.0\Microsoft.AspNetCore.Mvc.RazorPages.dll: warning IL2104: Assembly 'Microsoft.AspNetCore.Mvc.RazorPages' produced trim warnings. For more information see https://aka.ms/dotnet-illink/libraries
C:\Users\Superusername\.nuget\packages\microsoft.entityframeworkcore.relational\8.0.7\lib\net8.0\Microsoft.EntityFrameworkCore.Relational.dll: warning IL2104: Assembly 'Microsoft.EntityFrameworkCore.Relational' produced trim warnings. For more information see https://aka.ms/dotnet-illink/libraries
C:\Users\Superusername\.nuget\packages\microsoft.entityframeworkcore.relational\8.0.7\lib\net8.0\Microsoft.EntityFrameworkCore.Relational.dll: warning IL3053: Assembly 'Microsoft.EntityFrameworkCore.Relational' produced AOT analysis warnings.
C:\Users\Superusername\.nuget\packages\microsoft.entityframeworkcore.sqlserver\8.0.7\lib\net8.0\Microsoft.EntityFrameworkCore.SqlServer.dll: warning IL3053: Assembly 'Microsoft.EntityFrameworkCore.SqlServer' produced AOT analysis warnings.
C:\Users\Superusername\.nuget\packages\microsoft.aspnetcore.app.runtime.win-x64\8.0.7\runtimes\win-x64\lib\net8.0\Microsoft.AspNetCore.Mvc.Abstractions.dll: warning IL2104: Assembly 'Microsoft.AspNetCore.Mvc.Abstractions' produced trim warnings. For more information see https://aka.ms/dotnet-illink/libraries
C:\Users\Superusername\.nuget\packages\serilog\4.0.1\lib\net8.0\Serilog.dll: warning IL2104: Assembly 'Serilog' produced trim warnings. For more information see https://aka.ms/dotnet-illink/libraries
C:\Users\Superusername\.nuget\packages\microsoft.aspnetcore.app.runtime.win-x64\8.0.7\runtimes\win-x64\lib\net8.0\Microsoft.AspNetCore.Mvc.ViewFeatures.dll: warning IL3053: Assembly 'Microsoft.AspNetCore.Mvc.ViewFeatures' produced AOT analysis warnings.
C:\Users\Superusername\.nuget\packages\microsoft.aspnetcore.app.runtime.win-x64\8.0.7\runtimes\win-x64\lib\net8.0\Microsoft.AspNetCore.Mvc.Abstractions.dll: warning IL3053: Assembly 'Microsoft.AspNetCore.Mvc.Abstractions' produced AOT analysis warnings.
C:\Users\Superusername\.nuget\packages\runtime.win-x64.microsoft.dotnet.ilcompiler\8.0.7\framework\System.Linq.Expressions.dll: warning IL3053: Assembly 'System.Linq.Expressions' produced AOT analysis warnings.
C:\Users\Superusername\.nuget\packages\microsoft.aspnetcore.mvc.newtonsoftjson\8.0.7\lib\net8.0\Microsoft.AspNetCore.Mvc.NewtonsoftJson.dll: warning IL2104: Assembly 'Microsoft.AspNetCore.Mvc.NewtonsoftJson' produced trim warnings. For more information see https://aka.ms/dotnet-illink/libraries
E:\ProjectSr\src\ProjectSrx.Web\bin\Release\net8.0-windows\win-x64\ProjectSrx.Web.dll: warning IL3053: Assembly 'ProjectSrx.Web' produced AOT analysis warnings.
C:\Users\Superusername\.nuget\packages\microsoft.aspnetcore.app.runtime.win-x64\8.0.7\runtimes\win-x64\lib\net8.0\Microsoft.AspNetCore.Mvc.Razor.dll: warning IL2104: Assembly 'Microsoft.AspNetCore.Mvc.Razor' produced trim warnings. For more information see https://aka.ms/dotnet-illink/libraries
C:\Users\Superusername\.nuget\packages\microsoft.aspnetcore.app.runtime.win-x64\8.0.7\runtimes\win-x64\lib\net8.0\Microsoft.AspNetCore.Mvc.Razor.dll: warning IL3053: Assembly 'Microsoft.AspNetCore.Mvc.Razor' produced AOT analysis warnings.
C:\Users\Superusername\.nuget\packages\microsoft.aspnetcore.app.runtime.win-x64\8.0.7\runtimes\win-x64\lib\net8.0\Microsoft.AspNetCore.Mvc.RazorPages.dll: warning IL3053: Assembly 'Microsoft.AspNetCore.Mvc.RazorPages' produced AOT analysis warnings.
C:\Users\Superusername\.nuget\packages\microsoft.data.sqlclient\5.1.5\runtimes\win\lib\net6.0\Microsoft.Data.SqlClient.dll: warning IL2104: Assembly 'Microsoft.Data.SqlClient' produced trim warnings. For more information see https://aka.ms/dotnet-illink/libraries
C:\Users\Superusername\.nuget\packages\microsoft.aspnetcore.app.runtime.win-x64\8.0.7\runtimes\win-x64\lib\net8.0\Microsoft.AspNetCore.Mvc.DataAnnotations.dll: warning IL2104: Assembly 'Microsoft.AspNetCore.Mvc.DataAnnotations' produced trim warnings. For more information see https://aka.ms/dotnet-illink/libraries
C:\Users\Superusername\.nuget\packages\microsoft.entityframeworkcore.sqlserver\8.0.7\lib\net8.0\Microsoft.EntityFrameworkCore.SqlServer.dll: warning IL2104: Assembly 'Microsoft.EntityFrameworkCore.SqlServer' produced trim warnings. For more information see https://aka.ms/dotnet-illink/libraries
C:\Users\Superusername\.nuget\packages\microsoft.aspnetcore.mvc.newtonsoftjson\8.0.7\lib\net8.0\Microsoft.AspNetCore.Mvc.NewtonsoftJson.dll: warning IL3053: Assembly 'Microsoft.AspNetCore.Mvc.NewtonsoftJson' produced AOT analysis warnings.
C:\Users\Superusername\.nuget\packages\runtime.win-x64.microsoft.dotnet.ilcompiler\8.0.7\framework\Microsoft.CSharp.dll: warning IL3053: Assembly 'Microsoft.CSharp' produced AOT analysis warnings.
/_/src/libraries/System.Data.Common/src/System/Data/DataTable.cs(6722): Trim analysis warning IL2026: System.Data.DataTable.System.Xml.Serialization.IXmlSerializable.WriteXml(XmlWriter): Using member 'System.Data.DataTable.WriteXmlInternal(XmlWriter)' which has 'RequiresUnreferencedCodeAttribute' can break functionality when trimming application code. DataTable.WriteXml uses XmlSerialization underneath which is not trimming safe. Members from serialized types may be trimmed if not referenced directly.
/_/src/libraries/System.Data.Common/src/System/Data/DataSet.cs(3529): Trim analysis warning IL2026: System.Data.DataSet.System.Xml.Serialization.IXmlSerializable.WriteXml(XmlWriter): Using member 'System.Data.DataSet.WriteXmlInternal(XmlWriter)' which has 'RequiresUnreferencedCodeAttribute' can break functionality when trimming application code. DataSet.WriteXml uses XmlSerialization underneath which is not trimming safe. Members from serialized types may be trimmed if not referenced directly.
C:\Users\Superusername\.nuget\packages\webapicontrib.core.formatter.csv\4.0.0\lib\netstandard2.0\WebApiContrib.Core.Formatter.Csv.dll: warning IL2104: Assembly 'WebApiContrib.Core.Formatter.Csv' produced trim warnings. For more information see https://aka.ms/dotnet-illink/libraries
C:\Users\Superusername\.nuget\packages\microsoft.aspnetcore.app.runtime.win-x64\8.0.7\runtimes\win-x64\lib\net8.0\Microsoft.AspNetCore.Components.dll: warning IL2104: Assembly 'Microsoft.AspNetCore.Components' produced trim warnings. For more information see https://aka.ms/dotnet-illink/libraries
C:\Users\Superusername\.nuget\packages\runtime.win-x64.microsoft.dotnet.ilcompiler\8.0.7\framework\System.Private.Xml.dll: warning IL3053: Assembly 'System.Private.Xml' produced AOT analysis warnings.
/_/src/libraries/System.Data.Common/src/System/Data/DataTable.cs(6704): Trim analysis warning IL2026: System.Data.DataTable.System.Xml.Serialization.IXmlSerializable.ReadXml(XmlReader): Using member 'System.Data.DataTable.ReadXmlSerializableInternal(XmlReader)' which has 'RequiresUnreferencedCodeAttribute' can break functionality when trimming application code. DataTable.ReadXml uses XmlSerialization underneath which is not trimming safe. Members from serialized types may be trimmed if not referenced directly.
/_/src/libraries/System.Data.Common/src/System/Data/DataSet.cs(3507): Trim analysis warning IL2026: System.Data.DataSet.System.Xml.Serialization.IXmlSerializable.ReadXml(XmlReader): Using member 'System.Data.DataSet.ReadXmlSerializableInternal(XmlReader)' which has 'RequiresUnreferencedCodeAttribute' can break functionality when trimming application code. DataSet.ReadXml uses XmlSerialization underneath which is not trimming safe. Members from serialized types may be trimmed if not referenced directly.
C:\Users\Superusername\.nuget\packages\webapicontrib.core.formatter.csv\4.0.0\lib\netstandard2.0\WebApiContrib.Core.Formatter.Csv.dll: warning IL3053: Assembly 'WebApiContrib.Core.Formatter.Csv' produced AOT analysis warnings.
/_/src/libraries/System.Data.Common/src/System/Data/DataTable.cs(6668): Trim analysis warning IL2026: System.Data.DataTable.System.Xml.Serialization.IXmlSerializable.GetSchema(): Using member 'System.Data.DataTable.GetXmlSchema()' which has 'RequiresUnreferencedCodeAttribute' can break functionality when trimming application code. DataTable.GetSchema uses TypeDescriptor and XmlSerialization underneath which are not trimming safe. Members from serialized types may be trimmed if not referenced directly.
/_/src/libraries/System.Data.Common/src/System/Data/DataSet.cs(3473): Trim analysis warning IL2026: System.Data.DataSet.System.Xml.Serialization.IXmlSerializable.GetSchema(): Using member 'System.Data.DataSet.WriteXmlSchema(DataSet,XmlWriter)' which has 'RequiresUnreferencedCodeAttribute' can break functionality when trimming application code. DataSet.GetSchema uses TypeDescriptor and XmlSerialization underneath which are not trimming safe. Members from serialized types may be trimmed if not referenced directly.
C:\Users\Superusername\.nuget\packages\microsoft.windowsdesktop.app.runtime.win-x64\8.0.7\runtimes\win-x64\lib\net8.0\System.Windows.Forms.dll: warning IL3053: Assembly 'System.Windows.Forms' produced AOT analysis warnings.
C:\Users\Superusername\.nuget\packages\microsoft.windowsdesktop.app.runtime.win-x64\8.0.7\runtimes\win-x64\lib\net8.0\System.Configuration.ConfigurationManager.dll: warning IL2104: Assembly 'System.Configuration.ConfigurationManager' produced trim warnings. For more information see https://aka.ms/dotnet-illink/libraries
C:\Users\Superusername\.nuget\packages\microsoft.data.sqlclient\5.1.5\runtimes\win\lib\net6.0\Microsoft.Data.SqlClient.dll: warning IL3053: Assembly 'Microsoft.Data.SqlClient' produced AOT analysis warnings.
C:\Users\Superusername\.nuget\packages\runtime.win-x64.microsoft.dotnet.ilcompiler\8.0.7\framework\System.Private.DataContractSerialization.dll: warning IL3053: Assembly 'System.Private.DataContractSerialization' produced AOT analysis warnings.
Error: One or more errors occurred. (Invalid IL or CLR metadata)
System.AggregateException: One or more errors occurred. (Invalid IL or CLR metadata)
 ---> Internal.TypeSystem.TypeSystemException+InvalidProgramException: Invalid IL or CLR metadata
   at Internal.TypeSystem.ThrowHelper.ThrowInvalidProgramException() + 0x24
   at Internal.JitInterface.CorInfoImpl.CompileMethodInternal(IMethodNode, MethodIL) + 0x22a
   at Internal.JitInterface.CorInfoImpl.CompileMethod(MethodCodeNode, MethodIL) + 0x5c
   at ILCompiler.RyuJitCompilation.CompileSingleMethod(CorInfoImpl, MethodCodeNode) + 0xc7
   at ILCompiler.RyuJitCompilation.CompileSingleMethod(MethodCodeNode methodCodeNodeNeedingCode) + 0x90
   at System.Threading.Tasks.Parallel.<>c__DisplayClass19_0`2.<ForWorker>b__1(RangeWorker& currentWorker, Int64 timeout, Boolean& replicationDelegateYieldedBeforeCompletion) + 0x289
--- End of stack trace from previous location ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() + 0x20
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw(Exception) + 0x13
   at System.Threading.Tasks.Parallel.<>c__DisplayClass19_0`2.<ForWorker>b__1(RangeWorker& currentWorker, Int64 timeout, Boolean& replicationDelegateYieldedBeforeCompletion) + 0x44a
   at System.Threading.Tasks.TaskReplicator.Replica.Execute() + 0x66
   --- End of inner exception stack trace ---
   at System.Threading.Tasks.TaskReplicator.Run[TState](TaskReplicator.ReplicatableUserAction`1, ParallelOptions, Boolean) + 0x150
   at System.Threading.Tasks.Parallel.ForWorker[TLocal,TInt](TInt, TInt, ParallelOptions, Action`1, Action`2, Func`4, Func`1, Action`1) + 0x394
--- End of stack trace from previous location ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() + 0x20
   at System.Threading.Tasks.Parallel.ThrowSingleCancellationExceptionOrOtherException(ICollection, CancellationToken, Exception) + 0x30
   at System.Threading.Tasks.Parallel.ForWorker[TLocal,TInt](TInt, TInt, ParallelOptions, Action`1, Action`2, Func`4, Func`1, Action`1) + 0x450
   at ILCompiler.RyuJitCompilation.CompileMultiThreaded(List`1) + 0x1f0
   at ILCompiler.RyuJitCompilation.ComputeDependencyNodeDependencies(List`1 obj) + 0x166
   at ILCompiler.DependencyAnalysisFramework.DependencyAnalyzer`2.ComputeMarkedNodes() + 0x95
   at ILCompiler.RyuJitCompilation.CompileInternal(String, ObjectDumper) + 0x1f
   at ILCompiler.Compilation.ILCompiler.ICompilation.Compile(String, ObjectDumper) + 0x2d
   at ILCompiler.Program.Run() + 0x2772
   at ILCompiler.ILCompilerRootCommand.<>c__DisplayClass227_0.<.ctor>b__0(ParseResult result) + 0x315

@MichalStrehovsky
Copy link
Member

Thanks. It still doesn't have the detail I was hoping to see. Could you open then rsp file and also delete the -O line (there should be a line that only has -O) and run the ILC command again? That should hopefully print the problematic method.

@dougkl
Copy link
Author

dougkl commented Aug 5, 2024

I see, when I remove the -o line shows

Error: Output filename must be specified (/out <file>)
System.CommandLine.CommandLineException: Output filename must be specified (/out <file>)
   at ILCompiler.Program.Run() + 0x293b
   at ILCompiler.ILCompilerRootCommand.<>c__DisplayClass227_0.<.ctor>b__0(ParseResult result) + 0x315

@MichalStrehovsky
Copy link
Member

:( Delete the line that only has -O. You deleted the line that starts with -o:

@dougkl
Copy link
Author

dougkl commented Aug 5, 2024

My bad

ILC: Trim analysis warning IL2026: Program.<>c.<<Main>$>b__0_1(HostBuilderContext,IServiceCollection): Using member 'Microsoft.Extensions.Logging.Configuration.LoggerProviderOptions.RegisterProviderOptions<EventLogSettings,EventLogLoggerProvider>(IServiceCollection)' which has 'RequiresUnreferencedCodeAttribute' can break functionality when trimming application code. TOptions's dependent types may have their members trimmed. Ensure all required members are preserved.
ILC: AOT analysis warning IL3050: Program.<>c.<<Main>$>b__0_1(HostBuilderContext,IServiceCollection): Using member 'Microsoft.Extensions.Logging.Configuration.LoggerProviderOptions.RegisterProviderOptions<EventLogSettings,EventLogLoggerProvider>(IServiceCollection)' which has 'RequiresDynamicCodeAttribute' can break functionality when AOT compiling. Binding TOptions to configuration values may require generating dynamic code at runtime.
E:\ProjectSrsrc\ProjectSrx.Web\bin\Release\net8.0-windows\win-x64\ProjectSrx.Web.dll: warning IL2104: Assembly 'ProjectSrx.Web' produced trim warnings. For more information see https://aka.ms/dotnet-illink/libraries
C:\Users\Superusername\.nuget\packages\microsoft.aspnetcore.identity.entityframeworkcore\8.0.7\lib\net8.0\Microsoft.AspNetCore.Identity.EntityFrameworkCore.dll: warning IL2104: Assembly 'Microsoft.AspNetCore.Identity.EntityFrameworkCore' produced trim warnings. For more information see https://aka.ms/dotnet-illink/libraries
E:\ProjectSrsrc\ProjectSrx.Data\bin\Release\net8.0\ProjectSrx.Data.dll: warning IL2104: Assembly 'ProjectSrx.Data' produced trim warnings. For more information see https://aka.ms/dotnet-illink/libraries
C:\Users\Superusername\.nuget\packages\microsoft.windowsdesktop.app.runtime.win-x64\8.0.7\runtimes\win-x64\lib\net8.0\System.Windows.Forms.dll: warning IL2104: Assembly 'System.Windows.Forms' produced trim warnings. For more information see https://aka.ms/dotnet-illink/libraries
Error: One or more errors occurred. (Invalid IL or CLR metadata)
System.AggregateException: One or more errors occurred. (Invalid IL or CLR metadata)
 ---> Internal.TypeSystem.TypeSystemException+InvalidProgramException: Invalid IL or CLR metadata
   at Internal.TypeSystem.ThrowHelper.ThrowInvalidProgramException() + 0x24
   at Internal.JitInterface.CorInfoImpl.CompileMethodInternal(IMethodNode, MethodIL) + 0x22a
   at Internal.JitInterface.CorInfoImpl.CompileMethod(MethodCodeNode, MethodIL) + 0x5c
   at ILCompiler.RyuJitCompilation.CompileSingleMethod(CorInfoImpl, MethodCodeNode) + 0xc7
   at ILCompiler.RyuJitCompilation.CompileSingleMethod(MethodCodeNode methodCodeNodeNeedingCode) + 0x90
   at System.Threading.Tasks.Parallel.<>c__DisplayClass19_0`2.<ForWorker>b__1(RangeWorker& currentWorker, Int64 timeout, Boolean& replicationDelegateYieldedBeforeCompletion) + 0x289
--- End of stack trace from previous location ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() + 0x20
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw(Exception) + 0x13
   at System.Threading.Tasks.Parallel.<>c__DisplayClass19_0`2.<ForWorker>b__1(RangeWorker& currentWorker, Int64 timeout, Boolean& replicationDelegateYieldedBeforeCompletion) + 0x44a
   at System.Threading.Tasks.TaskReplicator.Replica.Execute() + 0x66
   --- End of inner exception stack trace ---
   at System.Threading.Tasks.TaskReplicator.Run[TState](TaskReplicator.ReplicatableUserAction`1, ParallelOptions, Boolean) + 0x150
   at System.Threading.Tasks.Parallel.ForWorker[TLocal,TInt](TInt, TInt, ParallelOptions, Action`1, Action`2, Func`4, Func`1, Action`1) + 0x394
--- End of stack trace from previous location ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() + 0x20
   at System.Threading.Tasks.Parallel.ThrowSingleCancellationExceptionOrOtherException(ICollection, CancellationToken, Exception) + 0x30
   at System.Threading.Tasks.Parallel.ForWorker[TLocal,TInt](TInt, TInt, ParallelOptions, Action`1, Action`2, Func`4, Func`1, Action`1) + 0x450
   at ILCompiler.RyuJitCompilation.CompileMultiThreaded(List`1) + 0x1f0
   at ILCompiler.RyuJitCompilation.ComputeDependencyNodeDependencies(List`1 obj) + 0x166
   at ILCompiler.DependencyAnalysisFramework.DependencyAnalyzer`2.ComputeMarkedNodes() + 0x95
   at ILCompiler.RyuJitCompilation.CompileInternal(String, ObjectDumper) + 0x1f
   at ILCompiler.Compilation.ILCompiler.ICompilation.Compile(String, ObjectDumper) + 0x2d
   at ILCompiler.Program.Run() + 0x2772
   at ILCompiler.ILCompilerRootCommand.<>c__DisplayClass227_0.<.ctor>b__0(ParseResult result) + 0x315

@MichalStrehovsky
Copy link
Member

Hm, is --resilient also removed for that one?

@dougkl
Copy link
Author

dougkl commented Aug 5, 2024

yes sir

obj\Release\net8.0-windows\win-x64\WebServiceStarter.dll
-o:obj\Release\net8.0-windows\win-x64\native\WebServiceStarter.obj
-r:C:\Users\Superusername\.nuget\packages\microsoft.windowsdesktop.app.runtime.win-x64\8.0.7\runtimes\win-x64\lib\net8.0\Accessibility.dll
-r:C:\Users\Superusername\.nuget\packages\microsoft.windowsdesktop.app.runtime.win-x64\8.0.7\runtimes\win-x64\lib\net8.0\DirectWriteForwarder.dll
-r:C:\Users\Superusername\.nuget\packages\microsoft.windowsdesktop.app.runtime.win-x64\8.0.7\runtimes\win-x64\lib\net8.0\Microsoft.VisualBasic.Forms.dll
-r:C:\Users\Superusername\.nuget\packages\microsoft.windowsdesktop.app.runtime.win-x64\8.0.7\runtimes\win-x64\lib\net8.0\Microsoft.Win32.Registry.AccessControl.dll
-r:C:\Users\Superusername\.nuget\packages\microsoft.windowsdesktop.app.runtime.win-x64\8.0.7\runtimes\win-x64\lib\net8.0\Microsoft.Win32.SystemEvents.dll
-r:C:\Users\Superusername\.nuget\packages\microsoft.windowsdesktop.app.runtime.win-x64\8.0.7\runtimes\win-x64\lib\net8.0\PresentationCore.dll
-r:C:\Users\Superusername\.nuget\packages\microsoft.windowsdesktop.app.runtime.win-x64\8.0.7\runtimes\win-x64\lib\net8.0\PresentationFramework-SystemCore.dll
-r:C:\Users\Superusername\.nuget\packages\microsoft.windowsdesktop.app.runtime.win-x64\8.0.7\runtimes\win-x64\lib\net8.0\PresentationFramework-SystemData.dll
-r:C:\Users\Superusername\.nuget\packages\microsoft.windowsdesktop.app.runtime.win-x64\8.0.7\runtimes\win-x64\lib\net8.0\PresentationFramework-SystemDrawing.dll
-r:C:\Users\Superusername\.nuget\packages\microsoft.windowsdesktop.app.runtime.win-x64\8.0.7\runtimes\win-x64\lib\net8.0\PresentationFramework-SystemXml.dll
-r:C:\Users\Superusername\.nuget\packages\microsoft.windowsdesktop.app.runtime.win-x64\8.0.7\runtimes\win-x64\lib\net8.0\PresentationFramework-SystemXmlLinq.dll
-r:C:\Users\Superusername\.nuget\packages\microsoft.windowsdesktop.app.runtime.win-x64\8.0.7\runtimes\win-x64\lib\net8.0\PresentationFramework.Aero.dll
-r:C:\Users\Superusername\.nuget\packages\microsoft.windowsdesktop.app.runtime.win-x64\8.0.7\runtimes\win-x64\lib\net8.0\PresentationFramework.Aero2.dll
-r:C:\Users\Superusername\.nuget\packages\microsoft.windowsdesktop.app.runtime.win-x64\8.0.7\runtimes\win-x64\lib\net8.0\PresentationFramework.AeroLite.dll
-r:C:\Users\Superusername\.nuget\packages\microsoft.windowsdesktop.app.runtime.win-x64\8.0.7\runtimes\win-x64\lib\net8.0\PresentationFramework.Classic.dll
-r:C:\Users\Superusername\.nuget\packages\microsoft.windowsdesktop.app.runtime.win-x64\8.0.7\runtimes\win-x64\lib\net8.0\PresentationFramework.Luna.dll
-r:C:\Users\Superusername\.nuget\packages\microsoft.windowsdesktop.app.runtime.win-x64\8.0.7\runtimes\win-x64\lib\net8.0\PresentationFramework.Royale.dll
-r:C:\Users\Superusername\.nuget\packages\microsoft.windowsdesktop.app.runtime.win-x64\8.0.7\runtimes\win-x64\lib\net8.0\PresentationFramework.dll
-r:C:\Users\Superusername\.nuget\packages\microsoft.windowsdesktop.app.runtime.win-x64\8.0.7\runtimes\win-x64\lib\net8.0\PresentationUI.dll
-r:C:\Users\Superusername\.nuget\packages\microsoft.windowsdesktop.app.runtime.win-x64\8.0.7\runtimes\win-x64\lib\net8.0\ReachFramework.dll
-r:C:\Users\Superusername\.nuget\packages\microsoft.windowsdesktop.app.runtime.win-x64\8.0.7\runtimes\win-x64\lib\net8.0\System.CodeDom.dll
-r:C:\Users\Superusername\.nuget\packages\microsoft.windowsdesktop.app.runtime.win-x64\8.0.7\runtimes\win-x64\lib\net8.0\System.Configuration.ConfigurationManager.dll
-r:C:\Users\Superusername\.nuget\packages\microsoft.windowsdesktop.app.runtime.win-x64\8.0.7\runtimes\win-x64\lib\net8.0\System.Design.dll
-r:C:\Users\Superusername\.nuget\packages\microsoft.windowsdesktop.app.runtime.win-x64\8.0.7\runtimes\win-x64\lib\net8.0\System.Diagnostics.EventLog.dll
-r:C:\Users\Superusername\.nuget\packages\microsoft.windowsdesktop.app.runtime.win-x64\8.0.7\runtimes\win-x64\lib\net8.0\System.Diagnostics.PerformanceCounter.dll
-r:C:\Users\Superusername\.nuget\packages\microsoft.windowsdesktop.app.runtime.win-x64\8.0.7\runtimes\win-x64\lib\net8.0\System.DirectoryServices.dll
-r:C:\Users\Superusername\.nuget\packages\microsoft.windowsdesktop.app.runtime.win-x64\8.0.7\runtimes\win-x64\lib\net8.0\System.Drawing.Common.dll
-r:C:\Users\Superusername\.nuget\packages\microsoft.windowsdesktop.app.runtime.win-x64\8.0.7\runtimes\win-x64\lib\net8.0\System.Drawing.Design.dll
-r:C:\Users\Superusername\.nuget\packages\microsoft.windowsdesktop.app.runtime.win-x64\8.0.7\runtimes\win-x64\lib\net8.0\System.IO.Packaging.dll
-r:C:\Users\Superusername\.nuget\packages\microsoft.windowsdesktop.app.runtime.win-x64\8.0.7\runtimes\win-x64\lib\net8.0\System.Printing.dll
-r:C:\Users\Superusername\.nuget\packages\microsoft.windowsdesktop.app.runtime.win-x64\8.0.7\runtimes\win-x64\lib\net8.0\System.Resources.Extensions.dll
-r:C:\Users\Superusername\.nuget\packages\microsoft.windowsdesktop.app.runtime.win-x64\8.0.7\runtimes\win-x64\lib\net8.0\System.Security.Cryptography.Pkcs.dll
-r:C:\Users\Superusername\.nuget\packages\microsoft.windowsdesktop.app.runtime.win-x64\8.0.7\runtimes\win-x64\lib\net8.0\System.Security.Cryptography.ProtectedData.dll
-r:C:\Users\Superusername\.nuget\packages\microsoft.windowsdesktop.app.runtime.win-x64\8.0.7\runtimes\win-x64\lib\net8.0\System.Security.Permissions.dll
-r:C:\Users\Superusername\.nuget\packages\microsoft.windowsdesktop.app.runtime.win-x64\8.0.7\runtimes\win-x64\lib\net8.0\System.Threading.AccessControl.dll
-r:C:\Users\Superusername\.nuget\packages\microsoft.windowsdesktop.app.runtime.win-x64\8.0.7\runtimes\win-x64\lib\net8.0\System.Windows.Controls.Ribbon.dll
-r:C:\Users\Superusername\.nuget\packages\microsoft.windowsdesktop.app.runtime.win-x64\8.0.7\runtimes\win-x64\lib\net8.0\System.Windows.Extensions.dll
-r:C:\Users\Superusername\.nuget\packages\microsoft.windowsdesktop.app.runtime.win-x64\8.0.7\runtimes\win-x64\lib\net8.0\System.Windows.Forms.Design.Editors.dll
-r:C:\Users\Superusername\.nuget\packages\microsoft.windowsdesktop.app.runtime.win-x64\8.0.7\runtimes\win-x64\lib\net8.0\System.Windows.Forms.Design.dll
-r:C:\Users\Superusername\.nuget\packages\microsoft.windowsdesktop.app.runtime.win-x64\8.0.7\runtimes\win-x64\lib\net8.0\System.Windows.Forms.Primitives.dll
-r:C:\Users\Superusername\.nuget\packages\microsoft.windowsdesktop.app.runtime.win-x64\8.0.7\runtimes\win-x64\lib\net8.0\System.Windows.Forms.dll
-r:C:\Users\Superusername\.nuget\packages\microsoft.windowsdesktop.app.runtime.win-x64\8.0.7\runtimes\win-x64\lib\net8.0\System.Windows.Input.Manipulations.dll
-r:C:\Users\Superusername\.nuget\packages\microsoft.windowsdesktop.app.runtime.win-x64\8.0.7\runtimes\win-x64\lib\net8.0\System.Windows.Presentation.dll
-r:C:\Users\Superusername\.nuget\packages\microsoft.windowsdesktop.app.runtime.win-x64\8.0.7\runtimes\win-x64\lib\net8.0\System.Xaml.dll
-r:C:\Users\Superusername\.nuget\packages\microsoft.windowsdesktop.app.runtime.win-x64\8.0.7\runtimes\win-x64\lib\net8.0\UIAutomationClient.dll
-r:C:\Users\Superusername\.nuget\packages\microsoft.windowsdesktop.app.runtime.win-x64\8.0.7\runtimes\win-x64\lib\net8.0\UIAutomationClientSideProviders.dll
-r:C:\Users\Superusername\.nuget\packages\microsoft.windowsdesktop.app.runtime.win-x64\8.0.7\runtimes\win-x64\lib\net8.0\UIAutomationProvider.dll
-r:C:\Users\Superusername\.nuget\packages\microsoft.windowsdesktop.app.runtime.win-x64\8.0.7\runtimes\win-x64\lib\net8.0\UIAutomationTypes.dll
-r:C:\Users\Superusername\.nuget\packages\microsoft.windowsdesktop.app.runtime.win-x64\8.0.7\runtimes\win-x64\lib\net8.0\WindowsBase.dll
-r:C:\Users\Superusername\.nuget\packages\microsoft.windowsdesktop.app.runtime.win-x64\8.0.7\runtimes\win-x64\lib\net8.0\WindowsFormsIntegration.dll
-r:C:\Users\Superusername\.nuget\packages\microsoft.aspnetcore.app.runtime.win-x64\8.0.7\runtimes\win-x64\lib\net8.0\Microsoft.AspNetCore.Antiforgery.dll
-r:C:\Users\Superusername\.nuget\packages\microsoft.aspnetcore.app.runtime.win-x64\8.0.7\runtimes\win-x64\lib\net8.0\Microsoft.AspNetCore.Authentication.Abstractions.dll
-r:C:\Users\Superusername\.nuget\packages\microsoft.aspnetcore.app.runtime.win-x64\8.0.7\runtimes\win-x64\lib\net8.0\Microsoft.AspNetCore.Authentication.BearerToken.dll
-r:C:\Users\Superusername\.nuget\packages\microsoft.aspnetcore.app.runtime.win-x64\8.0.7\runtimes\win-x64\lib\net8.0\Microsoft.AspNetCore.Authentication.Cookies.dll
-r:C:\Users\Superusername\.nuget\packages\microsoft.aspnetcore.app.runtime.win-x64\8.0.7\runtimes\win-x64\lib\net8.0\Microsoft.AspNetCore.Authentication.Core.dll
-r:C:\Users\Superusername\.nuget\packages\microsoft.aspnetcore.app.runtime.win-x64\8.0.7\runtimes\win-x64\lib\net8.0\Microsoft.AspNetCore.Authentication.OAuth.dll
-r:C:\Users\Superusername\.nuget\packages\microsoft.aspnetcore.app.runtime.win-x64\8.0.7\runtimes\win-x64\lib\net8.0\Microsoft.AspNetCore.Authentication.dll
-r:C:\Users\Superusername\.nuget\packages\microsoft.aspnetcore.app.runtime.win-x64\8.0.7\runtimes\win-x64\lib\net8.0\Microsoft.AspNetCore.Authorization.Policy.dll
-r:C:\Users\Superusername\.nuget\packages\microsoft.aspnetcore.app.runtime.win-x64\8.0.7\runtimes\win-x64\lib\net8.0\Microsoft.AspNetCore.Authorization.dll
-r:C:\Users\Superusername\.nuget\packages\microsoft.aspnetcore.app.runtime.win-x64\8.0.7\runtimes\win-x64\lib\net8.0\Microsoft.AspNetCore.Components.Authorization.dll
-r:C:\Users\Superusername\.nuget\packages\microsoft.aspnetcore.app.runtime.win-x64\8.0.7\runtimes\win-x64\lib\net8.0\Microsoft.AspNetCore.Components.Endpoints.dll
-r:C:\Users\Superusername\.nuget\packages\microsoft.aspnetcore.app.runtime.win-x64\8.0.7\runtimes\win-x64\lib\net8.0\Microsoft.AspNetCore.Components.Forms.dll
-r:C:\Users\Superusername\.nuget\packages\microsoft.aspnetcore.app.runtime.win-x64\8.0.7\runtimes\win-x64\lib\net8.0\Microsoft.AspNetCore.Components.Server.dll
-r:C:\Users\Superusername\.nuget\packages\microsoft.aspnetcore.app.runtime.win-x64\8.0.7\runtimes\win-x64\lib\net8.0\Microsoft.AspNetCore.Components.Web.dll
-r:C:\Users\Superusername\.nuget\packages\microsoft.aspnetcore.app.runtime.win-x64\8.0.7\runtimes\win-x64\lib\net8.0\Microsoft.AspNetCore.Components.dll
-r:C:\Users\Superusername\.nuget\packages\microsoft.aspnetcore.app.runtime.win-x64\8.0.7\runtimes\win-x64\lib\net8.0\Microsoft.AspNetCore.Connections.Abstractions.dll
-r:C:\Users\Superusername\.nuget\packages\microsoft.aspnetcore.app.runtime.win-x64\8.0.7\runtimes\win-x64\lib\net8.0\Microsoft.AspNetCore.CookiePolicy.dll
-r:C:\Users\Superusername\.nuget\packages\microsoft.aspnetcore.app.runtime.win-x64\8.0.7\runtimes\win-x64\lib\net8.0\Microsoft.AspNetCore.Cors.dll
-r:C:\Users\Superusername\.nuget\packages\microsoft.aspnetcore.app.runtime.win-x64\8.0.7\runtimes\win-x64\lib\net8.0\Microsoft.AspNetCore.Cryptography.Internal.dll
-r:C:\Users\Superusername\.nuget\packages\microsoft.aspnetcore.app.runtime.win-x64\8.0.7\runtimes\win-x64\lib\net8.0\Microsoft.AspNetCore.Cryptography.KeyDerivation.dll
-r:C:\Users\Superusername\.nuget\packages\microsoft.aspnetcore.app.runtime.win-x64\8.0.7\runtimes\win-x64\lib\net8.0\Microsoft.AspNetCore.DataProtection.Abstractions.dll
-r:C:\Users\Superusername\.nuget\packages\microsoft.aspnetcore.app.runtime.win-x64\8.0.7\runtimes\win-x64\lib\net8.0\Microsoft.AspNetCore.DataProtection.Extensions.dll
-r:C:\Users\Superusername\.nuget\packages\microsoft.aspnetcore.app.runtime.win-x64\8.0.7\runtimes\win-x64\lib\net8.0\Microsoft.AspNetCore.DataProtection.dll
-r:C:\Users\Superusername\.nuget\packages\microsoft.aspnetcore.app.runtime.win-x64\8.0.7\runtimes\win-x64\lib\net8.0\Microsoft.AspNetCore.Diagnostics.Abstractions.dll
-r:C:\Users\Superusername\.nuget\packages\microsoft.aspnetcore.app.runtime.win-x64\8.0.7\runtimes\win-x64\lib\net8.0\Microsoft.AspNetCore.Diagnostics.HealthChecks.dll
-r:C:\Users\Superusername\.nuget\packages\microsoft.aspnetcore.app.runtime.win-x64\8.0.7\runtimes\win-x64\lib\net8.0\Microsoft.AspNetCore.Diagnostics.dll
-r:C:\Users\Superusername\.nuget\packages\microsoft.aspnetcore.app.runtime.win-x64\8.0.7\runtimes\win-x64\lib\net8.0\Microsoft.AspNetCore.HostFiltering.dll
-r:C:\Users\Superusername\.nuget\packages\microsoft.aspnetcore.app.runtime.win-x64\8.0.7\runtimes\win-x64\lib\net8.0\Microsoft.AspNetCore.Hosting.Abstractions.dll
-r:C:\Users\Superusername\.nuget\packages\microsoft.aspnetcore.app.runtime.win-x64\8.0.7\runtimes\win-x64\lib\net8.0\Microsoft.AspNetCore.Hosting.Server.Abstractions.dll
-r:C:\Users\Superusername\.nuget\packages\microsoft.aspnetcore.app.runtime.win-x64\8.0.7\runtimes\win-x64\lib\net8.0\Microsoft.AspNetCore.Hosting.dll
-r:C:\Users\Superusername\.nuget\packages\microsoft.aspnetcore.app.runtime.win-x64\8.0.7\runtimes\win-x64\lib\net8.0\Microsoft.AspNetCore.Html.Abstractions.dll
-r:C:\Users\Superusername\.nuget\packages\microsoft.aspnetcore.app.runtime.win-x64\8.0.7\runtimes\win-x64\lib\net8.0\Microsoft.AspNetCore.Http.Abstractions.dll
-r:C:\Users\Superusername\.nuget\packages\microsoft.aspnetcore.app.runtime.win-x64\8.0.7\runtimes\win-x64\lib\net8.0\Microsoft.AspNetCore.Http.Connections.Common.dll
-r:C:\Users\Superusername\.nuget\packages\microsoft.aspnetcore.app.runtime.win-x64\8.0.7\runtimes\win-x64\lib\net8.0\Microsoft.AspNetCore.Http.Connections.dll
-r:C:\Users\Superusername\.nuget\packages\microsoft.aspnetcore.app.runtime.win-x64\8.0.7\runtimes\win-x64\lib\net8.0\Microsoft.AspNetCore.Http.Extensions.dll
-r:C:\Users\Superusername\.nuget\packages\microsoft.aspnetcore.app.runtime.win-x64\8.0.7\runtimes\win-x64\lib\net8.0\Microsoft.AspNetCore.Http.Features.dll
-r:C:\Users\Superusername\.nuget\packages\microsoft.aspnetcore.app.runtime.win-x64\8.0.7\runtimes\win-x64\lib\net8.0\Microsoft.AspNetCore.Http.Results.dll
-r:C:\Users\Superusername\.nuget\packages\microsoft.aspnetcore.app.runtime.win-x64\8.0.7\runtimes\win-x64\lib\net8.0\Microsoft.AspNetCore.Http.dll
-r:C:\Users\Superusername\.nuget\packages\microsoft.aspnetcore.app.runtime.win-x64\8.0.7\runtimes\win-x64\lib\net8.0\Microsoft.AspNetCore.HttpLogging.dll
-r:C:\Users\Superusername\.nuget\packages\microsoft.aspnetcore.app.runtime.win-x64\8.0.7\runtimes\win-x64\lib\net8.0\Microsoft.AspNetCore.HttpOverrides.dll
-r:C:\Users\Superusername\.nuget\packages\microsoft.aspnetcore.app.runtime.win-x64\8.0.7\runtimes\win-x64\lib\net8.0\Microsoft.AspNetCore.HttpsPolicy.dll
-r:C:\Users\Superusername\.nuget\packages\microsoft.aspnetcore.app.runtime.win-x64\8.0.7\runtimes\win-x64\lib\net8.0\Microsoft.AspNetCore.Identity.dll
-r:C:\Users\Superusername\.nuget\packages\microsoft.aspnetcore.app.runtime.win-x64\8.0.7\runtimes\win-x64\lib\net8.0\Microsoft.AspNetCore.Localization.Routing.dll
-r:C:\Users\Superusername\.nuget\packages\microsoft.aspnetcore.app.runtime.win-x64\8.0.7\runtimes\win-x64\lib\net8.0\Microsoft.AspNetCore.Localization.dll
-r:C:\Users\Superusername\.nuget\packages\microsoft.aspnetcore.app.runtime.win-x64\8.0.7\runtimes\win-x64\lib\net8.0\Microsoft.AspNetCore.Metadata.dll
-r:C:\Users\Superusername\.nuget\packages\microsoft.aspnetcore.app.runtime.win-x64\8.0.7\runtimes\win-x64\lib\net8.0\Microsoft.AspNetCore.Mvc.Abstractions.dll
-r:C:\Users\Superusername\.nuget\packages\microsoft.aspnetcore.app.runtime.win-x64\8.0.7\runtimes\win-x64\lib\net8.0\Microsoft.AspNetCore.Mvc.ApiExplorer.dll
-r:C:\Users\Superusername\.nuget\packages\microsoft.aspnetcore.app.runtime.win-x64\8.0.7\runtimes\win-x64\lib\net8.0\Microsoft.AspNetCore.Mvc.Core.dll
-r:C:\Users\Superusername\.nuget\packages\microsoft.aspnetcore.app.runtime.win-x64\8.0.7\runtimes\win-x64\lib\net8.0\Microsoft.AspNetCore.Mvc.Cors.dll
-r:C:\Users\Superusername\.nuget\packages\microsoft.aspnetcore.app.runtime.win-x64\8.0.7\runtimes\win-x64\lib\net8.0\Microsoft.AspNetCore.Mvc.DataAnnotations.dll
-r:C:\Users\Superusername\.nuget\packages\microsoft.aspnetcore.app.runtime.win-x64\8.0.7\runtimes\win-x64\lib\net8.0\Microsoft.AspNetCore.Mvc.Formatters.Json.dll
-r:C:\Users\Superusername\.nuget\packages\microsoft.aspnetcore.app.runtime.win-x64\8.0.7\runtimes\win-x64\lib\net8.0\Microsoft.AspNetCore.Mvc.Formatters.Xml.dll
-r:C:\Users\Superusername\.nuget\packages\microsoft.aspnetcore.app.runtime.win-x64\8.0.7\runtimes\win-x64\lib\net8.0\Microsoft.AspNetCore.Mvc.Localization.dll
-r:C:\Users\Superusername\.nuget\packages\microsoft.aspnetcore.app.runtime.win-x64\8.0.7\runtimes\win-x64\lib\net8.0\Microsoft.AspNetCore.Mvc.Razor.dll
-r:C:\Users\Superusername\.nuget\packages\microsoft.aspnetcore.app.runtime.win-x64\8.0.7\runtimes\win-x64\lib\net8.0\Microsoft.AspNetCore.Mvc.RazorPages.dll
-r:C:\Users\Superusername\.nuget\packages\microsoft.aspnetcore.app.runtime.win-x64\8.0.7\runtimes\win-x64\lib\net8.0\Microsoft.AspNetCore.Mvc.TagHelpers.dll
-r:C:\Users\Superusername\.nuget\packages\microsoft.aspnetcore.app.runtime.win-x64\8.0.7\runtimes\win-x64\lib\net8.0\Microsoft.AspNetCore.Mvc.ViewFeatures.dll
-r:C:\Users\Superusername\.nuget\packages\microsoft.aspnetcore.app.runtime.win-x64\8.0.7\runtimes\win-x64\lib\net8.0\Microsoft.AspNetCore.Mvc.dll
-r:C:\Users\Superusername\.nuget\packages\microsoft.aspnetcore.app.runtime.win-x64\8.0.7\runtimes\win-x64\lib\net8.0\Microsoft.AspNetCore.OutputCaching.dll
-r:C:\Users\Superusername\.nuget\packages\microsoft.aspnetcore.app.runtime.win-x64\8.0.7\runtimes\win-x64\lib\net8.0\Microsoft.AspNetCore.RateLimiting.dll
-r:C:\Users\Superusername\.nuget\packages\microsoft.aspnetcore.app.runtime.win-x64\8.0.7\runtimes\win-x64\lib\net8.0\Microsoft.AspNetCore.Razor.Runtime.dll
-r:C:\Users\Superusername\.nuget\packages\microsoft.aspnetcore.app.runtime.win-x64\8.0.7\runtimes\win-x64\lib\net8.0\Microsoft.AspNetCore.Razor.dll
-r:C:\Users\Superusername\.nuget\packages\microsoft.aspnetcore.app.runtime.win-x64\8.0.7\runtimes\win-x64\lib\net8.0\Microsoft.AspNetCore.RequestDecompression.dll
-r:C:\Users\Superusername\.nuget\packages\microsoft.aspnetcore.app.runtime.win-x64\8.0.7\runtimes\win-x64\lib\net8.0\Microsoft.AspNetCore.ResponseCaching.Abstractions.dll
-r:C:\Users\Superusername\.nuget\packages\microsoft.aspnetcore.app.runtime.win-x64\8.0.7\runtimes\win-x64\lib\net8.0\Microsoft.AspNetCore.ResponseCaching.dll
-r:C:\Users\Superusername\.nuget\packages\microsoft.aspnetcore.app.runtime.win-x64\8.0.7\runtimes\win-x64\lib\net8.0\Microsoft.AspNetCore.ResponseCompression.dll
-r:C:\Users\Superusername\.nuget\packages\microsoft.aspnetcore.app.runtime.win-x64\8.0.7\runtimes\win-x64\lib\net8.0\Microsoft.AspNetCore.Rewrite.dll
-r:C:\Users\Superusername\.nuget\packages\microsoft.aspnetcore.app.runtime.win-x64\8.0.7\runtimes\win-x64\lib\net8.0\Microsoft.AspNetCore.Routing.Abstractions.dll
-r:C:\Users\Superusername\.nuget\packages\microsoft.aspnetcore.app.runtime.win-x64\8.0.7\runtimes\win-x64\lib\net8.0\Microsoft.AspNetCore.Routing.dll
-r:C:\Users\Superusername\.nuget\packages\microsoft.aspnetcore.app.runtime.win-x64\8.0.7\runtimes\win-x64\lib\net8.0\Microsoft.AspNetCore.Server.HttpSys.dll
-r:C:\Users\Superusername\.nuget\packages\microsoft.aspnetcore.app.runtime.win-x64\8.0.7\runtimes\win-x64\lib\net8.0\Microsoft.AspNetCore.Server.IIS.dll
-r:C:\Users\Superusername\.nuget\packages\microsoft.aspnetcore.app.runtime.win-x64\8.0.7\runtimes\win-x64\lib\net8.0\Microsoft.AspNetCore.Server.IISIntegration.dll
-r:C:\Users\Superusername\.nuget\packages\microsoft.aspnetcore.app.runtime.win-x64\8.0.7\runtimes\win-x64\lib\net8.0\Microsoft.AspNetCore.Server.Kestrel.Core.dll
-r:C:\Users\Superusername\.nuget\packages\microsoft.aspnetcore.app.runtime.win-x64\8.0.7\runtimes\win-x64\lib\net8.0\Microsoft.AspNetCore.Server.Kestrel.Transport.NamedPipes.dll
-r:C:\Users\Superusername\.nuget\packages\microsoft.aspnetcore.app.runtime.win-x64\8.0.7\runtimes\win-x64\lib\net8.0\Microsoft.AspNetCore.Server.Kestrel.Transport.Quic.dll
-r:C:\Users\Superusername\.nuget\packages\microsoft.aspnetcore.app.runtime.win-x64\8.0.7\runtimes\win-x64\lib\net8.0\Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.dll
-r:C:\Users\Superusername\.nuget\packages\microsoft.aspnetcore.app.runtime.win-x64\8.0.7\runtimes\win-x64\lib\net8.0\Microsoft.AspNetCore.Server.Kestrel.dll
-r:C:\Users\Superusername\.nuget\packages\microsoft.aspnetcore.app.runtime.win-x64\8.0.7\runtimes\win-x64\lib\net8.0\Microsoft.AspNetCore.Session.dll
-r:C:\Users\Superusername\.nuget\packages\microsoft.aspnetcore.app.runtime.win-x64\8.0.7\runtimes\win-x64\lib\net8.0\Microsoft.AspNetCore.SignalR.Common.dll
-r:C:\Users\Superusername\.nuget\packages\microsoft.aspnetcore.app.runtime.win-x64\8.0.7\runtimes\win-x64\lib\net8.0\Microsoft.AspNetCore.SignalR.Core.dll
-r:C:\Users\Superusername\.nuget\packages\microsoft.aspnetcore.app.runtime.win-x64\8.0.7\runtimes\win-x64\lib\net8.0\Microsoft.AspNetCore.SignalR.Protocols.Json.dll
-r:C:\Users\Superusername\.nuget\packages\microsoft.aspnetcore.app.runtime.win-x64\8.0.7\runtimes\win-x64\lib\net8.0\Microsoft.AspNetCore.SignalR.dll
-r:C:\Users\Superusername\.nuget\packages\microsoft.aspnetcore.app.runtime.win-x64\8.0.7\runtimes\win-x64\lib\net8.0\Microsoft.AspNetCore.StaticFiles.dll
-r:C:\Users\Superusername\.nuget\packages\microsoft.aspnetcore.app.runtime.win-x64\8.0.7\runtimes\win-x64\lib\net8.0\Microsoft.AspNetCore.WebSockets.dll
-r:C:\Users\Superusername\.nuget\packages\microsoft.aspnetcore.app.runtime.win-x64\8.0.7\runtimes\win-x64\lib\net8.0\Microsoft.AspNetCore.WebUtilities.dll
-r:C:\Users\Superusername\.nuget\packages\microsoft.aspnetcore.app.runtime.win-x64\8.0.7\runtimes\win-x64\lib\net8.0\Microsoft.AspNetCore.dll
-r:C:\Users\Superusername\.nuget\packages\microsoft.aspnetcore.app.runtime.win-x64\8.0.7\runtimes\win-x64\lib\net8.0\Microsoft.Extensions.Caching.Abstractions.dll
-r:C:\Users\Superusername\.nuget\packages\microsoft.aspnetcore.app.runtime.win-x64\8.0.7\runtimes\win-x64\lib\net8.0\Microsoft.Extensions.Caching.Memory.dll
-r:C:\Users\Superusername\.nuget\packages\microsoft.aspnetcore.app.runtime.win-x64\8.0.7\runtimes\win-x64\lib\net8.0\Microsoft.Extensions.Configuration.Abstractions.dll
-r:C:\Users\Superusername\.nuget\packages\microsoft.aspnetcore.app.runtime.win-x64\8.0.7\runtimes\win-x64\lib\net8.0\Microsoft.Extensions.Configuration.Binder.dll
-r:C:\Users\Superusername\.nuget\packages\microsoft.aspnetcore.app.runtime.win-x64\8.0.7\runtimes\win-x64\lib\net8.0\Microsoft.Extensions.Configuration.CommandLine.dll
-r:C:\Users\Superusername\.nuget\packages\microsoft.aspnetcore.app.runtime.win-x64\8.0.7\runtimes\win-x64\lib\net8.0\Microsoft.Extensions.Configuration.EnvironmentVariables.dll
-r:C:\Users\Superusername\.nuget\packages\microsoft.aspnetcore.app.runtime.win-x64\8.0.7\runtimes\win-x64\lib\net8.0\Microsoft.Extensions.Configuration.FileExtensions.dll
-r:C:\Users\Superusername\.nuget\packages\microsoft.aspnetcore.app.runtime.win-x64\8.0.7\runtimes\win-x64\lib\net8.0\Microsoft.Extensions.Configuration.Ini.dll
-r:C:\Users\Superusername\.nuget\packages\microsoft.aspnetcore.app.runtime.win-x64\8.0.7\runtimes\win-x64\lib\net8.0\Microsoft.Extensions.Configuration.Json.dll
-r:C:\Users\Superusername\.nuget\packages\microsoft.aspnetcore.app.runtime.win-x64\8.0.7\runtimes\win-x64\lib\net8.0\Microsoft.Extensions.Configuration.KeyPerFile.dll
-r:C:\Users\Superusername\.nuget\packages\microsoft.aspnetcore.app.runtime.win-x64\8.0.7\runtimes\win-x64\lib\net8.0\Microsoft.Extensions.Configuration.UserSecrets.dll
-r:C:\Users\Superusername\.nuget\packages\microsoft.aspnetcore.app.runtime.win-x64\8.0.7\runtimes\win-x64\lib\net8.0\Microsoft.Extensions.Configuration.Xml.dll
-r:C:\Users\Superusername\.nuget\packages\microsoft.aspnetcore.app.runtime.win-x64\8.0.7\runtimes\win-x64\lib\net8.0\Microsoft.Extensions.Configuration.dll
-r:C:\Users\Superusername\.nuget\packages\microsoft.aspnetcore.app.runtime.win-x64\8.0.7\runtimes\win-x64\lib\net8.0\Microsoft.Extensions.DependencyInjection.Abstractions.dll
-r:C:\Users\Superusername\.nuget\packages\microsoft.aspnetcore.app.runtime.win-x64\8.0.7\runtimes\win-x64\lib\net8.0\Microsoft.Extensions.DependencyInjection.dll
-r:C:\Users\Superusername\.nuget\packages\microsoft.aspnetcore.app.runtime.win-x64\8.0.7\runtimes\win-x64\lib\net8.0\Microsoft.Extensions.Diagnostics.Abstractions.dll
-r:C:\Users\Superusername\.nuget\packages\microsoft.aspnetcore.app.runtime.win-x64\8.0.7\runtimes\win-x64\lib\net8.0\Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions.dll
-r:C:\Users\Superusername\.nuget\packages\microsoft.aspnetcore.app.runtime.win-x64\8.0.7\runtimes\win-x64\lib\net8.0\Microsoft.Extensions.Diagnostics.HealthChecks.dll
-r:C:\Users\Superusername\.nuget\packages\microsoft.aspnetcore.app.runtime.win-x64\8.0.7\runtimes\win-x64\lib\net8.0\Microsoft.Extensions.Diagnostics.dll
-r:C:\Users\Superusername\.nuget\packages\microsoft.aspnetcore.app.runtime.win-x64\8.0.7\runtimes\win-x64\lib\net8.0\Microsoft.Extensions.Features.dll
-r:C:\Users\Superusername\.nuget\packages\microsoft.aspnetcore.app.runtime.win-x64\8.0.7\runtimes\win-x64\lib\net8.0\Microsoft.Extensions.FileProviders.Abstractions.dll
-r:C:\Users\Superusername\.nuget\packages\microsoft.aspnetcore.app.runtime.win-x64\8.0.7\runtimes\win-x64\lib\net8.0\Microsoft.Extensions.FileProviders.Composite.dll
-r:C:\Users\Superusername\.nuget\packages\microsoft.aspnetcore.app.runtime.win-x64\8.0.7\runtimes\win-x64\lib\net8.0\Microsoft.Extensions.FileProviders.Embedded.dll
-r:C:\Users\Superusername\.nuget\packages\microsoft.aspnetcore.app.runtime.win-x64\8.0.7\runtimes\win-x64\lib\net8.0\Microsoft.Extensions.FileProviders.Physical.dll
-r:C:\Users\Superusername\.nuget\packages\microsoft.aspnetcore.app.runtime.win-x64\8.0.7\runtimes\win-x64\lib\net8.0\Microsoft.Extensions.FileSystemGlobbing.dll
-r:C:\Users\Superusername\.nuget\packages\microsoft.aspnetcore.app.runtime.win-x64\8.0.7\runtimes\win-x64\lib\net8.0\Microsoft.Extensions.Hosting.Abstractions.dll
-r:C:\Users\Superusername\.nuget\packages\microsoft.aspnetcore.app.runtime.win-x64\8.0.7\runtimes\win-x64\lib\net8.0\Microsoft.Extensions.Hosting.dll
-r:C:\Users\Superusername\.nuget\packages\microsoft.aspnetcore.app.runtime.win-x64\8.0.7\runtimes\win-x64\lib\net8.0\Microsoft.Extensions.Http.dll
-r:C:\Users\Superusername\.nuget\packages\microsoft.aspnetcore.app.runtime.win-x64\8.0.7\runtimes\win-x64\lib\net8.0\Microsoft.Extensions.Identity.Core.dll
-r:C:\Users\Superusername\.nuget\packages\microsoft.aspnetcore.app.runtime.win-x64\8.0.7\runtimes\win-x64\lib\net8.0\Microsoft.Extensions.Identity.Stores.dll
-r:C:\Users\Superusername\.nuget\packages\microsoft.aspnetcore.app.runtime.win-x64\8.0.7\runtimes\win-x64\lib\net8.0\Microsoft.Extensions.Localization.Abstractions.dll
-r:C:\Users\Superusername\.nuget\packages\microsoft.aspnetcore.app.runtime.win-x64\8.0.7\runtimes\win-x64\lib\net8.0\Microsoft.Extensions.Localization.dll
-r:C:\Users\Superusername\.nuget\packages\microsoft.aspnetcore.app.runtime.win-x64\8.0.7\runtimes\win-x64\lib\net8.0\Microsoft.Extensions.Logging.Abstractions.dll
-r:C:\Users\Superusername\.nuget\packages\microsoft.aspnetcore.app.runtime.win-x64\8.0.7\runtimes\win-x64\lib\net8.0\Microsoft.Extensions.Logging.Configuration.dll
-r:C:\Users\Superusername\.nuget\packages\microsoft.aspnetcore.app.runtime.win-x64\8.0.7\runtimes\win-x64\lib\net8.0\Microsoft.Extensions.Logging.Console.dll
-r:C:\Users\Superusername\.nuget\packages\microsoft.aspnetcore.app.runtime.win-x64\8.0.7\runtimes\win-x64\lib\net8.0\Microsoft.Extensions.Logging.Debug.dll
-r:C:\Users\Superusername\.nuget\packages\microsoft.aspnetcore.app.runtime.win-x64\8.0.7\runtimes\win-x64\lib\net8.0\Microsoft.Extensions.Logging.EventLog.dll
-r:C:\Users\Superusername\.nuget\packages\microsoft.aspnetcore.app.runtime.win-x64\8.0.7\runtimes\win-x64\lib\net8.0\Microsoft.Extensions.Logging.EventSource.dll
-r:C:\Users\Superusername\.nuget\packages\microsoft.aspnetcore.app.runtime.win-x64\8.0.7\runtimes\win-x64\lib\net8.0\Microsoft.Extensions.Logging.TraceSource.dll
-r:C:\Users\Superusername\.nuget\packages\microsoft.aspnetcore.app.runtime.win-x64\8.0.7\runtimes\win-x64\lib\net8.0\Microsoft.Extensions.Logging.dll
-r:C:\Users\Superusername\.nuget\packages\microsoft.aspnetcore.app.runtime.win-x64\8.0.7\runtimes\win-x64\lib\net8.0\Microsoft.Extensions.ObjectPool.dll
-r:C:\Users\Superusername\.nuget\packages\microsoft.aspnetcore.app.runtime.win-x64\8.0.7\runtimes\win-x64\lib\net8.0\Microsoft.Extensions.Options.ConfigurationExtensions.dll
-r:C:\Users\Superusername\.nuget\packages\microsoft.aspnetcore.app.runtime.win-x64\8.0.7\runtimes\win-x64\lib\net8.0\Microsoft.Extensions.Options.DataAnnotations.dll
-r:C:\Users\Superusername\.nuget\packages\microsoft.aspnetcore.app.runtime.win-x64\8.0.7\runtimes\win-x64\lib\net8.0\Microsoft.Extensions.Options.dll
-r:C:\Users\Superusername\.nuget\packages\microsoft.aspnetcore.app.runtime.win-x64\8.0.7\runtimes\win-x64\lib\net8.0\Microsoft.Extensions.Primitives.dll
-r:C:\Users\Superusername\.nuget\packages\microsoft.aspnetcore.app.runtime.win-x64\8.0.7\runtimes\win-x64\lib\net8.0\Microsoft.Extensions.WebEncoders.dll
-r:C:\Users\Superusername\.nuget\packages\microsoft.aspnetcore.app.runtime.win-x64\8.0.7\runtimes\win-x64\lib\net8.0\Microsoft.JSInterop.dll
-r:C:\Users\Superusername\.nuget\packages\microsoft.aspnetcore.app.runtime.win-x64\8.0.7\runtimes\win-x64\lib\net8.0\Microsoft.Net.Http.Headers.dll
-r:C:\Users\Superusername\.nuget\packages\microsoft.aspnetcore.app.runtime.win-x64\8.0.7\runtimes\win-x64\lib\net8.0\System.Diagnostics.EventLog.Messages.dll
-r:C:\Users\Superusername\.nuget\packages\microsoft.aspnetcore.app.runtime.win-x64\8.0.7\runtimes\win-x64\lib\net8.0\System.IO.Pipelines.dll
-r:C:\Users\Superusername\.nuget\packages\microsoft.aspnetcore.app.runtime.win-x64\8.0.7\runtimes\win-x64\lib\net8.0\System.Security.Cryptography.Xml.dll
-r:C:\Users\Superusername\.nuget\packages\microsoft.aspnetcore.app.runtime.win-x64\8.0.7\runtimes\win-x64\lib\net8.0\System.Threading.RateLimiting.dll
-r:C:\Users\Superusername\.nuget\packages\automapper\12.0.1\lib\netstandard2.1\AutoMapper.dll
-r:C:\Users\Superusername\.nuget\packages\automapper.extensions.microsoft.dependencyinjection\12.0.1\lib\netstandard2.1\AutoMapper.Extensions.Microsoft.DependencyInjection.dll
-r:C:\Users\Superusername\.nuget\packages\azure.core\1.41.0\lib\net6.0\Azure.Core.dll
-r:C:\Users\Superusername\.nuget\packages\azure.data.tables\12.9.0\lib\netstandard2.0\Azure.Data.Tables.dll
-r:C:\Users\Superusername\.nuget\packages\azure.extensions.aspnetcore.dataprotection.blobs\1.3.4\lib\netstandard2.0\Azure.Extensions.AspNetCore.DataProtection.Blobs.dll
-r:C:\Users\Superusername\.nuget\packages\azure.extensions.aspnetcore.dataprotection.keys\1.2.3\lib\netstandard2.0\Azure.Extensions.AspNetCore.DataProtection.Keys.dll
-r:C:\Users\Superusername\.nuget\packages\azure.identity\1.12.0\lib\netstandard2.0\Azure.Identity.dll
-r:C:\Users\Superusername\.nuget\packages\azure.security.keyvault.keys\4.2.0\lib\netstandard2.0\Azure.Security.KeyVault.Keys.dll
-r:C:\Users\Superusername\.nuget\packages\azure.storage.blobs\12.21.1\lib\net6.0\Azure.Storage.Blobs.dll
-r:C:\Users\Superusername\.nuget\packages\azure.storage.common\12.20.1\lib\net6.0\Azure.Storage.Common.dll
-r:C:\Users\Superusername\.nuget\packages\bcrypt.net-next\4.0.3\lib\net6.0\BCrypt.Net-Next.dll
-r:C:\Users\Superusername\.nuget\packages\bytesize\2.1.2\lib\net5.0\ByteSize.dll
-r:C:\Users\Superusername\.nuget\packages\enums.net\5.0.0\lib\net7.0\Enums.NET.dll
-r:C:\Users\Superusername\.nuget\packages\identitymodel\7.0.0\lib\net6.0\IdentityModel.dll
-r:C:\Users\Superusername\.nuget\packages\microsoft.applicationinsights\2.22.0\lib\netstandard2.0\Microsoft.ApplicationInsights.dll
-r:C:\Users\Superusername\.nuget\packages\microsoft.applicationinsights.dependencycollector\2.22.0\lib\netstandard2.0\Microsoft.AI.DependencyCollector.dll
-r:C:\Users\Superusername\.nuget\packages\microsoft.applicationinsights.perfcountercollector\2.22.0\lib\netstandard2.0\Microsoft.AI.PerfCounterCollector.dll
-r:C:\Users\Superusername\.nuget\packages\microsoft.applicationinsights.windowsserver\2.22.0\lib\netstandard2.0\Microsoft.AI.WindowsServer.dll
-r:C:\Users\Superusername\.nuget\packages\microsoft.applicationinsights.windowsserver.telemetrychannel\2.22.0\lib\netstandard2.0\Microsoft.AI.ServerTelemetryChannel.dll
-r:C:\Users\Superusername\.nuget\packages\microsoft.aspnetcore.authentication.jwtbearer\8.0.7\lib\net8.0\Microsoft.AspNetCore.Authentication.JwtBearer.dll
-r:C:\Users\Superusername\.nuget\packages\microsoft.aspnetcore.identity.entityframeworkcore\8.0.7\lib\net8.0\Microsoft.AspNetCore.Identity.EntityFrameworkCore.dll
-r:C:\Users\Superusername\.nuget\packages\microsoft.aspnetcore.identity.ui\8.0.7\lib\net8.0\Microsoft.AspNetCore.Identity.UI.dll
-r:C:\Users\Superusername\.nuget\packages\microsoft.aspnetcore.jsonpatch\8.0.7\lib\net8.0\Microsoft.AspNetCore.JsonPatch.dll
-r:C:\Users\Superusername\.nuget\packages\microsoft.aspnetcore.mvc.newtonsoftjson\8.0.7\lib\net8.0\Microsoft.AspNetCore.Mvc.NewtonsoftJson.dll
-r:C:\Users\Superusername\.nuget\packages\microsoft.bcl.asyncinterfaces\1.1.1\lib\netstandard2.1\Microsoft.Bcl.AsyncInterfaces.dll
-r:C:\Users\Superusername\.nuget\packages\microsoft.data.sqlclient\5.1.5\runtimes\win\lib\net6.0\Microsoft.Data.SqlClient.dll
-r:C:\Users\Superusername\.nuget\packages\microsoft.entityframeworkcore\8.0.7\lib\net8.0\Microsoft.EntityFrameworkCore.dll
-r:C:\Users\Superusername\.nuget\packages\microsoft.entityframeworkcore.abstractions\8.0.7\lib\net8.0\Microsoft.EntityFrameworkCore.Abstractions.dll
-r:C:\Users\Superusername\.nuget\packages\microsoft.entityframeworkcore.relational\8.0.7\lib\net8.0\Microsoft.EntityFrameworkCore.Relational.dll
-r:C:\Users\Superusername\.nuget\packages\microsoft.entityframeworkcore.sqlserver\8.0.7\lib\net8.0\Microsoft.EntityFrameworkCore.SqlServer.dll
-r:C:\Users\Superusername\.nuget\packages\microsoft.extensions.dependencymodel\8.0.1\lib\net8.0\Microsoft.Extensions.DependencyModel.dll
-r:C:\Users\Superusername\.nuget\packages\microsoft.extensions.hosting.windowsservices\8.0.0\lib\net8.0\Microsoft.Extensions.Hosting.WindowsServices.dll
-r:C:\Users\Superusername\.nuget\packages\microsoft.identity.client\4.61.3\lib\net6.0\Microsoft.Identity.Client.dll
-r:C:\Users\Superusername\.nuget\packages\microsoft.identity.client.extensions.msal\4.61.3\lib\net6.0\Microsoft.Identity.Client.Extensions.Msal.dll
-r:C:\Users\Superusername\.nuget\packages\microsoft.identitymodel.abstractions\8.0.1\lib\net8.0\Microsoft.IdentityModel.Abstractions.dll
-r:C:\Users\Superusername\.nuget\packages\microsoft.identitymodel.jsonwebtokens\8.0.1\lib\net8.0\Microsoft.IdentityModel.JsonWebTokens.dll
-r:C:\Users\Superusername\.nuget\packages\microsoft.identitymodel.logging\8.0.1\lib\net8.0\Microsoft.IdentityModel.Logging.dll
-r:C:\Users\Superusername\.nuget\packages\microsoft.identitymodel.protocols\7.1.2\lib\net8.0\Microsoft.IdentityModel.Protocols.dll
-r:C:\Users\Superusername\.nuget\packages\microsoft.identitymodel.protocols.openidconnect\7.1.2\lib\net8.0\Microsoft.IdentityModel.Protocols.OpenIdConnect.dll
-r:C:\Users\Superusername\.nuget\packages\microsoft.identitymodel.tokens\8.0.1\lib\net8.0\Microsoft.IdentityModel.Tokens.dll
-r:C:\Users\Superusername\.nuget\packages\microsoft.sqlserver.server\1.0.0\lib\netstandard2.0\Microsoft.SqlServer.Server.dll
-r:C:\Users\Superusername\.nuget\packages\net.codecrete.qrcodegenerator\2.0.4\lib\netstandard2.0\QrCodeGenerator.dll
-r:C:\Users\Superusername\.nuget\packages\newtonsoft.json\13.0.3\lib\net6.0\Newtonsoft.Json.dll
-r:C:\Users\Superusername\.nuget\packages\newtonsoft.json.bson\1.0.2\lib\netstandard2.0\Newtonsoft.Json.Bson.dll
-r:C:\Users\Superusername\.nuget\packages\portable.bouncycastle\1.9.0\lib\netstandard2.0\BouncyCastle.Crypto.dll
-r:C:\Users\Superusername\.nuget\packages\qrcoder\1.4.2\lib\net5.0-windows7.0\QRCoder.dll
-r:C:\Users\Superusername\.nuget\packages\sendgrid\9.29.3\lib\netstandard2.0\SendGrid.dll
-r:C:\Users\Superusername\.nuget\packages\serilog\4.0.1\lib\net8.0\Serilog.dll
-r:C:\Users\Superusername\.nuget\packages\serilog.aspnetcore\8.0.2\lib\net8.0\Serilog.AspNetCore.dll
-r:C:\Users\Superusername\.nuget\packages\serilog.extensions.hosting\8.0.0\lib\net8.0\Serilog.Extensions.Hosting.dll
-r:C:\Users\Superusername\.nuget\packages\serilog.extensions.logging\8.0.0\lib\net8.0\Serilog.Extensions.Logging.dll
-r:C:\Users\Superusername\.nuget\packages\serilog.formatting.compact\2.0.0\lib\net7.0\Serilog.Formatting.Compact.dll
-r:C:\Users\Superusername\.nuget\packages\serilog.settings.configuration\8.0.2\lib\net8.0\Serilog.Settings.Configuration.dll
-r:C:\Users\Superusername\.nuget\packages\serilog.sinks.console\5.0.0\lib\net7.0\Serilog.Sinks.Console.dll
-r:C:\Users\Superusername\.nuget\packages\serilog.sinks.debug\2.0.0\lib\netstandard2.1\Serilog.Sinks.Debug.dll
-r:C:\Users\Superusername\.nuget\packages\serilog.sinks.file\5.0.0\lib\net5.0\Serilog.Sinks.File.dll
-r:C:\Users\Superusername\.nuget\packages\sharpziplib\1.4.2\lib\net6.0\ICSharpCode.SharpZipLib.dll
-r:C:\Users\Superusername\.nuget\packages\sixlabors.imagesharp\3.1.5\lib\net6.0\SixLabors.ImageSharp.dll
-r:C:\Users\Superusername\.nuget\packages\starkbank-ecdsa\1.3.3\lib\netstandard2.1\StarkbankEcdsa.dll
-r:C:\Users\Superusername\.nuget\packages\system.clientmodel\1.0.0\lib\net6.0\System.ClientModel.dll
-r:C:\Users\Superusername\.nuget\packages\system.componentmodel.composition\8.0.0\lib\net8.0\System.ComponentModel.Composition.dll
-r:C:\Users\Superusername\.nuget\packages\system.identitymodel.tokens.jwt\8.0.1\lib\net8.0\System.IdentityModel.Tokens.Jwt.dll
-r:C:\Users\Superusername\.nuget\packages\system.io.hashing\6.0.0\lib\net6.0\System.IO.Hashing.dll
-r:C:\Users\Superusername\.nuget\packages\system.management\8.0.0\runtimes\win\lib\net8.0\System.Management.dll
-r:C:\Users\Superusername\.nuget\packages\system.memory.data\1.0.2\lib\netstandard2.0\System.Memory.Data.dll
-r:C:\Users\Superusername\.nuget\packages\system.runtime.caching\8.0.0\runtimes\win\lib\net8.0\System.Runtime.Caching.dll
-r:C:\Users\Superusername\.nuget\packages\system.serviceprocess.servicecontroller\8.0.0\runtimes\win\lib\net8.0\System.ServiceProcess.ServiceController.dll
-r:C:\Users\Superusername\.nuget\packages\webapicontrib.core.formatter.csv\4.0.0\lib\netstandard2.0\WebApiContrib.Core.Formatter.Csv.dll
-r:E:\ProjectSrsrc\DocumentSecurity\bin\Release\net8.0\DocumentSecurity.dll
-r:E:\ProjectSrsrc\FoxIt\bin\Release\net8.0\FoxIt.dll
-r:E:\ProjectSrsrc\ProjectSrx.ApiClient\bin\Release\net8.0\ProjectSrx.ApiClient.dll
-r:E:\ProjectSrsrc\ProjectSrx.Common\bin\Release\net8.0\ProjectSrx.Common.dll
-r:E:\ProjectSrsrc\ProjectSrx.Data\bin\Release\net8.0\ProjectSrx.Data.dll
-r:E:\ProjectSrsrc\ProjectSrx.Dto\bin\Release\net8.0\ProjectSrx.Dto.dll
-r:E:\ProjectSrsrc\ProjectSrx.Web\bin\Release\net8.0-windows\win-x64\ProjectSrx.Web.dll
-r:E:\ProjectSrsrc\PrintProcessor.Engine\bin\Release\net8.0\PrintProcessor.Engine.dll
-r:E:\ProjectSrsrc\ProjectSrx.Web\bin\Release\net8.0-windows\win-x64\Xfinium.Pdf.NetCore.dll
-r:E:\ProjectSrsrc\DocumentSecurity\bin\Release\net8.0\Xfinium.Pdf.Render.NetCore.dll
-r:C:\Users\Superusername\.nuget\packages\runtime.win-x64.microsoft.dotnet.ilcompiler\8.0.7\sdk\System.Private.CoreLib.dll
-r:C:\Users\Superusername\.nuget\packages\runtime.win-x64.microsoft.dotnet.ilcompiler\8.0.7\sdk\System.Private.DisabledReflection.dll
-r:C:\Users\Superusername\.nuget\packages\runtime.win-x64.microsoft.dotnet.ilcompiler\8.0.7\sdk\System.Private.Reflection.Execution.dll
-r:C:\Users\Superusername\.nuget\packages\runtime.win-x64.microsoft.dotnet.ilcompiler\8.0.7\sdk\System.Private.StackTraceMetadata.dll
-r:C:\Users\Superusername\.nuget\packages\runtime.win-x64.microsoft.dotnet.ilcompiler\8.0.7\sdk\System.Private.TypeLoader.dll
-r:C:\Users\Superusername\.nuget\packages\runtime.win-x64.microsoft.dotnet.ilcompiler\8.0.7\framework\Microsoft.CSharp.dll
-r:C:\Users\Superusername\.nuget\packages\runtime.win-x64.microsoft.dotnet.ilcompiler\8.0.7\framework\Microsoft.VisualBasic.Core.dll
-r:C:\Users\Superusername\.nuget\packages\runtime.win-x64.microsoft.dotnet.ilcompiler\8.0.7\framework\Microsoft.VisualBasic.dll
-r:C:\Users\Superusername\.nuget\packages\runtime.win-x64.microsoft.dotnet.ilcompiler\8.0.7\framework\Microsoft.Win32.Primitives.dll
-r:C:\Users\Superusername\.nuget\packages\runtime.win-x64.microsoft.dotnet.ilcompiler\8.0.7\framework\Microsoft.Win32.Registry.dll
-r:C:\Users\Superusername\.nuget\packages\runtime.win-x64.microsoft.dotnet.ilcompiler\8.0.7\framework\mscorlib.dll
-r:C:\Users\Superusername\.nuget\packages\runtime.win-x64.microsoft.dotnet.ilcompiler\8.0.7\framework\netstandard.dll
-r:C:\Users\Superusername\.nuget\packages\runtime.win-x64.microsoft.dotnet.ilcompiler\8.0.7\framework\System.AppContext.dll
-r:C:\Users\Superusername\.nuget\packages\runtime.win-x64.microsoft.dotnet.ilcompiler\8.0.7\framework\System.Buffers.dll
-r:C:\Users\Superusername\.nuget\packages\runtime.win-x64.microsoft.dotnet.ilcompiler\8.0.7\framework\System.Collections.Concurrent.dll
-r:C:\Users\Superusername\.nuget\packages\runtime.win-x64.microsoft.dotnet.ilcompiler\8.0.7\framework\System.Collections.dll
-r:C:\Users\Superusername\.nuget\packages\runtime.win-x64.microsoft.dotnet.ilcompiler\8.0.7\framework\System.Collections.Immutable.dll
-r:C:\Users\Superusername\.nuget\packages\runtime.win-x64.microsoft.dotnet.ilcompiler\8.0.7\framework\System.Collections.NonGeneric.dll
-r:C:\Users\Superusername\.nuget\packages\runtime.win-x64.microsoft.dotnet.ilcompiler\8.0.7\framework\System.Collections.Specialized.dll
-r:C:\Users\Superusername\.nuget\packages\runtime.win-x64.microsoft.dotnet.ilcompiler\8.0.7\framework\System.ComponentModel.Annotations.dll
-r:C:\Users\Superusername\.nuget\packages\runtime.win-x64.microsoft.dotnet.ilcompiler\8.0.7\framework\System.ComponentModel.DataAnnotations.dll
-r:C:\Users\Superusername\.nuget\packages\runtime.win-x64.microsoft.dotnet.ilcompiler\8.0.7\framework\System.ComponentModel.dll
-r:C:\Users\Superusername\.nuget\packages\runtime.win-x64.microsoft.dotnet.ilcompiler\8.0.7\framework\System.ComponentModel.EventBasedAsync.dll
-r:C:\Users\Superusername\.nuget\packages\runtime.win-x64.microsoft.dotnet.ilcompiler\8.0.7\framework\System.ComponentModel.Primitives.dll
-r:C:\Users\Superusername\.nuget\packages\runtime.win-x64.microsoft.dotnet.ilcompiler\8.0.7\framework\System.ComponentModel.TypeConverter.dll
-r:C:\Users\Superusername\.nuget\packages\runtime.win-x64.microsoft.dotnet.ilcompiler\8.0.7\framework\System.Configuration.dll
-r:C:\Users\Superusername\.nuget\packages\runtime.win-x64.microsoft.dotnet.ilcompiler\8.0.7\framework\System.Console.dll
-r:C:\Users\Superusername\.nuget\packages\runtime.win-x64.microsoft.dotnet.ilcompiler\8.0.7\framework\System.Core.dll
-r:C:\Users\Superusername\.nuget\packages\runtime.win-x64.microsoft.dotnet.ilcompiler\8.0.7\framework\System.Data.Common.dll
-r:C:\Users\Superusername\.nuget\packages\runtime.win-x64.microsoft.dotnet.ilcompiler\8.0.7\framework\System.Data.DataSetExtensions.dll
-r:C:\Users\Superusername\.nuget\packages\runtime.win-x64.microsoft.dotnet.ilcompiler\8.0.7\framework\System.Data.dll
-r:C:\Users\Superusername\.nuget\packages\runtime.win-x64.microsoft.dotnet.ilcompiler\8.0.7\framework\System.Diagnostics.Contracts.dll
-r:C:\Users\Superusername\.nuget\packages\runtime.win-x64.microsoft.dotnet.ilcompiler\8.0.7\framework\System.Diagnostics.Debug.dll
-r:C:\Users\Superusername\.nuget\packages\runtime.win-x64.microsoft.dotnet.ilcompiler\8.0.7\framework\System.Diagnostics.DiagnosticSource.dll
-r:C:\Users\Superusername\.nuget\packages\runtime.win-x64.microsoft.dotnet.ilcompiler\8.0.7\framework\System.Diagnostics.FileVersionInfo.dll
-r:C:\Users\Superusername\.nuget\packages\runtime.win-x64.microsoft.dotnet.ilcompiler\8.0.7\framework\System.Diagnostics.Process.dll
-r:C:\Users\Superusername\.nuget\packages\runtime.win-x64.microsoft.dotnet.ilcompiler\8.0.7\framework\System.Diagnostics.StackTrace.dll
-r:C:\Users\Superusername\.nuget\packages\runtime.win-x64.microsoft.dotnet.ilcompiler\8.0.7\framework\System.Diagnostics.TextWriterTraceListener.dll
-r:C:\Users\Superusername\.nuget\packages\runtime.win-x64.microsoft.dotnet.ilcompiler\8.0.7\framework\System.Diagnostics.Tools.dll
-r:C:\Users\Superusername\.nuget\packages\runtime.win-x64.microsoft.dotnet.ilcompiler\8.0.7\framework\System.Diagnostics.TraceSource.dll
-r:C:\Users\Superusername\.nuget\packages\runtime.win-x64.microsoft.dotnet.ilcompiler\8.0.7\framework\System.Diagnostics.Tracing.dll
-r:C:\Users\Superusername\.nuget\packages\runtime.win-x64.microsoft.dotnet.ilcompiler\8.0.7\framework\System.dll
-r:C:\Users\Superusername\.nuget\packages\runtime.win-x64.microsoft.dotnet.ilcompiler\8.0.7\framework\System.Drawing.dll
-r:C:\Users\Superusername\.nuget\packages\runtime.win-x64.microsoft.dotnet.ilcompiler\8.0.7\framework\System.Drawing.Primitives.dll
-r:C:\Users\Superusername\.nuget\packages\runtime.win-x64.microsoft.dotnet.ilcompiler\8.0.7\framework\System.Dynamic.Runtime.dll
-r:C:\Users\Superusername\.nuget\packages\runtime.win-x64.microsoft.dotnet.ilcompiler\8.0.7\framework\System.Formats.Asn1.dll
-r:C:\Users\Superusername\.nuget\packages\runtime.win-x64.microsoft.dotnet.ilcompiler\8.0.7\framework\System.Formats.Tar.dll
-r:C:\Users\Superusername\.nuget\packages\runtime.win-x64.microsoft.dotnet.ilcompiler\8.0.7\framework\System.Globalization.Calendars.dll
-r:C:\Users\Superusername\.nuget\packages\runtime.win-x64.microsoft.dotnet.ilcompiler\8.0.7\framework\System.Globalization.dll
-r:C:\Users\Superusername\.nuget\packages\runtime.win-x64.microsoft.dotnet.ilcompiler\8.0.7\framework\System.Globalization.Extensions.dll
-r:C:\Users\Superusername\.nuget\packages\runtime.win-x64.microsoft.dotnet.ilcompiler\8.0.7\framework\System.IO.Compression.Brotli.dll
-r:C:\Users\Superusername\.nuget\packages\runtime.win-x64.microsoft.dotnet.ilcompiler\8.0.7\framework\System.IO.Compression.dll
-r:C:\Users\Superusername\.nuget\packages\runtime.win-x64.microsoft.dotnet.ilcompiler\8.0.7\framework\System.IO.Compression.FileSystem.dll
-r:C:\Users\Superusername\.nuget\packages\runtime.win-x64.microsoft.dotnet.ilcompiler\8.0.7\framework\System.IO.Compression.ZipFile.dll
-r:C:\Users\Superusername\.nuget\packages\runtime.win-x64.microsoft.dotnet.ilcompiler\8.0.7\framework\System.IO.dll
-r:C:\Users\Superusername\.nuget\packages\runtime.win-x64.microsoft.dotnet.ilcompiler\8.0.7\framework\System.IO.FileSystem.AccessControl.dll
-r:C:\Users\Superusername\.nuget\packages\runtime.win-x64.microsoft.dotnet.ilcompiler\8.0.7\framework\System.IO.FileSystem.dll
-r:C:\Users\Superusername\.nuget\packages\runtime.win-x64.microsoft.dotnet.ilcompiler\8.0.7\framework\System.IO.FileSystem.DriveInfo.dll
-r:C:\Users\Superusername\.nuget\packages\runtime.win-x64.microsoft.dotnet.ilcompiler\8.0.7\framework\System.IO.FileSystem.Primitives.dll
-r:C:\Users\Superusername\.nuget\packages\runtime.win-x64.microsoft.dotnet.ilcompiler\8.0.7\framework\System.IO.FileSystem.Watcher.dll
-r:C:\Users\Superusername\.nuget\packages\runtime.win-x64.microsoft.dotnet.ilcompiler\8.0.7\framework\System.IO.IsolatedStorage.dll
-r:C:\Users\Superusername\.nuget\packages\runtime.win-x64.microsoft.dotnet.ilcompiler\8.0.7\framework\System.IO.MemoryMappedFiles.dll
-r:C:\Users\Superusername\.nuget\packages\runtime.win-x64.microsoft.dotnet.ilcompiler\8.0.7\framework\System.IO.Pipes.AccessControl.dll
-r:C:\Users\Superusername\.nuget\packages\runtime.win-x64.microsoft.dotnet.ilcompiler\8.0.7\framework\System.IO.Pipes.dll
-r:C:\Users\Superusername\.nuget\packages\runtime.win-x64.microsoft.dotnet.ilcompiler\8.0.7\framework\System.IO.UnmanagedMemoryStream.dll
-r:C:\Users\Superusername\.nuget\packages\runtime.win-x64.microsoft.dotnet.ilcompiler\8.0.7\framework\System.Linq.dll
-r:C:\Users\Superusername\.nuget\packages\runtime.win-x64.microsoft.dotnet.ilcompiler\8.0.7\framework\System.Linq.Expressions.dll
-r:C:\Users\Superusername\.nuget\packages\runtime.win-x64.microsoft.dotnet.ilcompiler\8.0.7\framework\System.Linq.Parallel.dll
-r:C:\Users\Superusername\.nuget\packages\runtime.win-x64.microsoft.dotnet.ilcompiler\8.0.7\framework\System.Linq.Queryable.dll
-r:C:\Users\Superusername\.nuget\packages\runtime.win-x64.microsoft.dotnet.ilcompiler\8.0.7\framework\System.Memory.dll
-r:C:\Users\Superusername\.nuget\packages\runtime.win-x64.microsoft.dotnet.ilcompiler\8.0.7\framework\System.Net.dll
-r:C:\Users\Superusername\.nuget\packages\runtime.win-x64.microsoft.dotnet.ilcompiler\8.0.7\framework\System.Net.Http.dll
-r:C:\Users\Superusername\.nuget\packages\runtime.win-x64.microsoft.dotnet.ilcompiler\8.0.7\framework\System.Net.Http.Json.dll
-r:C:\Users\Superusername\.nuget\packages\runtime.win-x64.microsoft.dotnet.ilcompiler\8.0.7\framework\System.Net.HttpListener.dll
-r:C:\Users\Superusername\.nuget\packages\runtime.win-x64.microsoft.dotnet.ilcompiler\8.0.7\framework\System.Net.Mail.dll
-r:C:\Users\Superusername\.nuget\packages\runtime.win-x64.microsoft.dotnet.ilcompiler\8.0.7\framework\System.Net.NameResolution.dll
-r:C:\Users\Superusername\.nuget\packages\runtime.win-x64.microsoft.dotnet.ilcompiler\8.0.7\framework\System.Net.NetworkInformation.dll
-r:C:\Users\Superusername\.nuget\packages\runtime.win-x64.microsoft.dotnet.ilcompiler\8.0.7\framework\System.Net.Ping.dll
-r:C:\Users\Superusername\.nuget\packages\runtime.win-x64.microsoft.dotnet.ilcompiler\8.0.7\framework\System.Net.Primitives.dll
-r:C:\Users\Superusername\.nuget\packages\runtime.win-x64.microsoft.dotnet.ilcompiler\8.0.7\framework\System.Net.Quic.dll
-r:C:\Users\Superusername\.nuget\packages\runtime.win-x64.microsoft.dotnet.ilcompiler\8.0.7\framework\System.Net.Requests.dll
-r:C:\Users\Superusername\.nuget\packages\runtime.win-x64.microsoft.dotnet.ilcompiler\8.0.7\framework\System.Net.Security.dll
-r:C:\Users\Superusername\.nuget\packages\runtime.win-x64.microsoft.dotnet.ilcompiler\8.0.7\framework\System.Net.ServicePoint.dll
-r:C:\Users\Superusername\.nuget\packages\runtime.win-x64.microsoft.dotnet.ilcompiler\8.0.7\framework\System.Net.Sockets.dll
-r:C:\Users\Superusername\.nuget\packages\runtime.win-x64.microsoft.dotnet.ilcompiler\8.0.7\framework\System.Net.WebClient.dll
-r:C:\Users\Superusername\.nuget\packages\runtime.win-x64.microsoft.dotnet.ilcompiler\8.0.7\framework\System.Net.WebHeaderCollection.dll
-r:C:\Users\Superusername\.nuget\packages\runtime.win-x64.microsoft.dotnet.ilcompiler\8.0.7\framework\System.Net.WebProxy.dll
-r:C:\Users\Superusername\.nuget\packages\runtime.win-x64.microsoft.dotnet.ilcompiler\8.0.7\framework\System.Net.WebSockets.Client.dll
-r:C:\Users\Superusername\.nuget\packages\runtime.win-x64.microsoft.dotnet.ilcompiler\8.0.7\framework\System.Net.WebSockets.dll
-r:C:\Users\Superusername\.nuget\packages\runtime.win-x64.microsoft.dotnet.ilcompiler\8.0.7\framework\System.Numerics.dll
-r:C:\Users\Superusername\.nuget\packages\runtime.win-x64.microsoft.dotnet.ilcompiler\8.0.7\framework\System.Numerics.Vectors.dll
-r:C:\Users\Superusername\.nuget\packages\runtime.win-x64.microsoft.dotnet.ilcompiler\8.0.7\framework\System.ObjectModel.dll
-r:C:\Users\Superusername\.nuget\packages\runtime.win-x64.microsoft.dotnet.ilcompiler\8.0.7\framework\System.Private.DataContractSerialization.dll
-r:C:\Users\Superusername\.nuget\packages\runtime.win-x64.microsoft.dotnet.ilcompiler\8.0.7\framework\System.Private.Uri.dll
-r:C:\Users\Superusername\.nuget\packages\runtime.win-x64.microsoft.dotnet.ilcompiler\8.0.7\framework\System.Private.Xml.dll
-r:C:\Users\Superusername\.nuget\packages\runtime.win-x64.microsoft.dotnet.ilcompiler\8.0.7\framework\System.Private.Xml.Linq.dll
-r:C:\Users\Superusername\.nuget\packages\runtime.win-x64.microsoft.dotnet.ilcompiler\8.0.7\framework\System.Reflection.DispatchProxy.dll
-r:C:\Users\Superusername\.nuget\packages\runtime.win-x64.microsoft.dotnet.ilcompiler\8.0.7\framework\System.Reflection.dll
-r:C:\Users\Superusername\.nuget\packages\runtime.win-x64.microsoft.dotnet.ilcompiler\8.0.7\framework\System.Reflection.Emit.dll
-r:C:\Users\Superusername\.nuget\packages\runtime.win-x64.microsoft.dotnet.ilcompiler\8.0.7\framework\System.Reflection.Emit.ILGeneration.dll
-r:C:\Users\Superusername\.nuget\packages\runtime.win-x64.microsoft.dotnet.ilcompiler\8.0.7\framework\System.Reflection.Emit.Lightweight.dll
-r:C:\Users\Superusername\.nuget\packages\runtime.win-x64.microsoft.dotnet.ilcompiler\8.0.7\framework\System.Reflection.Extensions.dll
-r:C:\Users\Superusername\.nuget\packages\runtime.win-x64.microsoft.dotnet.ilcompiler\8.0.7\framework\System.Reflection.Metadata.dll
-r:C:\Users\Superusername\.nuget\packages\runtime.win-x64.microsoft.dotnet.ilcompiler\8.0.7\framework\System.Reflection.Primitives.dll
-r:C:\Users\Superusername\.nuget\packages\runtime.win-x64.microsoft.dotnet.ilcompiler\8.0.7\framework\System.Reflection.TypeExtensions.dll
-r:C:\Users\Superusername\.nuget\packages\runtime.win-x64.microsoft.dotnet.ilcompiler\8.0.7\framework\System.Resources.Reader.dll
-r:C:\Users\Superusername\.nuget\packages\runtime.win-x64.microsoft.dotnet.ilcompiler\8.0.7\framework\System.Resources.ResourceManager.dll
-r:C:\Users\Superusername\.nuget\packages\runtime.win-x64.microsoft.dotnet.ilcompiler\8.0.7\framework\System.Resources.Writer.dll
-r:C:\Users\Superusername\.nuget\packages\runtime.win-x64.microsoft.dotnet.ilcompiler\8.0.7\framework\System.Runtime.CompilerServices.Unsafe.dll
-r:C:\Users\Superusername\.nuget\packages\runtime.win-x64.microsoft.dotnet.ilcompiler\8.0.7\framework\System.Runtime.CompilerServices.VisualC.dll
-r:C:\Users\Superusername\.nuget\packages\runtime.win-x64.microsoft.dotnet.ilcompiler\8.0.7\framework\System.Runtime.dll
-r:C:\Users\Superusername\.nuget\packages\runtime.win-x64.microsoft.dotnet.ilcompiler\8.0.7\framework\System.Runtime.Extensions.dll
-r:C:\Users\Superusername\.nuget\packages\runtime.win-x64.microsoft.dotnet.ilcompiler\8.0.7\framework\System.Runtime.Handles.dll
-r:C:\Users\Superusername\.nuget\packages\runtime.win-x64.microsoft.dotnet.ilcompiler\8.0.7\framework\System.Runtime.InteropServices.dll
-r:C:\Users\Superusername\.nuget\packages\runtime.win-x64.microsoft.dotnet.ilcompiler\8.0.7\framework\System.Runtime.InteropServices.JavaScript.dll
-r:C:\Users\Superusername\.nuget\packages\runtime.win-x64.microsoft.dotnet.ilcompiler\8.0.7\framework\System.Runtime.InteropServices.RuntimeInformation.dll
-r:C:\Users\Superusername\.nuget\packages\runtime.win-x64.microsoft.dotnet.ilcompiler\8.0.7\framework\System.Runtime.Intrinsics.dll
-r:C:\Users\Superusername\.nuget\packages\runtime.win-x64.microsoft.dotnet.ilcompiler\8.0.7\framework\System.Runtime.Loader.dll
-r:C:\Users\Superusername\.nuget\packages\runtime.win-x64.microsoft.dotnet.ilcompiler\8.0.7\framework\System.Runtime.Numerics.dll
-r:C:\Users\Superusername\.nuget\packages\runtime.win-x64.microsoft.dotnet.ilcompiler\8.0.7\framework\System.Runtime.Serialization.dll
-r:C:\Users\Superusername\.nuget\packages\runtime.win-x64.microsoft.dotnet.ilcompiler\8.0.7\framework\System.Runtime.Serialization.Formatters.dll
-r:C:\Users\Superusername\.nuget\packages\runtime.win-x64.microsoft.dotnet.ilcompiler\8.0.7\framework\System.Runtime.Serialization.Json.dll
-r:C:\Users\Superusername\.nuget\packages\runtime.win-x64.microsoft.dotnet.ilcompiler\8.0.7\framework\System.Runtime.Serialization.Primitives.dll
-r:C:\Users\Superusername\.nuget\packages\runtime.win-x64.microsoft.dotnet.ilcompiler\8.0.7\framework\System.Runtime.Serialization.Xml.dll
-r:C:\Users\Superusername\.nuget\packages\runtime.win-x64.microsoft.dotnet.ilcompiler\8.0.7\framework\System.Security.AccessControl.dll
-r:C:\Users\Superusername\.nuget\packages\runtime.win-x64.microsoft.dotnet.ilcompiler\8.0.7\framework\System.Security.Claims.dll
-r:C:\Users\Superusername\.nuget\packages\runtime.win-x64.microsoft.dotnet.ilcompiler\8.0.7\framework\System.Security.Cryptography.Algorithms.dll
-r:C:\Users\Superusername\.nuget\packages\runtime.win-x64.microsoft.dotnet.ilcompiler\8.0.7\framework\System.Security.Cryptography.Cng.dll
-r:C:\Users\Superusername\.nuget\packages\runtime.win-x64.microsoft.dotnet.ilcompiler\8.0.7\framework\System.Security.Cryptography.Csp.dll
-r:C:\Users\Superusername\.nuget\packages\runtime.win-x64.microsoft.dotnet.ilcompiler\8.0.7\framework\System.Security.Cryptography.dll
-r:C:\Users\Superusername\.nuget\packages\runtime.win-x64.microsoft.dotnet.ilcompiler\8.0.7\framework\System.Security.Cryptography.Encoding.dll
-r:C:\Users\Superusername\.nuget\packages\runtime.win-x64.microsoft.dotnet.ilcompiler\8.0.7\framework\System.Security.Cryptography.OpenSsl.dll
-r:C:\Users\Superusername\.nuget\packages\runtime.win-x64.microsoft.dotnet.ilcompiler\8.0.7\framework\System.Security.Cryptography.Primitives.dll
-r:C:\Users\Superusername\.nuget\packages\runtime.win-x64.microsoft.dotnet.ilcompiler\8.0.7\framework\System.Security.Cryptography.X509Certificates.dll
-r:C:\Users\Superusername\.nuget\packages\runtime.win-x64.microsoft.dotnet.ilcompiler\8.0.7\framework\System.Security.dll
-r:C:\Users\Superusername\.nuget\packages\runtime.win-x64.microsoft.dotnet.ilcompiler\8.0.7\framework\System.Security.Principal.dll
-r:C:\Users\Superusername\.nuget\packages\runtime.win-x64.microsoft.dotnet.ilcompiler\8.0.7\framework\System.Security.Principal.Windows.dll
-r:C:\Users\Superusername\.nuget\packages\runtime.win-x64.microsoft.dotnet.ilcompiler\8.0.7\framework\System.Security.SecureString.dll
-r:C:\Users\Superusername\.nuget\packages\runtime.win-x64.microsoft.dotnet.ilcompiler\8.0.7\framework\System.ServiceModel.Web.dll
-r:C:\Users\Superusername\.nuget\packages\runtime.win-x64.microsoft.dotnet.ilcompiler\8.0.7\framework\System.ServiceProcess.dll
-r:C:\Users\Superusername\.nuget\packages\runtime.win-x64.microsoft.dotnet.ilcompiler\8.0.7\framework\System.Text.Encoding.CodePages.dll
-r:C:\Users\Superusername\.nuget\packages\runtime.win-x64.microsoft.dotnet.ilcompiler\8.0.7\framework\System.Text.Encoding.dll
-r:C:\Users\Superusername\.nuget\packages\runtime.win-x64.microsoft.dotnet.ilcompiler\8.0.7\framework\System.Text.Encoding.Extensions.dll
-r:C:\Users\Superusername\.nuget\packages\runtime.win-x64.microsoft.dotnet.ilcompiler\8.0.7\framework\System.Text.Encodings.Web.dll
-r:C:\Users\Superusername\.nuget\packages\runtime.win-x64.microsoft.dotnet.ilcompiler\8.0.7\framework\System.Text.Json.dll
-r:C:\Users\Superusername\.nuget\packages\runtime.win-x64.microsoft.dotnet.ilcompiler\8.0.7\framework\System.Text.RegularExpressions.dll
-r:C:\Users\Superusername\.nuget\packages\runtime.win-x64.microsoft.dotnet.ilcompiler\8.0.7\framework\System.Threading.Channels.dll
-r:C:\Users\Superusername\.nuget\packages\runtime.win-x64.microsoft.dotnet.ilcompiler\8.0.7\framework\System.Threading.dll
-r:C:\Users\Superusername\.nuget\packages\runtime.win-x64.microsoft.dotnet.ilcompiler\8.0.7\framework\System.Threading.Overlapped.dll
-r:C:\Users\Superusername\.nuget\packages\runtime.win-x64.microsoft.dotnet.ilcompiler\8.0.7\framework\System.Threading.Tasks.Dataflow.dll
-r:C:\Users\Superusername\.nuget\packages\runtime.win-x64.microsoft.dotnet.ilcompiler\8.0.7\framework\System.Threading.Tasks.dll
-r:C:\Users\Superusername\.nuget\packages\runtime.win-x64.microsoft.dotnet.ilcompiler\8.0.7\framework\System.Threading.Tasks.Extensions.dll
-r:C:\Users\Superusername\.nuget\packages\runtime.win-x64.microsoft.dotnet.ilcompiler\8.0.7\framework\System.Threading.Tasks.Parallel.dll
-r:C:\Users\Superusername\.nuget\packages\runtime.win-x64.microsoft.dotnet.ilcompiler\8.0.7\framework\System.Threading.Thread.dll
-r:C:\Users\Superusername\.nuget\packages\runtime.win-x64.microsoft.dotnet.ilcompiler\8.0.7\framework\System.Threading.ThreadPool.dll
-r:C:\Users\Superusername\.nuget\packages\runtime.win-x64.microsoft.dotnet.ilcompiler\8.0.7\framework\System.Threading.Timer.dll
-r:C:\Users\Superusername\.nuget\packages\runtime.win-x64.microsoft.dotnet.ilcompiler\8.0.7\framework\System.Transactions.dll
-r:C:\Users\Superusername\.nuget\packages\runtime.win-x64.microsoft.dotnet.ilcompiler\8.0.7\framework\System.Transactions.Local.dll
-r:C:\Users\Superusername\.nuget\packages\runtime.win-x64.microsoft.dotnet.ilcompiler\8.0.7\framework\System.ValueTuple.dll
-r:C:\Users\Superusername\.nuget\packages\runtime.win-x64.microsoft.dotnet.ilcompiler\8.0.7\framework\System.Web.dll
-r:C:\Users\Superusername\.nuget\packages\runtime.win-x64.microsoft.dotnet.ilcompiler\8.0.7\framework\System.Web.HttpUtility.dll
-r:C:\Users\Superusername\.nuget\packages\runtime.win-x64.microsoft.dotnet.ilcompiler\8.0.7\framework\System.Windows.dll
-r:C:\Users\Superusername\.nuget\packages\runtime.win-x64.microsoft.dotnet.ilcompiler\8.0.7\framework\System.Xml.dll
-r:C:\Users\Superusername\.nuget\packages\runtime.win-x64.microsoft.dotnet.ilcompiler\8.0.7\framework\System.Xml.Linq.dll
-r:C:\Users\Superusername\.nuget\packages\runtime.win-x64.microsoft.dotnet.ilcompiler\8.0.7\framework\System.Xml.ReaderWriter.dll
-r:C:\Users\Superusername\.nuget\packages\runtime.win-x64.microsoft.dotnet.ilcompiler\8.0.7\framework\System.Xml.Serialization.dll
-r:C:\Users\Superusername\.nuget\packages\runtime.win-x64.microsoft.dotnet.ilcompiler\8.0.7\framework\System.Xml.XDocument.dll
-r:C:\Users\Superusername\.nuget\packages\runtime.win-x64.microsoft.dotnet.ilcompiler\8.0.7\framework\System.Xml.XmlDocument.dll
-r:C:\Users\Superusername\.nuget\packages\runtime.win-x64.microsoft.dotnet.ilcompiler\8.0.7\framework\System.Xml.XmlSerializer.dll
-r:C:\Users\Superusername\.nuget\packages\runtime.win-x64.microsoft.dotnet.ilcompiler\8.0.7\framework\System.Xml.XPath.dll
-r:C:\Users\Superusername\.nuget\packages\runtime.win-x64.microsoft.dotnet.ilcompiler\8.0.7\framework\System.Xml.XPath.XDocument.dll
-r:C:\Users\Superusername\.nuget\packages\runtime.win-x64.microsoft.dotnet.ilcompiler\8.0.7\framework\WindowsBase.dll
--satellite:C:\Users\Superusername\.nuget\packages\microsoft.windowsdesktop.app.runtime.win-x64\8.0.7\runtimes\win-x64\lib\net8.0\cs\Microsoft.VisualBasic.Forms.resources.dll
--satellite:C:\Users\Superusername\.nuget\packages\microsoft.windowsdesktop.app.runtime.win-x64\8.0.7\runtimes\win-x64\lib\net8.0\cs\PresentationCore.resources.dll
--satellite:C:\Users\Superusername\.nuget\packages\microsoft.windowsdesktop.app.runtime.win-x64\8.0.7\runtimes\win-x64\lib\net8.0\cs\PresentationFramework.resources.dll
--satellite:C:\Users\Superusername\.nuget\packages\microsoft.windowsdesktop.app.runtime.win-x64\8.0.7\runtimes\win-x64\lib\net8.0\cs\PresentationUI.resources.dll
--satellite:C:\Users\Superusername\.nuget\packages\microsoft.windowsdesktop.app.runtime.win-x64\8.0.7\runtimes\win-x64\lib\net8.0\cs\ReachFramework.resources.dll
--satellite:C:\Users\Superusername\.nuget\packages\microsoft.windowsdesktop.app.runtime.win-x64\8.0.7\runtimes\win-x64\lib\net8.0\cs\System.Windows.Controls.Ribbon.resources.dll
--satellite:C:\Users\Superusername\.nuget\packages\microsoft.windowsdesktop.app.runtime.win-x64\8.0.7\runtimes\win-x64\lib\net8.0\cs\System.Windows.Forms.Design.resources.dll
--satellite:C:\Users\Superusername\.nuget\packages\microsoft.windowsdesktop.app.runtime.win-x64\8.0.7\runtimes\win-x64\lib\net8.0\cs\System.Windows.Forms.Primitives.resources.dll
--satellite:C:\Users\Superusername\.nuget\packages\microsoft.windowsdesktop.app.runtime.win-x64\8.0.7\runtimes\win-x64\lib\net8.0\cs\System.Windows.Forms.resources.dll
--satellite:C:\Users\Superusername\.nuget\packages\microsoft.windowsdesktop.app.runtime.win-x64\8.0.7\runtimes\win-x64\lib\net8.0\cs\System.Windows.Input.Manipulations.resources.dll
--satellite:C:\Users\Superusername\.nuget\packages\microsoft.windowsdesktop.app.runtime.win-x64\8.0.7\runtimes\win-x64\lib\net8.0\cs\System.Xaml.resources.dll
--satellite:C:\Users\Superusername\.nuget\packages\microsoft.windowsdesktop.app.runtime.win-x64\8.0.7\runtimes\win-x64\lib\net8.0\cs\UIAutomationClient.resources.dll
--satellite:C:\Users\Superusername\.nuget\packages\microsoft.windowsdesktop.app.runtime.win-x64\8.0.7\runtimes\win-x64\lib\net8.0\cs\UIAutomationClientSideProviders.resources.dll
--satellite:C:\Users\Superusername\.nuget\packages\microsoft.windowsdesktop.app.runtime.win-x64\8.0.7\runtimes\win-x64\lib\net8.0\cs\UIAutomationProvider.resources.dll
--satellite:C:\Users\Superusername\.nuget\packages\microsoft.windowsdesktop.app.runtime.win-x64\8.0.7\runtimes\win-x64\lib\net8.0\cs\UIAutomationTypes.resources.dll
--satellite:C:\Users\Superusername\.nuget\packages\microsoft.windowsdesktop.app.runtime.win-x64\8.0.7\runtimes\win-x64\lib\net8.0\cs\WindowsBase.resources.dll
--satellite:C:\Users\Superusername\.nuget\packages\microsoft.windowsdesktop.app.runtime.win-x64\8.0.7\runtimes\win-x64\lib\net8.0\cs\WindowsFormsIntegration.resources.dll
--satellite:C:\Users\Superusername\.nuget\packages\microsoft.windowsdesktop.app.runtime.win-x64\8.0.7\runtimes\win-x64\lib\net8.0\de\Microsoft.VisualBasic.Forms.resources.dll
--satellite:C:\Users\Superusername\.nuget\packages\microsoft.windowsdesktop.app.runtime.win-x64\8.0.7\runtimes\win-x64\lib\net8.0\de\PresentationCore.resources.dll
--satellite:C:\Users\Superusername\.nuget\packages\microsoft.windowsdesktop.app.runtime.win-x64\8.0.7\runtimes\win-x64\lib\net8.0\de\PresentationFramework.resources.dll
--satellite:C:\Users\Superusername\.nuget\packages\microsoft.windowsdesktop.app.runtime.win-x64\8.0.7\runtimes\win-x64\lib\net8.0\de\PresentationUI.resources.dll
--satellite:C:\Users\Superusername\.nuget\packages\microsoft.windowsdesktop.app.runtime.win-x64\8.0.7\runtimes\win-x64\lib\net8.0\de\ReachFramework.resources.dll
--satellite:C:\Users\Superusername\.nuget\packages\microsoft.windowsdesktop.app.runtime.win-x64\8.0.7\runtimes\win-x64\lib\net8.0\de\System.Windows.Controls.Ribbon.resources.dll
--satellite:C:\Users\Superusername\.nuget\packages\microsoft.windowsdesktop.app.runtime.win-x64\8.0.7\runtimes\win-x64\lib\net8.0\de\System.Windows.Forms.Design.resources.dll
--satellite:C:\Users\Superusername\.nuget\packages\microsoft.windowsdesktop.app.runtime.win-x64\8.0.7\runtimes\win-x64\lib\net8.0\de\System.Windows.Forms.Primitives.resources.dll
--satellite:C:\Users\Superusername\.nuget\packages\microsoft.windowsdesktop.app.runtime.win-x64\8.0.7\runtimes\win-x64\lib\net8.0\de\System.Windows.Forms.resources.dll
--satellite:C:\Users\Superusername\.nuget\packages\microsoft.windowsdesktop.app.runtime.win-x64\8.0.7\runtimes\win-x64\lib\net8.0\de\System.Windows.Input.Manipulations.resources.dll
--satellite:C:\Users\Superusername\.nuget\packages\microsoft.windowsdesktop.app.runtime.win-x64\8.0.7\runtimes\win-x64\lib\net8.0\de\System.Xaml.resources.dll
--satellite:C:\Users\Superusername\.nuget\packages\microsoft.windowsdesktop.app.runtime.win-x64\8.0.7\runtimes\win-x64\lib\net8.0\de\UIAutomationClient.resources.dll
--satellite:C:\Users\Superusername\.nuget\packages\microsoft.windowsdesktop.app.runtime.win-x64\8.0.7\runtimes\win-x64\lib\net8.0\de\UIAutomationClientSideProviders.resources.dll
--satellite:C:\Users\Superusername\.nuget\packages\microsoft.windowsdesktop.app.runtime.win-x64\8.0.7\runtimes\win-x64\lib\net8.0\de\UIAutomationProvider.resources.dll
--satellite:C:\Users\Superusername\.nuget\packages\microsoft.windowsdesktop.app.runtime.win-x64\8.0.7\runtimes\win-x64\lib\net8.0\de\UIAutomationTypes.resources.dll
--satellite:C:\Users\Superusername\.nuget\packages\microsoft.windowsdesktop.app.runtime.win-x64\8.0.7\runtimes\win-x64\lib\net8.0\de\WindowsBase.resources.dll
--satellite:C:\Users\Superusername\.nuget\packages\microsoft.windowsdesktop.app.runtime.win-x64\8.0.7\runtimes\win-x64\lib\net8.0\de\WindowsFormsIntegration.resources.dll
--satellite:C:\Users\Superusername\.nuget\packages\microsoft.windowsdesktop.app.runtime.win-x64\8.0.7\runtimes\win-x64\lib\net8.0\es\Microsoft.VisualBasic.Forms.resources.dll
--satellite:C:\Users\Superusername\.nuget\packages\microsoft.windowsdesktop.app.runtime.win-x64\8.0.7\runtimes\win-x64\lib\net8.0\es\PresentationCore.resources.dll
--satellite:C:\Users\Superusername\.nuget\packages\microsoft.windowsdesktop.app.runtime.win-x64\8.0.7\runtimes\win-x64\lib\net8.0\es\PresentationFramework.resources.dll
--satellite:C:\Users\Superusername\.nuget\packages\microsoft.windowsdesktop.app.runtime.win-x64\8.0.7\runtimes\win-x64\lib\net8.0\es\PresentationUI.resources.dll
--satellite:C:\Users\Superusername\.nuget\packages\microsoft.windowsdesktop.app.runtime.win-x64\8.0.7\runtimes\win-x64\lib\net8.0\es\ReachFramework.resources.dll
--satellite:C:\Users\Superusername\.nuget\packages\microsoft.windowsdesktop.app.runtime.win-x64\8.0.7\runtimes\win-x64\lib\net8.0\es\System.Windows.Controls.Ribbon.resources.dll
--satellite:C:\Users\Superusername\.nuget\packages\microsoft.windowsdesktop.app.runtime.win-x64\8.0.7\runtimes\win-x64\lib\net8.0\es\System.Windows.Forms.Design.resources.dll
--satellite:C:\Users\Superusername\.nuget\packages\microsoft.windowsdesktop.app.runtime.win-x64\8.0.7\runtimes\win-x64\lib\net8.0\es\System.Windows.Forms.Primitives.resources.dll
--satellite:C:\Users\Superusername\.nuget\packages\microsoft.windowsdesktop.app.runtime.win-x64\8.0.7\runtimes\win-x64\lib\net8.0\es\System.Windows.Forms.resources.dll
--satellite:C:\Users\Superusername\.nuget\packages\microsoft.windowsdesktop.app.runtime.win-x64\8.0.7\runtimes\win-x64\lib\net8.0\es\System.Windows.Input.Manipulations.resources.dll
--satellite:C:\Users\Superusername\.nuget\packages\microsoft.windowsdesktop.app.runtime.win-x64\8.0.7\runtimes\win-x64\lib\net8.0\es\System.Xaml.resources.dll
--satellite:C:\Users\Superusername\.nuget\packages\microsoft.windowsdesktop.app.runtime.win-x64\8.0.7\runtimes\win-x64\lib\net8.0\es\UIAutomationClient.resources.dll
--satellite:C:\Users\Superusername\.nuget\packages\microsoft.windowsdesktop.app.runtime.win-x64\8.0.7\runtimes\win-x64\lib\net8.0\es\UIAutomationClientSideProviders.resources.dll
--satellite:C:\Users\Superusername\.nuget\packages\microsoft.windowsdesktop.app.runtime.win-x64\8.0.7\runtimes\win-x64\lib\net8.0\es\UIAutomationProvider.resources.dll
--satellite:C:\Users\Superusername\.nuget\packages\microsoft.windowsdesktop.app.runtime.win-x64\8.0.7\runtimes\win-x64\lib\net8.0\es\UIAutomationTypes.resources.dll
--satellite:C:\Users\Superusername\.nuget\packages\microsoft.windowsdesktop.app.runtime.win-x64\8.0.7\runtimes\win-x64\lib\net8.0\es\WindowsBase.resources.dll
--satellite:C:\Users\Superusername\.nuget\packages\microsoft.windowsdesktop.app.runtime.win-x64\8.0.7\runtimes\win-x64\lib\net8.0\es\WindowsFormsIntegration.resources.dll
--satellite:C:\Users\Superusername\.nuget\packages\microsoft.windowsdesktop.app.runtime.win-x64\8.0.7\runtimes\win-x64\lib\net8.0\fr\Microsoft.VisualBasic.Forms.resources.dll
--satellite:C:\Users\Superusername\.nuget\packages\microsoft.windowsdesktop.app.runtime.win-x64\8.0.7\runtimes\win-x64\lib\net8.0\fr\PresentationCore.resources.dll
--satellite:C:\Users\Superusername\.nuget\packages\microsoft.windowsdesktop.app.runtime.win-x64\8.0.7\runtimes\win-x64\lib\net8.0\fr\PresentationFramework.resources.dll
--satellite:C:\Users\Superusername\.nuget\packages\microsoft.windowsdesktop.app.runtime.win-x64\8.0.7\runtimes\win-x64\lib\net8.0\fr\PresentationUI.resources.dll
--satellite:C:\Users\Superusername\.nuget\packages\microsoft.windowsdesktop.app.runtime.win-x64\8.0.7\runtimes\win-x64\lib\net8.0\fr\ReachFramework.resources.dll
--satellite:C:\Users\Superusername\.nuget\packages\microsoft.windowsdesktop.app.runtime.win-x64\8.0.7\runtimes\win-x64\lib\net8.0\fr\System.Windows.Controls.Ribbon.resources.dll
--satellite:C:\Users\Superusername\.nuget\packages\microsoft.windowsdesktop.app.runtime.win-x64\8.0.7\runtimes\win-x64\lib\net8.0\fr\System.Windows.Forms.Design.resources.dll
--satellite:C:\Users\Superusername\.nuget\packages\microsoft.windowsdesktop.app.runtime.win-x64\8.0.7\runtimes\win-x64\lib\net8.0\fr\System.Windows.Forms.Primitives.resources.dll
--satellite:C:\Users\Superusername\.nuget\packages\microsoft.windowsdesktop.app.runtime.win-x64\8.0.7\runtimes\win-x64\lib\net8.0\fr\System.Windows.Forms.resources.dll
--satellite:C:\Users\Superusername\.nuget\packages\microsoft.windowsdesktop.app.runtime.win-x64\8.0.7\runtimes\win-x64\lib\net8.0\fr\System.Windows.Input.Manipulations.resources.dll
--satellite:C:\Users\Superusername\.nuget\packages\microsoft.windowsdesktop.app.runtime.win-x64\8.0.7\runtimes\win-x64\lib\net8.0\fr\System.Xaml.resources.dll
--satellite:C:\Users\Superusername\.nuget\packages\microsoft.windowsdesktop.app.runtime.win-x64\8.0.7\runtimes\win-x64\lib\net8.0\fr\UIAutomationClient.resources.dll
--satellite:C:\Users\Superusername\.nuget\packages\microsoft.windowsdesktop.app.runtime.win-x64\8.0.7\runtimes\win-x64\lib\net8.0\fr\UIAutomationClientSideProviders.resources.dll
--satellite:C:\Users\Superusername\.nuget\packages\microsoft.windowsdesktop.app.runtime.win-x64\8.0.7\runtimes\win-x64\lib\net8.0\fr\UIAutomationProvider.resources.dll
--satellite:C:\Users\Superusername\.nuget\packages\microsoft.windowsdesktop.app.runtime.win-x64\8.0.7\runtimes\win-x64\lib\net8.0\fr\UIAutomationTypes.resources.dll
--satellite:C:\Users\Superusername\.nuget\packages\microsoft.windowsdesktop.app.runtime.win-x64\8.0.7\runtimes\win-x64\lib\net8.0\fr\WindowsBase.resources.dll
--satellite:C:\Users\Superusername\.nuget\packages\microsoft.windowsdesktop.app.runtime.win-x64\8.0.7\runtimes\win-x64\lib\net8.0\fr\WindowsFormsIntegration.resources.dll
--satellite:C:\Users\Superusername\.nuget\packages\microsoft.windowsdesktop.app.runtime.win-x64\8.0.7\runtimes\win-x64\lib\net8.0\it\Microsoft.VisualBasic.Forms.resources.dll
--satellite:C:\Users\Superusername\.nuget\packages\microsoft.windowsdesktop.app.runtime.win-x64\8.0.7\runtimes\win-x64\lib\net8.0\it\PresentationCore.resources.dll
--satellite:C:\Users\Superusername\.nuget\packages\microsoft.windowsdesktop.app.runtime.win-x64\8.0.7\runtimes\win-x64\lib\net8.0\it\PresentationFramework.resources.dll
--satellite:C:\Users\Superusername\.nuget\packages\microsoft.windowsdesktop.app.runtime.win-x64\8.0.7\runtimes\win-x64\lib\net8.0\it\PresentationUI.resources.dll
--satellite:C:\Users\Superusername\.nuget\packages\microsoft.windowsdesktop.app.runtime.win-x64\8.0.7\runtimes\win-x64\lib\net8.0\it\ReachFramework.resources.dll
--satellite:C:\Users\Superusername\.nuget\packages\microsoft.windowsdesktop.app.runtime.win-x64\8.0.7\runtimes\win-x64\lib\net8.0\it\System.Windows.Controls.Ribbon.resources.dll
--satellite:C:\Users\Superusername\.nuget\packages\microsoft.windowsdesktop.app.runtime.win-x64\8.0.7\runtimes\win-x64\lib\net8.0\it\System.Windows.Forms.Design.resources.dll
--satellite:C:\Users\Superusername\.nuget\packages\microsoft.windowsdesktop.app.runtime.win-x64\8.0.7\runtimes\win-x64\lib\net8.0\it\System.Windows.Forms.Primitives.resources.dll
--satellite:C:\Users\Superusername\.nuget\packages\microsoft.windowsdesktop.app.runtime.win-x64\8.0.7\runtimes\win-x64\lib\net8.0\it\System.Windows.Forms.resources.dll
--satellite:C:\Users\Superusername\.nuget\packages\microsoft.windowsdesktop.app.runtime.win-x64\8.0.7\runtimes\win-x64\lib\net8.0\it\System.Windows.Input.Manipulations.resources.dll
--satellite:C:\Users\Superusername\.nuget\packages\microsoft.windowsdesktop.app.runtime.win-x64\8.0.7\runtimes\win-x64\lib\net8.0\it\System.Xaml.resources.dll
--satellite:C:\Users\Superusername\.nuget\packages\microsoft.windowsdesktop.app.runtime.win-x64\8.0.7\runtimes\win-x64\lib\net8.0\it\UIAutomationClient.resources.dll
--satellite:C:\Users\Superusername\.nuget\packages\microsoft.windowsdesktop.app.runtime.win-x64\8.0.7\runtimes\win-x64\lib\net8.0\it\UIAutomationClientSideProviders.resources.dll
--satellite:C:\Users\Superusername\.nuget\packages\microsoft.windowsdesktop.app.runtime.win-x64\8.0.7\runtimes\win-x64\lib\net8.0\it\UIAutomationProvider.resources.dll
--satellite:C:\Users\Superusername\.nuget\packages\microsoft.windowsdesktop.app.runtime.win-x64\8.0.7\runtimes\win-x64\lib\net8.0\it\UIAutomationTypes.resources.dll
--satellite:C:\Users\Superusername\.nuget\packages\microsoft.windowsdesktop.app.runtime.win-x64\8.0.7\runtimes\win-x64\lib\net8.0\it\WindowsBase.resources.dll
--satellite:C:\Users\Superusername\.nuget\packages\microsoft.windowsdesktop.app.runtime.win-x64\8.0.7\runtimes\win-x64\lib\net8.0\it\WindowsFormsIntegration.resources.dll
--satellite:C:\Users\Superusername\.nuget\packages\microsoft.windowsdesktop.app.runtime.win-x64\8.0.7\runtimes\win-x64\lib\net8.0\ja\Microsoft.VisualBasic.Forms.resources.dll
--satellite:C:\Users\Superusername\.nuget\packages\microsoft.windowsdesktop.app.runtime.win-x64\8.0.7\runtimes\win-x64\lib\net8.0\ja\PresentationCore.resources.dll
--satellite:C:\Users\Superusername\.nuget\packages\microsoft.windowsdesktop.app.runtime.win-x64\8.0.7\runtimes\win-x64\lib\net8.0\ja\PresentationFramework.resources.dll
--satellite:C:\Users\Superusername\.nuget\packages\microsoft.windowsdesktop.app.runtime.win-x64\8.0.7\runtimes\win-x64\lib\net8.0\ja\PresentationUI.resources.dll
--satellite:C:\Users\Superusername\.nuget\packages\microsoft.windowsdesktop.app.runtime.win-x64\8.0.7\runtimes\win-x64\lib\net8.0\ja\ReachFramework.resources.dll
--satellite:C:\Users\Superusername\.nuget\packages\microsoft.windowsdesktop.app.runtime.win-x64\8.0.7\runtimes\win-x64\lib\net8.0\ja\System.Windows.Controls.Ribbon.resources.dll
--satellite:C:\Users\Superusername\.nuget\packages\microsoft.windowsdesktop.app.runtime.win-x64\8.0.7\runtimes\win-x64\lib\net8.0\ja\System.Windows.Forms.Design.resources.dll
--satellite:C:\Users\Superusername\.nuget\packages\microsoft.windowsdesktop.app.runtime.win-x64\8.0.7\runtimes\win-x64\lib\net8.0\ja\System.Windows.Forms.Primitives.resources.dll
--satellite:C:\Users\Superusername\.nuget\packages\microsoft.windowsdesktop.app.runtime.win-x64\8.0.7\runtimes\win-x64\lib\net8.0\ja\System.Windows.Forms.resources.dll
--satellite:C:\Users\Superusername\.nuget\packages\microsoft.windowsdesktop.app.runtime.win-x64\8.0.7\runtimes\win-x64\lib\net8.0\ja\System.Windows.Input.Manipulations.resources.dll
--satellite:C:\Users\Superusername\.nuget\packages\microsoft.windowsdesktop.app.runtime.win-x64\8.0.7\runtimes\win-x64\lib\net8.0\ja\System.Xaml.resources.dll
--satellite:C:\Users\Superusername\.nuget\packages\microsoft.windowsdesktop.app.runtime.win-x64\8.0.7\runtimes\win-x64\lib\net8.0\ja\UIAutomationClient.resources.dll
--satellite:C:\Users\Superusername\.nuget\packages\microsoft.windowsdesktop.app.runtime.win-x64\8.0.7\runtimes\win-x64\lib\net8.0\ja\UIAutomationClientSideProviders.resources.dll
--satellite:C:\Users\Superusername\.nuget\packages\microsoft.windowsdesktop.app.runtime.win-x64\8.0.7\runtimes\win-x64\lib\net8.0\ja\UIAutomationProvider.resources.dll
--satellite:C:\Users\Superusername\.nuget\packages\microsoft.windowsdesktop.app.runtime.win-x64\8.0.7\runtimes\win-x64\lib\net8.0\ja\UIAutomationTypes.resources.dll
--satellite:C:\Users\Superusername\.nuget\packages\microsoft.windowsdesktop.app.runtime.win-x64\8.0.7\runtimes\win-x64\lib\net8.0\ja\WindowsBase.resources.dll
--satellite:C:\Users\Superusername\.nuget\packages\microsoft.windowsdesktop.app.runtime.win-x64\8.0.7\runtimes\win-x64\lib\net8.0\ja\WindowsFormsIntegration.resources.dll
--satellite:C:\Users\Superusername\.nuget\packages\microsoft.windowsdesktop.app.runtime.win-x64\8.0.7\runtimes\win-x64\lib\net8.0\ko\Microsoft.VisualBasic.Forms.resources.dll
--satellite:C:\Users\Superusername\.nuget\packages\microsoft.windowsdesktop.app.runtime.win-x64\8.0.7\runtimes\win-x64\lib\net8.0\ko\PresentationCore.resources.dll
--satellite:C:\Users\Superusername\.nuget\packages\microsoft.windowsdesktop.app.runtime.win-x64\8.0.7\runtimes\win-x64\lib\net8.0\ko\PresentationFramework.resources.dll
--satellite:C:\Users\Superusername\.nuget\packages\microsoft.windowsdesktop.app.runtime.win-x64\8.0.7\runtimes\win-x64\lib\net8.0\ko\PresentationUI.resources.dll
--satellite:C:\Users\Superusername\.nuget\packages\microsoft.windowsdesktop.app.runtime.win-x64\8.0.7\runtimes\win-x64\lib\net8.0\ko\ReachFramework.resources.dll
--satellite:C:\Users\Superusername\.nuget\packages\microsoft.windowsdesktop.app.runtime.win-x64\8.0.7\runtimes\win-x64\lib\net8.0\ko\System.Windows.Controls.Ribbon.resources.dll
--satellite:C:\Users\Superusername\.nuget\packages\microsoft.windowsdesktop.app.runtime.win-x64\8.0.7\runtimes\win-x64\lib\net8.0\ko\System.Windows.Forms.Design.resources.dll
--satellite:C:\Users\Superusername\.nuget\packages\microsoft.windowsdesktop.app.runtime.win-x64\8.0.7\runtimes\win-x64\lib\net8.0\ko\System.Windows.Forms.Primitives.resources.dll
--satellite:C:\Users\Superusername\.nuget\packages\microsoft.windowsdesktop.app.runtime.win-x64\8.0.7\runtimes\win-x64\lib\net8.0\ko\System.Windows.Forms.resources.dll
--satellite:C:\Users\Superusername\.nuget\packages\microsoft.windowsdesktop.app.runtime.win-x64\8.0.7\runtimes\win-x64\lib\net8.0\ko\System.Windows.Input.Manipulations.resources.dll
--satellite:C:\Users\Superusername\.nuget\packages\microsoft.windowsdesktop.app.runtime.win-x64\8.0.7\runtimes\win-x64\lib\net8.0\ko\System.Xaml.resources.dll
--satellite:C:\Users\Superusername\.nuget\packages\microsoft.windowsdesktop.app.runtime.win-x64\8.0.7\runtimes\win-x64\lib\net8.0\ko\UIAutomationClient.resources.dll
--satellite:C:\Users\Superusername\.nuget\packages\microsoft.windowsdesktop.app.runtime.win-x64\8.0.7\runtimes\win-x64\lib\net8.0\ko\UIAutomationClientSideProviders.resources.dll
--satellite:C:\Users\Superusername\.nuget\packages\microsoft.windowsdesktop.app.runtime.win-x64\8.0.7\runtimes\win-x64\lib\net8.0\ko\UIAutomationProvider.resources.dll
--satellite:C:\Users\Superusername\.nuget\packages\microsoft.windowsdesktop.app.runtime.win-x64\8.0.7\runtimes\win-x64\lib\net8.0\ko\UIAutomationTypes.resources.dll
--satellite:C:\Users\Superusername\.nuget\packages\microsoft.windowsdesktop.app.runtime.win-x64\8.0.7\runtimes\win-x64\lib\net8.0\ko\WindowsBase.resources.dll
--satellite:C:\Users\Superusername\.nuget\packages\microsoft.windowsdesktop.app.runtime.win-x64\8.0.7\runtimes\win-x64\lib\net8.0\ko\WindowsFormsIntegration.resources.dll
--satellite:C:\Users\Superusername\.nuget\packages\microsoft.windowsdesktop.app.runtime.win-x64\8.0.7\runtimes\win-x64\lib\net8.0\pl\Microsoft.VisualBasic.Forms.resources.dll
--satellite:C:\Users\Superusername\.nuget\packages\microsoft.windowsdesktop.app.runtime.win-x64\8.0.7\runtimes\win-x64\lib\net8.0\pl\PresentationCore.resources.dll
--satellite:C:\Users\Superusername\.nuget\packages\microsoft.windowsdesktop.app.runtime.win-x64\8.0.7\runtimes\win-x64\lib\net8.0\pl\PresentationFramework.resources.dll
--satellite:C:\Users\Superusername\.nuget\packages\microsoft.windowsdesktop.app.runtime.win-x64\8.0.7\runtimes\win-x64\lib\net8.0\pl\PresentationUI.resources.dll
--satellite:C:\Users\Superusername\.nuget\packages\microsoft.windowsdesktop.app.runtime.win-x64\8.0.7\runtimes\win-x64\lib\net8.0\pl\ReachFramework.resources.dll
--satellite:C:\Users\Superusername\.nuget\packages\microsoft.windowsdesktop.app.runtime.win-x64\8.0.7\runtimes\win-x64\lib\net8.0\pl\System.Windows.Controls.Ribbon.resources.dll
--satellite:C:\Users\Superusername\.nuget\packages\microsoft.windowsdesktop.app.runtime.win-x64\8.0.7\runtimes\win-x64\lib\net8.0\pl\System.Windows.Forms.Design.resources.dll
--satellite:C:\Users\Superusername\.nuget\packages\microsoft.windowsdesktop.app.runtime.win-x64\8.0.7\runtimes\win-x64\lib\net8.0\pl\System.Windows.Forms.Primitives.resources.dll
--satellite:C:\Users\Superusername\.nuget\packages\microsoft.windowsdesktop.app.runtime.win-x64\8.0.7\runtimes\win-x64\lib\net8.0\pl\System.Windows.Forms.resources.dll
--satellite:C:\Users\Superusername\.nuget\packages\microsoft.windowsdesktop.app.runtime.win-x64\8.0.7\runtimes\win-x64\lib\net8.0\pl\System.Windows.Input.Manipulations.resources.dll
--satellite:C:\Users\Superusername\.nuget\packages\microsoft.windowsdesktop.app.runtime.win-x64\8.0.7\runtimes\win-x64\lib\net8.0\pl\System.Xaml.resources.dll
--satellite:C:\Users\Superusername\.nuget\packages\microsoft.windowsdesktop.app.runtime.win-x64\8.0.7\runtimes\win-x64\lib\net8.0\pl\UIAutomationClient.resources.dll
--satellite:C:\Users\Superusername\.nuget\packages\microsoft.windowsdesktop.app.runtime.win-x64\8.0.7\runtimes\win-x64\lib\net8.0\pl\UIAutomationClientSideProviders.resources.dll
--satellite:C:\Users\Superusername\.nuget\packages\microsoft.windowsdesktop.app.runtime.win-x64\8.0.7\runtimes\win-x64\lib\net8.0\pl\UIAutomationProvider.resources.dll
--satellite:C:\Users\Superusername\.nuget\packages\microsoft.windowsdesktop.app.runtime.win-x64\8.0.7\runtimes\win-x64\lib\net8.0\pl\UIAutomationTypes.resources.dll
--satellite:C:\Users\Superusername\.nuget\packages\microsoft.windowsdesktop.app.runtime.win-x64\8.0.7\runtimes\win-x64\lib\net8.0\pl\WindowsBase.resources.dll
--satellite:C:\Users\Superusername\.nuget\packages\microsoft.windowsdesktop.app.runtime.win-x64\8.0.7\runtimes\win-x64\lib\net8.0\pl\WindowsFormsIntegration.resources.dll
--satellite:C:\Users\Superusername\.nuget\packages\microsoft.windowsdesktop.app.runtime.win-x64\8.0.7\runtimes\win-x64\lib\net8.0\pt-BR\Microsoft.VisualBasic.Forms.resources.dll
--satellite:C:\Users\Superusername\.nuget\packages\microsoft.windowsdesktop.app.runtime.win-x64\8.0.7\runtimes\win-x64\lib\net8.0\pt-BR\PresentationCore.resources.dll
--satellite:C:\Users\Superusername\.nuget\packages\microsoft.windowsdesktop.app.runtime.win-x64\8.0.7\runtimes\win-x64\lib\net8.0\pt-BR\PresentationFramework.resources.dll
--satellite:C:\Users\Superusername\.nuget\packages\microsoft.windowsdesktop.app.runtime.win-x64\8.0.7\runtimes\win-x64\lib\net8.0\pt-BR\PresentationUI.resources.dll
--satellite:C:\Users\Superusername\.nuget\packages\microsoft.windowsdesktop.app.runtime.win-x64\8.0.7\runtimes\win-x64\lib\net8.0\pt-BR\ReachFramework.resources.dll
--satellite:C:\Users\Superusername\.nuget\packages\microsoft.windowsdesktop.app.runtime.win-x64\8.0.7\runtimes\win-x64\lib\net8.0\pt-BR\System.Windows.Controls.Ribbon.resources.dll
--satellite:C:\Users\Superusername\.nuget\packages\microsoft.windowsdesktop.app.runtime.win-x64\8.0.7\runtimes\win-x64\lib\net8.0\pt-BR\System.Windows.Forms.Design.resources.dll
--satellite:C:\Users\Superusername\.nuget\packages\microsoft.windowsdesktop.app.runtime.win-x64\8.0.7\runtimes\win-x64\lib\net8.0\pt-BR\System.Windows.Forms.Primitives.resources.dll
--satellite:C:\Users\Superusername\.nuget\packages\microsoft.windowsdesktop.app.runtime.win-x64\8.0.7\runtimes\win-x64\lib\net8.0\pt-BR\System.Windows.Forms.resources.dll
--satellite:C:\Users\Superusername\.nuget\packages\microsoft.windowsdesktop.app.runtime.win-x64\8.0.7\runtimes\win-x64\lib\net8.0\pt-BR\System.Windows.Input.Manipulations.resources.dll
--satellite:C:\Users\Superusername\.nuget\packages\microsoft.windowsdesktop.app.runtime.win-x64\8.0.7\runtimes\win-x64\lib\net8.0\pt-BR\System.Xaml.resources.dll
--satellite:C:\Users\Superusername\.nuget\packages\microsoft.windowsdesktop.app.runtime.win-x64\8.0.7\runtimes\win-x64\lib\net8.0\pt-BR\UIAutomationClient.resources.dll
--satellite:C:\Users\Superusername\.nuget\packages\microsoft.windowsdesktop.app.runtime.win-x64\8.0.7\runtimes\win-x64\lib\net8.0\pt-BR\UIAutomationClientSideProviders.resources.dll
--satellite:C:\Users\Superusername\.nuget\packages\microsoft.windowsdesktop.app.runtime.win-x64\8.0.7\runtimes\win-x64\lib\net8.0\pt-BR\UIAutomationProvider.resources.dll
--satellite:C:\Users\Superusername\.nuget\packages\microsoft.windowsdesktop.app.runtime.win-x64\8.0.7\runtimes\win-x64\lib\net8.0\pt-BR\UIAutomationTypes.resources.dll
--satellite:C:\Users\Superusername\.nuget\packages\microsoft.windowsdesktop.app.runtime.win-x64\8.0.7\runtimes\win-x64\lib\net8.0\pt-BR\WindowsBase.resources.dll
--satellite:C:\Users\Superusername\.nuget\packages\microsoft.windowsdesktop.app.runtime.win-x64\8.0.7\runtimes\win-x64\lib\net8.0\pt-BR\WindowsFormsIntegration.resources.dll
--satellite:C:\Users\Superusername\.nuget\packages\microsoft.windowsdesktop.app.runtime.win-x64\8.0.7\runtimes\win-x64\lib\net8.0\ru\Microsoft.VisualBasic.Forms.resources.dll
--satellite:C:\Users\Superusername\.nuget\packages\microsoft.windowsdesktop.app.runtime.win-x64\8.0.7\runtimes\win-x64\lib\net8.0\ru\PresentationCore.resources.dll
--satellite:C:\Users\Superusername\.nuget\packages\microsoft.windowsdesktop.app.runtime.win-x64\8.0.7\runtimes\win-x64\lib\net8.0\ru\PresentationFramework.resources.dll
--satellite:C:\Users\Superusername\.nuget\packages\microsoft.windowsdesktop.app.runtime.win-x64\8.0.7\runtimes\win-x64\lib\net8.0\ru\PresentationUI.resources.dll
--satellite:C:\Users\Superusername\.nuget\packages\microsoft.windowsdesktop.app.runtime.win-x64\8.0.7\runtimes\win-x64\lib\net8.0\ru\ReachFramework.resources.dll
--satellite:C:\Users\Superusername\.nuget\packages\microsoft.windowsdesktop.app.runtime.win-x64\8.0.7\runtimes\win-x64\lib\net8.0\ru\System.Windows.Controls.Ribbon.resources.dll
--satellite:C:\Users\Superusername\.nuget\packages\microsoft.windowsdesktop.app.runtime.win-x64\8.0.7\runtimes\win-x64\lib\net8.0\ru\System.Windows.Forms.Design.resources.dll
--satellite:C:\Users\Superusername\.nuget\packages\microsoft.windowsdesktop.app.runtime.win-x64\8.0.7\runtimes\win-x64\lib\net8.0\ru\System.Windows.Forms.Primitives.resources.dll
--satellite:C:\Users\Superusername\.nuget\packages\microsoft.windowsdesktop.app.runtime.win-x64\8.0.7\runtimes\win-x64\lib\net8.0\ru\System.Windows.Forms.resources.dll
--satellite:C:\Users\Superusername\.nuget\packages\microsoft.windowsdesktop.app.runtime.win-x64\8.0.7\runtimes\win-x64\lib\net8.0\ru\System.Windows.Input.Manipulations.resources.dll
--satellite:C:\Users\Superusername\.nuget\packages\microsoft.windowsdesktop.app.runtime.win-x64\8.0.7\runtimes\win-x64\lib\net8.0\ru\System.Xaml.resources.dll
--satellite:C:\Users\Superusername\.nuget\packages\microsoft.windowsdesktop.app.runtime.win-x64\8.0.7\runtimes\win-x64\lib\net8.0\ru\UIAutomationClient.resources.dll
--satellite:C:\Users\Superusername\.nuget\packages\microsoft.windowsdesktop.app.runtime.win-x64\8.0.7\runtimes\win-x64\lib\net8.0\ru\UIAutomationClientSideProviders.resources.dll
--satellite:C:\Users\Superusername\.nuget\packages\microsoft.windowsdesktop.app.runtime.win-x64\8.0.7\runtimes\win-x64\lib\net8.0\ru\UIAutomationProvider.resources.dll
--satellite:C:\Users\Superusername\.nuget\packages\microsoft.windowsdesktop.app.runtime.win-x64\8.0.7\runtimes\win-x64\lib\net8.0\ru\UIAutomationTypes.resources.dll
--satellite:C:\Users\Superusername\.nuget\packages\microsoft.windowsdesktop.app.runtime.win-x64\8.0.7\runtimes\win-x64\lib\net8.0\ru\WindowsBase.resources.dll
--satellite:C:\Users\Superusername\.nuget\packages\microsoft.windowsdesktop.app.runtime.win-x64\8.0.7\runtimes\win-x64\lib\net8.0\ru\WindowsFormsIntegration.resources.dll
--satellite:C:\Users\Superusername\.nuget\packages\microsoft.windowsdesktop.app.runtime.win-x64\8.0.7\runtimes\win-x64\lib\net8.0\tr\Microsoft.VisualBasic.Forms.resources.dll
--satellite:C:\Users\Superusername\.nuget\packages\microsoft.windowsdesktop.app.runtime.win-x64\8.0.7\runtimes\win-x64\lib\net8.0\tr\PresentationCore.resources.dll
--satellite:C:\Users\Superusername\.nuget\packages\microsoft.windowsdesktop.app.runtime.win-x64\8.0.7\runtimes\win-x64\lib\net8.0\tr\PresentationFramework.resources.dll
--satellite:C:\Users\Superusername\.nuget\packages\microsoft.windowsdesktop.app.runtime.win-x64\8.0.7\runtimes\win-x64\lib\net8.0\tr\PresentationUI.resources.dll
--satellite:C:\Users\Superusername\.nuget\packages\microsoft.windowsdesktop.app.runtime.win-x64\8.0.7\runtimes\win-x64\lib\net8.0\tr\ReachFramework.resources.dll
--satellite:C:\Users\Superusername\.nuget\packages\microsoft.windowsdesktop.app.runtime.win-x64\8.0.7\runtimes\win-x64\lib\net8.0\tr\System.Windows.Controls.Ribbon.resources.dll
--satellite:C:\Users\Superusername\.nuget\packages\microsoft.windowsdesktop.app.runtime.win-x64\8.0.7\runtimes\win-x64\lib\net8.0\tr\System.Windows.Forms.Design.resources.dll
--satellite:C:\Users\Superusername\.nuget\packages\microsoft.windowsdesktop.app.runtime.win-x64\8.0.7\runtimes\win-x64\lib\net8.0\tr\System.Windows.Forms.Primitives.resources.dll
--satellite:C:\Users\Superusername\.nuget\packages\microsoft.windowsdesktop.app.runtime.win-x64\8.0.7\runtimes\win-x64\lib\net8.0\tr\System.Windows.Forms.resources.dll
--satellite:C:\Users\Superusername\.nuget\packages\microsoft.windowsdesktop.app.runtime.win-x64\8.0.7\runtimes\win-x64\lib\net8.0\tr\System.Windows.Input.Manipulations.resources.dll
--satellite:C:\Users\Superusername\.nuget\packages\microsoft.windowsdesktop.app.runtime.win-x64\8.0.7\runtimes\win-x64\lib\net8.0\tr\System.Xaml.resources.dll
--satellite:C:\Users\Superusername\.nuget\packages\microsoft.windowsdesktop.app.runtime.win-x64\8.0.7\runtimes\win-x64\lib\net8.0\tr\UIAutomationClient.resources.dll
--satellite:C:\Users\Superusername\.nuget\packages\microsoft.windowsdesktop.app.runtime.win-x64\8.0.7\runtimes\win-x64\lib\net8.0\tr\UIAutomationClientSideProviders.resources.dll
--satellite:C:\Users\Superusername\.nuget\packages\microsoft.windowsdesktop.app.runtime.win-x64\8.0.7\runtimes\win-x64\lib\net8.0\tr\UIAutomationProvider.resources.dll
--satellite:C:\Users\Superusername\.nuget\packages\microsoft.windowsdesktop.app.runtime.win-x64\8.0.7\runtimes\win-x64\lib\net8.0\tr\UIAutomationTypes.resources.dll
--satellite:C:\Users\Superusername\.nuget\packages\microsoft.windowsdesktop.app.runtime.win-x64\8.0.7\runtimes\win-x64\lib\net8.0\tr\WindowsBase.resources.dll
--satellite:C:\Users\Superusername\.nuget\packages\microsoft.windowsdesktop.app.runtime.win-x64\8.0.7\runtimes\win-x64\lib\net8.0\tr\WindowsFormsIntegration.resources.dll
--satellite:C:\Users\Superusername\.nuget\packages\microsoft.windowsdesktop.app.runtime.win-x64\8.0.7\runtimes\win-x64\lib\net8.0\zh-Hans\Microsoft.VisualBasic.Forms.resources.dll
--satellite:C:\Users\Superusername\.nuget\packages\microsoft.windowsdesktop.app.runtime.win-x64\8.0.7\runtimes\win-x64\lib\net8.0\zh-Hans\PresentationCore.resources.dll
--satellite:C:\Users\Superusername\.nuget\packages\microsoft.windowsdesktop.app.runtime.win-x64\8.0.7\runtimes\win-x64\lib\net8.0\zh-Hans\PresentationFramework.resources.dll
--satellite:C:\Users\Superusername\.nuget\packages\microsoft.windowsdesktop.app.runtime.win-x64\8.0.7\runtimes\win-x64\lib\net8.0\zh-Hans\PresentationUI.resources.dll
--satellite:C:\Users\Superusername\.nuget\packages\microsoft.windowsdesktop.app.runtime.win-x64\8.0.7\runtimes\win-x64\lib\net8.0\zh-Hans\ReachFramework.resources.dll
--satellite:C:\Users\Superusername\.nuget\packages\microsoft.windowsdesktop.app.runtime.win-x64\8.0.7\runtimes\win-x64\lib\net8.0\zh-Hans\System.Windows.Controls.Ribbon.resources.dll
--satellite:C:\Users\Superusername\.nuget\packages\microsoft.windowsdesktop.app.runtime.win-x64\8.0.7\runtimes\win-x64\lib\net8.0\zh-Hans\System.Windows.Forms.Design.resources.dll
--satellite:C:\Users\Superusername\.nuget\packages\microsoft.windowsdesktop.app.runtime.win-x64\8.0.7\runtimes\win-x64\lib\net8.0\zh-Hans\System.Windows.Forms.Primitives.resources.dll
--satellite:C:\Users\Superusername\.nuget\packages\microsoft.windowsdesktop.app.runtime.win-x64\8.0.7\runtimes\win-x64\lib\net8.0\zh-Hans\System.Windows.Forms.resources.dll
--satellite:C:\Users\Superusername\.nuget\packages\microsoft.windowsdesktop.app.runtime.win-x64\8.0.7\runtimes\win-x64\lib\net8.0\zh-Hans\System.Windows.Input.Manipulations.resources.dll
--satellite:C:\Users\Superusername\.nuget\packages\microsoft.windowsdesktop.app.runtime.win-x64\8.0.7\runtimes\win-x64\lib\net8.0\zh-Hans\System.Xaml.resources.dll
--satellite:C:\Users\Superusername\.nuget\packages\microsoft.windowsdesktop.app.runtime.win-x64\8.0.7\runtimes\win-x64\lib\net8.0\zh-Hans\UIAutomationClient.resources.dll
--satellite:C:\Users\Superusername\.nuget\packages\microsoft.windowsdesktop.app.runtime.win-x64\8.0.7\runtimes\win-x64\lib\net8.0\zh-Hans\UIAutomationClientSideProviders.resources.dll
--satellite:C:\Users\Superusername\.nuget\packages\microsoft.windowsdesktop.app.runtime.win-x64\8.0.7\runtimes\win-x64\lib\net8.0\zh-Hans\UIAutomationProvider.resources.dll
--satellite:C:\Users\Superusername\.nuget\packages\microsoft.windowsdesktop.app.runtime.win-x64\8.0.7\runtimes\win-x64\lib\net8.0\zh-Hans\UIAutomationTypes.resources.dll
--satellite:C:\Users\Superusername\.nuget\packages\microsoft.windowsdesktop.app.runtime.win-x64\8.0.7\runtimes\win-x64\lib\net8.0\zh-Hans\WindowsBase.resources.dll
--satellite:C:\Users\Superusername\.nuget\packages\microsoft.windowsdesktop.app.runtime.win-x64\8.0.7\runtimes\win-x64\lib\net8.0\zh-Hans\WindowsFormsIntegration.resources.dll
--satellite:C:\Users\Superusername\.nuget\packages\microsoft.windowsdesktop.app.runtime.win-x64\8.0.7\runtimes\win-x64\lib\net8.0\zh-Hant\Microsoft.VisualBasic.Forms.resources.dll
--satellite:C:\Users\Superusername\.nuget\packages\microsoft.windowsdesktop.app.runtime.win-x64\8.0.7\runtimes\win-x64\lib\net8.0\zh-Hant\PresentationCore.resources.dll
--satellite:C:\Users\Superusername\.nuget\packages\microsoft.windowsdesktop.app.runtime.win-x64\8.0.7\runtimes\win-x64\lib\net8.0\zh-Hant\PresentationFramework.resources.dll
--satellite:C:\Users\Superusername\.nuget\packages\microsoft.windowsdesktop.app.runtime.win-x64\8.0.7\runtimes\win-x64\lib\net8.0\zh-Hant\PresentationUI.resources.dll
--satellite:C:\Users\Superusername\.nuget\packages\microsoft.windowsdesktop.app.runtime.win-x64\8.0.7\runtimes\win-x64\lib\net8.0\zh-Hant\ReachFramework.resources.dll
--satellite:C:\Users\Superusername\.nuget\packages\microsoft.windowsdesktop.app.runtime.win-x64\8.0.7\runtimes\win-x64\lib\net8.0\zh-Hant\System.Windows.Controls.Ribbon.resources.dll
--satellite:C:\Users\Superusername\.nuget\packages\microsoft.windowsdesktop.app.runtime.win-x64\8.0.7\runtimes\win-x64\lib\net8.0\zh-Hant\System.Windows.Forms.Design.resources.dll
--satellite:C:\Users\Superusername\.nuget\packages\microsoft.windowsdesktop.app.runtime.win-x64\8.0.7\runtimes\win-x64\lib\net8.0\zh-Hant\System.Windows.Forms.Primitives.resources.dll
--satellite:C:\Users\Superusername\.nuget\packages\microsoft.windowsdesktop.app.runtime.win-x64\8.0.7\runtimes\win-x64\lib\net8.0\zh-Hant\System.Windows.Forms.resources.dll
--satellite:C:\Users\Superusername\.nuget\packages\microsoft.windowsdesktop.app.runtime.win-x64\8.0.7\runtimes\win-x64\lib\net8.0\zh-Hant\System.Windows.Input.Manipulations.resources.dll
--satellite:C:\Users\Superusername\.nuget\packages\microsoft.windowsdesktop.app.runtime.win-x64\8.0.7\runtimes\win-x64\lib\net8.0\zh-Hant\System.Xaml.resources.dll
--satellite:C:\Users\Superusername\.nuget\packages\microsoft.windowsdesktop.app.runtime.win-x64\8.0.7\runtimes\win-x64\lib\net8.0\zh-Hant\UIAutomationClient.resources.dll
--satellite:C:\Users\Superusername\.nuget\packages\microsoft.windowsdesktop.app.runtime.win-x64\8.0.7\runtimes\win-x64\lib\net8.0\zh-Hant\UIAutomationClientSideProviders.resources.dll
--satellite:C:\Users\Superusername\.nuget\packages\microsoft.windowsdesktop.app.runtime.win-x64\8.0.7\runtimes\win-x64\lib\net8.0\zh-Hant\UIAutomationProvider.resources.dll
--satellite:C:\Users\Superusername\.nuget\packages\microsoft.windowsdesktop.app.runtime.win-x64\8.0.7\runtimes\win-x64\lib\net8.0\zh-Hant\UIAutomationTypes.resources.dll
--satellite:C:\Users\Superusername\.nuget\packages\microsoft.windowsdesktop.app.runtime.win-x64\8.0.7\runtimes\win-x64\lib\net8.0\zh-Hant\WindowsBase.resources.dll
--satellite:C:\Users\Superusername\.nuget\packages\microsoft.windowsdesktop.app.runtime.win-x64\8.0.7\runtimes\win-x64\lib\net8.0\zh-Hant\WindowsFormsIntegration.resources.dll
--targetos:win
--targetarch:x64
--dehydrate
--exportsfile:obj\Release\net8.0-windows\win-x64\native\WebServiceStarter.def
--export-dynamic-symbol:DotNetRuntimeDebugHeader,DATA
--initassembly:System.Private.CoreLib
--initassembly:System.Private.StackTraceMetadata
--initassembly:System.Private.TypeLoader
--initassembly:System.Private.Reflection.Execution
--directpinvoke:System.Globalization.Native
--directpinvoke:System.IO.Compression.Native
--directpinvokelist:C:\Users\Superusername\.nuget\packages\microsoft.dotnet.ilcompiler\8.0.7\build\WindowsAPIs.txt
--feature:Microsoft.Extensions.DependencyInjection.VerifyOpenGenericServiceTrimmability=true
--feature:System.ComponentModel.TypeConverter.EnableUnsafeBinaryFormatterInDesigntimeLicenseContextSerialization=false
--feature:System.Diagnostics.Tracing.EventSource.IsSupported=true
--feature:System.Reflection.Metadata.MetadataUpdater.IsSupported=false
--feature:System.Reflection.NullabilityInfoContext.IsSupported=true
--feature:System.Resources.ResourceManager.AllowCustomResourceTypes=false
--feature:System.Runtime.CompilerServices.RuntimeFeature.IsDynamicCodeSupported=false
--feature:System.Runtime.InteropServices.BuiltInComInterop.IsSupported=false
--feature:System.Runtime.InteropServices.EnableConsumingManagedCodeFromNativeHosting=false
--feature:System.Runtime.InteropServices.EnableCppCLIHostActivation=false
--feature:System.Runtime.InteropServices.Marshalling.EnableGeneratedComInterfaceComImportInterop=false
--feature:System.Runtime.Serialization.EnableUnsafeBinaryFormatterSerialization=false
--feature:System.StartupHookProvider.IsSupported=false
--feature:System.Text.Encoding.EnableUnsafeUTF7Encoding=false
--feature:System.Text.Json.JsonSerializer.IsReflectionEnabledByDefault=false
--feature:System.Threading.Thread.EnableAutoreleasePool=false
--feature:System.Linq.Expressions.CanEmitObjectArrayDelegate=false
--runtimeknob:Microsoft.Extensions.DependencyInjection.VerifyOpenGenericServiceTrimmability=true
--runtimeknob:System.ComponentModel.TypeConverter.EnableUnsafeBinaryFormatterInDesigntimeLicenseContextSerialization=false
--runtimeknob:System.Diagnostics.Tracing.EventSource.IsSupported=true
--runtimeknob:System.Reflection.Metadata.MetadataUpdater.IsSupported=false
--runtimeknob:System.Reflection.NullabilityInfoContext.IsSupported=true
--runtimeknob:System.Resources.ResourceManager.AllowCustomResourceTypes=false
--runtimeknob:System.Runtime.CompilerServices.RuntimeFeature.IsDynamicCodeSupported=false
--runtimeknob:System.Runtime.InteropServices.BuiltInComInterop.IsSupported=false
--runtimeknob:System.Runtime.InteropServices.EnableConsumingManagedCodeFromNativeHosting=false
--runtimeknob:System.Runtime.InteropServices.EnableCppCLIHostActivation=false
--runtimeknob:System.Runtime.InteropServices.Marshalling.EnableGeneratedComInterfaceComImportInterop=false
--runtimeknob:System.Runtime.Serialization.EnableUnsafeBinaryFormatterSerialization=false
--runtimeknob:System.StartupHookProvider.IsSupported=false
--runtimeknob:System.Text.Encoding.EnableUnsafeUTF7Encoding=false
--runtimeknob:System.Text.Json.JsonSerializer.IsReflectionEnabledByDefault=false
--runtimeknob:System.Threading.Thread.EnableAutoreleasePool=false
--runtimeknob:System.Threading.ThreadPool.UseWindowsThreadPool=true
--runtimeknob:System.Linq.Expressions.CanEmitObjectArrayDelegate=false
--runtimeknob:RUNTIME_IDENTIFIER=win-x64
--stacktracedata
--scanreflection
--win32resourcemodule:WebServiceStarter
--nowarn:"1701;1702;IL2121;1701;1702;2008"
--singlewarn
--nosinglewarnassembly:DocumentSecurity
--nosinglewarnassembly:FoxIt
--nosinglewarnassembly:ProjectSrx
--nosinglewarnassembly:ProjectSrx
--nosinglewarnassembly:ProjectSrx
--nosinglewarnassembly:ProjectSrx
--nosinglewarnassembly:ProjectSrx
--nosinglewarnassembly:PrintProcessor
--nosinglewarnassembly:WebServiceStarter
--generateunmanagedentrypoints:System.Private.CoreLib
--feature:System.Diagnostics.Debugger.IsSupported=false
--feature:System.Threading.ThreadPool.UseWindowsThreadPool=true

MichalStrehovsky added a commit that referenced this issue Aug 5, 2024
Should help with cases like #105947 that have inputs so bad we cannot compile fallback method body.
@MichalStrehovsky
Copy link
Member

Sigh, this will require #105953 to root cause. The problem is that the input IL is bad in a way that looks irrecoverable for some reason and the compiler crashes before it prints the problematic method name.

@dougkl
Copy link
Author

dougkl commented Aug 5, 2024

Ohhh, I see; when we have a new IL, I can run again and see if shows any other error, I also tried adding the -g [debug] into the rsp file and got the same error =/

@am11
Copy link
Member

am11 commented Aug 5, 2024

@dougkl, if you can, please try dotnet9 daily build to see if it makes any difference.

i.e.:

  • make a copy of your project
  • download and extract https://aka.ms/dotnet/9.0.1xx/daily/dotnet-sdk-win-x64.zip at %USERPROFILE%/.dotnet9.
  • create a file nuget.config at root of project with:
    <?xml version="1.0" encoding="utf-8"?>
    <configuration>
      <packageSources>
        <add key="dotnet9" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json" />
      </packageSources>
    </configuration>
  • in your csproj, change net8.0 to net9.0
  • delete obj and bin directories
  • in powershell, run ~/.dotnet9/dotnet.exe publish ...

@dougkl
Copy link
Author

dougkl commented Aug 5, 2024

I will try it

MichalStrehovsky added a commit that referenced this issue Aug 5, 2024
Should help with cases like #105947 that have inputs so bad we cannot compile fallback method body.
MichalStrehovsky added a commit that referenced this issue Aug 5, 2024
Should help with things like #105947 where we're apparently not even able to compile a fallback method body because things are _so_ bad.
@hez2010
Copy link
Contributor

hez2010 commented Aug 7, 2024

Can you try adding the following lines to the .rsp file and execute again?

--parallelism:1
--verbose

@rsousacode
Copy link

rsousacode commented Aug 25, 2024

I got a problem which looks related to this issue as the error is very similar.

I published a repo in which this problem ocurs in net8, and doesn't ocur in net9 branch.

To reproduce easily run docker build --no-cache -t my-dotnet-app -f Docker/Dotnet/Dockerfile . in either branch.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-NativeAOT-coreclr needs-further-triage Issue has been initially triaged, but needs deeper consideration or reconsideration
Projects
Status: No status
Development

No branches or pull requests

5 participants