MemoryPack icon indicating copy to clipboard operation
MemoryPack copied to clipboard

Error when using -langversion:preview in Unity 2023.2.16f1

Open DemonikGH opened this issue 1 year ago • 2 comments

Switching to preview langversion breaks code generation with this error: error CS8987: The 'scoped' modifier of parameter 'value' doesn't match overridden or implemented member.

But without preview enabled generic attributes can't be used so BrotliFormatter only works on byte arrays.

DemonikGH avatar Apr 06 '24 11:04 DemonikGH

I really want to use "required member". Is there any plan to support -langversion:preview?

kyubuns avatar Jul 25 '24 07:07 kyubuns

I'm sorry for the delay in responding. I will start working on this next, once I have finished working on the other repository.

neuecc avatar Jul 25 '24 11:07 neuecc