wpf net6 textbox: string literals get mangled using net 6 but not net 5 #55672
Labels
Area-Compilers
Resolution-Fixed
The bug has been fixed and/or the requested behavior has been implemented
This issue has been moved from a ticket on Developer Community.
I've added the code files that produced this below. it's a practice exercise from a book called head first c#.
net6 output:
units of honey
25.0 units of nectar100.0Vault report:
0.0
Unassigned workers: 0.0
Egg count: 1 Honey Manufacturer bee
1 Nectar Collector bee3
TOTAL WORKERS: 1 Egg Care bee
net5 output:
Vault report:
25.0 units of honey
100.0 units of nectar
Egg count: 0.0
Unassigned workers: 0.0
1 Nectar Collector bee
1 Honey Manufacturer bee
1 Egg Care bee
TOTAL WORKERS: 3
Original Comments
Feedback Bot on 8/16/2021, 00:45 AM:
We have directed your feedback to the appropriate engineering team for further evaluation. The team will review the feedback and notify you about the next steps.
Original Solutions
(no solutions)
The text was updated successfully, but these errors were encountered: