public unsafe struct Test { public fixed byte data[8]; } After running the cleaning activity document: public unsafe struct Test { public byte data[8]; } This caused an error in the code