You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using .Net Upgrade Assistent to upgrade from .Net7 to .Net8 all my xaml is changed. The content of the files, did not change. Only the encoding. Some files changed to
This xaml file did not contain a <?xml version="1.0" encoding="UTF-8" ?>
Others to
This one did have a <?xml version="1.0" encoding="UTF-8" ?>
So what should be the encoding? Wasn´t UTF8 with BOM fair?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
When using .Net Upgrade Assistent to upgrade from .Net7 to .Net8 all my xaml is changed. The content of the files, did not change. Only the encoding. Some files changed to

This xaml file did not contain a
<?xml version="1.0" encoding="UTF-8" ?>
Others to

This one did have a
<?xml version="1.0" encoding="UTF-8" ?>
So what should be the encoding? Wasn´t UTF8 with BOM fair?
Beta Was this translation helpful? Give feedback.
All reactions