publicconststringImplicitTypeConvertionSupressWarningMessage="Implicit convertion methods might be removed by the linker. We don't have a reliable way to prevent it, except converting everything in compile time when possible.";
publicconststringImplicitTypeConvertionRequiresUnreferencedCodeMessage="Implicit convertion methods are required for type conversion.";
publicconststringImplicitTypeConversionSupressWarningMessage="Implicit conversion methods might be removed by the linker. We don't have a reliable way to prevent it, except converting everything in compile time when possible.";
publicconststringImplicitTypeConversionRequiresUnreferencedCodeMessage="Implicit conversion methods are required for type conversion.";
publicconststringTypeConvertionSupressWarningMessage="Convertion methods might be removed by the linker. We don't have a reliable way to prevent it, except converting everything in compile time when possible.";
publicconststringTypeConvertionRequiresUnreferencedCodeMessage="Convertion methods are required for type conversion, including op_Implicit, op_Explicit, Parse and TypeConverter.";
publicconststringTypeConversionSupressWarningMessage="Conversion methods might be removed by the linker. We don't have a reliable way to prevent it, except converting everything in compile time when possible.";
publicconststringTypeConversionRequiresUnreferencedCodeMessage="Conversion methods are required for type conversion, including op_Implicit, op_Explicit, Parse and TypeConverter.";
publicconststringReflectionBindingRequiresUnreferencedCodeMessage="BindingExpression and ReflectionBinding heavily use reflection. Consider using CompiledBindings instead.";
publicconststringReflectionBindingSupressWarningMessage="BindingExpression and ReflectionBinding internal heavily use reflection.";