We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Here is what to include in your request to make sure we implement a solution as quickly as possible.
I create a custom struct for combine decimal with unit types. named as Measurable. The struct can convert numbers with many unit types.
Does not generate any exception. Because, I cant set the [DynamicLinqType] declaration.
Please change the code like this:
Path to file : src/System.Linq.Dynamic.Core/CustomTypeProviders/DynamicLinqTypeAttribute.cs
line 6: [AttributeUsage(AttributeTargets.Class | AttributeTargets.Struct | AttributeTargets.Enum, AllowMultiple = false, Inherited = false)]
The text was updated successfully, but these errors were encountered:
#579
Sorry, something went wrong.
Thank you for your response. With this development, it will be possible to use 'attribute' for 'struct'.
StefH
No branches or pull requests
Here is what to include in your request to make sure we implement a solution as quickly as possible.
1. Description
I create a custom struct for combine decimal with unit types. named as Measurable. The struct can convert numbers with many unit types.
2. Exception
Does not generate any exception. Because, I cant set the [DynamicLinqType] declaration.
Please change the code like this:
Path to file : src/System.Linq.Dynamic.Core/CustomTypeProviders/DynamicLinqTypeAttribute.cs
line 6: [AttributeUsage(AttributeTargets.Class | AttributeTargets.Struct | AttributeTargets.Enum, AllowMultiple = false, Inherited = false)]
The text was updated successfully, but these errors were encountered: