Skip to content

Instantly share code, notes, and snippets.

@radical
Created March 28, 2022 22:00
Show Gist options
  • Save radical/b75b5e4063d97be0adac729b611990ea to your computer and use it in GitHub Desktop.
Save radical/b75b5e4063d97be0adac729b611990ea to your computer and use it in GitHub Desktop.
[2022/03/28 17:20:05][INFO] BenchmarkDotNet.Autogenerated -> /Users/radical/dev/performance/artifacts/bin/MicroBenchmarks/Release/net7.0/ecdd7a6c-754f-42bc-9bca-9f04fe64719e/bin/net7.0/browser-wasm/ecdd7a6c-754f-42bc-9bca-9f04fe64719e.dll
[2022/03/28 17:20:05][INFO] Optimizing assemblies for size may change the behavior of the app. Be sure to test after publishing. See: https://aka.ms/dotnet-illink
[2022/03/28 17:20:05][INFO] Optimizing assemblies for size. This process might take a while.
[2022/03/28 17:20:11][INFO] ILLink : error IL1012: IL Trimmer has encountered an unexpected error. Please report the issue at https://github.com/dotnet/linker/issues [/Users/radical/dev/performance/artifacts/bin/MicroBenchmarks/Release/net7.0/ecdd7a6c-754f-42bc-9bca-9f04
fe64719e/BenchmarkDotNet.Autogenerated.csproj]
[2022/03/28 17:20:11][INFO] Fatal error in IL Linker
[2022/03/28 17:20:11][INFO] Unhandled exception. System.InvalidOperationException: Operation is not valid due to the current state of the object.
[2022/03/28 17:20:11][INFO] at Mono.Linker.Dataflow.ReflectionMethodBodyScanner.GetValueNodeForCustomAttributeArgument(CustomAttributeArgument argument)
[2022/03/28 17:20:11][INFO] at Mono.Linker.Dataflow.ReflectionMethodBodyScanner.ProcessAttributeDataflow(MethodDefinition method, IList`1 arguments)
[2022/03/28 17:20:11][INFO] at Mono.Linker.Steps.MarkStep.MarkCustomAttributeArguments(CustomAttribute ca)
[2022/03/28 17:20:11][INFO] at Mono.Linker.Steps.MarkStep.MarkCustomAttribute(CustomAttribute ca, DependencyInfo& reason)
[2022/03/28 17:20:11][INFO] at Mono.Linker.Steps.MarkStep.MarkCustomAttributes(ICustomAttributeProvider provider, DependencyInfo& reason)
[2022/03/28 17:20:11][INFO] at Mono.Linker.Steps.MarkStep.MarkEntireType(TypeDefinition type, DependencyInfo& reason)
[2022/03/28 17:20:11][INFO] at Mono.Linker.Steps.MarkStep.MarkEntireAssembly(AssemblyDefinition assembly)
[2022/03/28 17:20:11][INFO] at Mono.Linker.Steps.MarkStep.MarkAssembly(AssemblyDefinition assembly, DependencyInfo reason)
[2022/03/28 17:20:11][INFO] at Mono.Linker.Steps.MarkStep.MarkModule(ModuleDefinition module, DependencyInfo reason)
[2022/03/28 17:20:11][INFO] at Mono.Linker.Steps.MarkStep.MarkType(TypeReference reference, DependencyInfo reason, Nullable`1 origin)
[2022/03/28 17:20:11][INFO] at Mono.Linker.Steps.MarkStep.MarkType(TypeReference reference, DependencyInfo reason, Nullable`1 origin)
[2022/03/28 17:20:11][INFO] at Mono.Linker.Steps.MarkStep.MarkType(TypeReference reference, DependencyInfo reason, Nullable`1 origin)
[2022/03/28 17:20:11][INFO] at Mono.Linker.Steps.MarkStep.MarkField(FieldDefinition field, DependencyInfo& reason)
[2022/03/28 17:20:11][INFO] at Mono.Linker.Steps.MarkStep.MarkEntireType(TypeDefinition type, DependencyInfo& reason)
[2022/03/28 17:20:11][INFO] at Mono.Linker.Steps.MarkStep.MarkEntireType(TypeDefinition type, DependencyInfo& reason)
[2022/03/28 17:20:11][INFO] at Mono.Linker.Steps.MarkStep.MarkEntireAssembly(AssemblyDefinition assembly)
[2022/03/28 17:20:11][INFO] at Mono.Linker.Steps.MarkStep.MarkAssembly(AssemblyDefinition assembly, DependencyInfo reason)
[2022/03/28 17:20:11][INFO] at Mono.Linker.Steps.MarkStep.MarkModule(ModuleDefinition module, DependencyInfo reason)
[2022/03/28 17:20:11][INFO] at Mono.Linker.Steps.MarkStep.ProcessMarkedPending()
[2022/03/28 17:20:11][INFO] at Mono.Linker.Steps.MarkStep.Initialize()
[2022/03/28 17:20:11][INFO] at Mono.Linker.Steps.MarkStep.Process(LinkContext context)
[2022/03/28 17:20:11][INFO] at Mono.Linker.Pipeline.ProcessStep(LinkContext context, IStep step)
[2022/03/28 17:20:11][INFO] at Mono.Linker.Pipeline.Process(LinkContext context)
[2022/03/28 17:20:11][INFO] at Mono.Linker.Driver.Run(ILogger customLogger, Boolean throwOnFatalLinkerException)
[2022/03/28 17:20:11][INFO] at Mono.Linker.Driver.Main(String[] args)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment