79792662

Date: 2025-10-17 00:20:26
Score: 2
Natty:
Report link

I know it's been a while since the question, but does it have anything to do with the closing tag of admNumberMapping that is incorrect? Also check that you don't overwrite the MaxPrecision to 1 but make it 5:

    <edmMappings>
      <edmNumberMapping>
        <add NETType="Int16" MinPrecision="1" MaxPrecision="5" DBType="Number" />
      </edmNumberMapping>
    </edmMappings>
Reasons:
  • Blacklisted phrase (1): I know it's been
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • Low reputation (1):
Posted by: Pietman Kahl