You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Windows micro runs are failing. One found error is the following:
System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation.
[2023/03/17 09:39:58][INFO] ---> System.PlatformNotSupportedException: System.Drawing.Common is not supported on this platform.
[2023/03/17 09:39:58][INFO] at System.Drawing.Image..ctor()
[2023/03/17 09:39:58][INFO] at System.Drawing.Bitmap..ctor(Int32 width, Int32 height)
[2023/03/17 09:39:58][INFO] at System.Drawing.Tests.Perf_Graphics_DrawBeziers.Setup() in C:\dotnetbuild\work\B0A8098B\w\B11609C6\e\performance\src\benchmarks\micro\libraries\System.Drawing\Perf_Graphics_DrawBeziers.cs:line 26
[2023/03/17 09:39:58][INFO] at BenchmarkDotNet.Engines.EngineFactory.CreateReadyToRun(EngineParameters engineParameters)
[2023/03/17 09:39:58][INFO] at BenchmarkDotNet.Autogenerated.Runnable_50.Run(IHost host, String benchmarkName) in C:\dotnetbuild\work\B0A8098B\w\B11609C6\e\performance\artifacts\bin\MicroBenchmarks\Release\net8.0\76fcf152-5065-49fa-8c49-03d03341cc3e\76fcf152-5065-49fa-8c49-03d03341cc3e.notcs:line 10472
[2023/03/17 09:39:58][INFO] at System.RuntimeMethodHandle.InvokeMethod(Object target, Void** arguments, Signature sig, Boolean isConstructor)
[2023/03/17 09:39:58][INFO] at System.Reflection.MethodInvoker.Invoke(Object obj, IntPtr* args, BindingFlags invokeAttr)
[2023/03/17 09:39:58][INFO] --- End of inner exception stack trace ---
[2023/03/17 09:39:58][INFO] at System.Reflection.MethodInvoker.Invoke(Object obj, IntPtr* args, BindingFlags invokeAttr)
[2023/03/17 09:39:58][INFO] at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
[2023/03/17 09:39:58][INFO] at System.Reflection.MethodBase.Invoke(Object obj, Object[] parameters)
[2023/03/17 09:39:58][INFO] at BenchmarkDotNet.Autogenerated.UniqueProgramName.AfterAssemblyLoadingAttached(String[] args) in C:\dotnetbuild\work\B0A8098B\w\B11609C6\e\performance\artifacts\bin\MicroBenchmarks\Release\net8.0\76fcf152-5065-49fa-8c49-03d03341cc3e\76fcf152-5065-49fa-8c49-03d03341cc3e.notcs:line 57
[2023/03/17 09:39:58][INFO] // AfterAll
I haven't had a chance to dig into the rest but will update once I have.
The text was updated successfully, but these errors were encountered:
Windows micro runs are failing. One found error is the following:
I haven't had a chance to dig into the rest but will update once I have.
The text was updated successfully, but these errors were encountered: