Describe the functionality desired 🐞
Enable IsAotCompatible in DynamicData.csproj and add missing DynamicallyAccessedMembers attributes.
The steps the functionality will provide
Be confident about building AOT applications with DanymicData.
Considerations
This should be quite easy to implement. I am only getting warnings for BindingListEx which requires a few attributes.
Describe the functionality desired 🐞
Enable
IsAotCompatibleinDynamicData.csprojand add missingDynamicallyAccessedMembersattributes.The steps the functionality will provide
Be confident about building AOT applications with DanymicData.
Considerations
This should be quite easy to implement. I am only getting warnings for
BindingListExwhich requires a few attributes.