Eamon Hetherton
Eamon Hetherton
some success: https://github.com/chromiumembedded/cef/issues/3721#issuecomment-2187818342 Still not sure what to use to detect "first run" of Chrome bootstrap (probably the existence of `LocalPrefs.json` and not `Local State` file at this stage), but...
Work in progress migration, works for me YMMV :) ``` public static class Alloy_To_Chrome_Migration { private static readonly string[] FoldersToMigrate = ["Cache", "Code Cache", "DawnGraphiteCache", "DawnWebGPUCache", "GPUCache", "Local Storage", "Network",...
Class level test categories are being incorrectly attached to the FixtureData rather than then test class. I think this just needs to change in [XUnit3TestGeneratorProvider ](https://github.com/chekkan/Reqnroll/blob/b37d667083430ade0877296f30ed8896f6cb5003/Plugins/Reqnroll.xUnit3.Generator.ReqnrollPlugin/XUnit3TestGeneratorProvider.cs#L62) from `SetProperty(_currentFixtureDataTypeDeclaration, CATEGORY_PROPERTY_NAME, category);`...