Bevan Weiss

Results 45 comments of Bevan Weiss

Yeah, the NeoPixel data pin (PA2) should work.

Bot says: Please change SPU Block Size to Safe, currently Mega is unstable. Does changing this setting provide any change in the behaviour you're hearing/seeing?

@pjavelasco You might need to supply an actual test case here. Something that compiles and runs and that shows your problem. I'm suspecting that you're doing something like passing in...

Can you please put this together into a short form test case showing the actual source data (the serialized form) that is runnable and reproducible for someone else? There's inconsistencies...

Works for me... ```C# namespace BinarySerialization.Test.Issues.Issue216 { public class Preview { /// /// Gets the image width, in pixels. /// [FieldOrder(0)] public uint ResolutionX { get; set; } /// ///...

If you think that the unit test I've written does not detail your problem, you are free to re-write it so that it does show your problem.

@sn4k3 are you able to check the PR that I created that should address the more complex getter situation you were using on the [Ignore] field? I can't think of...

@jefffhaynes I’m unsure if there’s an easy way to determine if a getter / setter is ‘too complex’ in which case an exception could be thrown to surface the issue,...

> I'm not completely sold on this. Is this because you're worried about the other approach being a breaking change? It would only be a breaking change in a very...

> > I'm not completely sold on this. Is this because you're worried about the other approach being a breaking change? It would only be a breaking change in a...