Closed charlesroddie closed 1 year ago
Add a dotnet7 target and use to use https://github.com/Sergio0694/PolySharp for access to annotations to show trim analysis warnings.
Refactor library into type-safe part and type-unsafe part (involving reflection, Type inputs, object methods).
Type
object
Separate out From[Type] methods, avoiding calling an unsafe FromObject(object) method by mistake.
From[Type]
FromObject(object)
Fixes https://github.com/peteroupc/CBOR/issues/57
Add a dotnet7 target and use to use https://github.com/Sergio0694/PolySharp for access to annotations to show trim analysis warnings.
Refactor library into type-safe part and type-unsafe part (involving reflection,
Type
inputs,object
methods).Separate out
From[Type]
methods, avoiding calling an unsafeFromObject(object)
method by mistake.Fixes https://github.com/peteroupc/CBOR/issues/57