You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 16, 2022. It is now read-only.
Fix when target class includes static property/field, can't work(zfc.exe, analyzer, as well)
Fix Analyzer does not check array element type recursively
Fix Analyzer's codefix generate incorrect data when include explicit interface impliment
This release includes many code changed and sorry for some breaking changes.
This releases have no backward compatible with previous versions in binary.
add configuration support by ITypeResolver
add DynamicUnion and RegisterDynamicUnion
UnionAttribute can be used in Interface.
zfc.exe supports -r option
Union supports fallback type
Braking Changes: Object Format records relative index offset
Braking Changes: Variable-Length List Format records relative index offset
Braking Changes: Union Format records there size in head
Support Guid on native format
improve DateTime serialization
fix zfc Union generate
change name and function to MaximumSizeOfBytes to MaximumLengthOfDeserialize