Closed
Description
Follow up items for #7280:
- Arcade does not have support doing a 'dry run' of microbenchmarks projects during the 'Test' phase. See https://github.com/aspnet/BuildTools/blob/803fd176f1ae147aa8af08e49e76ffda7221a4cd/files/KoreBuild/modules/benchmarks/module.targets#L14-L37 for the korebuild implementation
- Tracked in Micro benchmarks don't run anymore #7886
- Ensure the servicing attribute is set correctly on assemblies: cref Missing [assembly: AssemblyMetadata("Serviceable", "True")] arcade#1526
- Arcade does not have a good way to specify signcheck exclusions SignValidationExclusionList does not work arcade#2888 (Edit, there seems to be a way to do this in stages so we should be unblocked here)
These probably don't need to be address right away, or at all.
- Need to find a replacement for API check
- Need to find a replacement for NuGet Package Verifier