Auto type casting in condition experssion assignment and etc. #13653
Labels
Area-Language Design
Language-C#
Resolution-Won't Fix
A real bug, but Triage feels that the issue is not impactful enough to spend time on.
by default number is integer, so when assignment to smaller types need casting.
for example:
but 0,1 in byte range, Roslyn is intelligent and can auto casting.
The text was updated successfully, but these errors were encountered: