Adam Sitnik
Adam Sitnik
I've confirmed that it's Tiered JIT background thread: 
Hello @Jisu-Woniu Could you please go to `/bin/Release/net8.0/136c2e4d-c592-4318-baf9-67ab64a593fc/BenchmarkDotNet.Autogenerated.csproj` and share with us what value was used for the `$this` element? It should be just `native` and in theory should just...
> It can compile and produce correct result. Big thanks for letting me know! There must be some kind of bug here: https://github.com/dotnet/BenchmarkDotNet/blob/4ab69be430b74469359d70d4557d2ed039e661ce/src/BenchmarkDotNet/Toolchains/NativeAot/Generator.cs#L231-L234 I'll try to fix it after the...
> Same issue on my Windows PC after switching from a Intel Core I7 to an AMD Ryzen 5. @eNeRGy164 could you please attach the debugger and see what is...
> Please follow the troubleshooting guide: https://benchmarkdotnet.org/articles/guides/troubleshooting.html BDN generates a C# project that references the F# project and generates a `class` that derives from the type that defined the benchmarks...
@kant2002 Thanks for the report! I am aware of the problem, however, I don't know how to solve it yet.
@Jozkee should we just disable it for now?
It turned out that `FileSystemWatcher_Directory_Create_InNestedDirectory` was already disabled, but `FileSystemWatcher_File_Create` was not. I've sent https://github.com/dotnet/runtime/pull/105637
@v-wenyuxu the `System.IO.Tests.File_Move_Tests.File_Move_From_Unwatched_To_Watched` should be disabled now because @Jozkee has disabled all tests on Windows for the class that defines it: https://github.com/dotnet/runtime/blob/c86bcbb7a573bb09fcb1f4fcd7bc24323e9d6f44/src/libraries/System.IO.FileSystem.Watcher/tests/FileSystemWatcher.File.Move.cs#L11-L12 I've merged it yesterday https://github.com/dotnet/runtime/commit/35b94da00d4a79de3252ba79b6d3942cc3716405, most likely this...
> I think this may be taking a wrong thread instead. I've changed #104972 to get the current thread by matching the ID. PTAL @Jozkee