WolfDK
WolfDK
CC#
Created by WolfDK on 4/10/2025 in #help
Issues running BenchmarkDotNet fron NUnit test
... Fixed... One of my test was targeting a class in my Uno Platform project. Now that i have removed that test, and the project reference the benchmark works.
3 replies
CC#
Created by WolfDK on 4/10/2025 in #help
Issues running BenchmarkDotNet fron NUnit test
From the testlog, it does not appear that my ´ExcludeAssembliesFilter ´ does the expected action of excluding my Uno Platform project from the code generated by BenchmarkDotNet. I highly suspect it is the inclusion of Uno Platform in the code generated by BenchmarkDotNet that is messing it up... As i have no previous experience using BenchmarkDotNet, i have used Copilot to generate most of the code for this benchmarking, so it might also have some faults because of that... The AppliedKeywordServiceBenchmarks class can be view in full here: https://github.com/NoergaardMikkelsen/gaio/blob/benchmark/Statistics.Tests/Services/Benchmark/AppliedKeywordServiceBenchmarks.cs
3 replies