Peter Sabath

Results 4 comments of Peter Sabath

### Update I checked how those values get serialized to XML and found a difference: using `tsr.PaymentInstrumentType.Is(PaymentInstrumentType.PAYPAL_ACCOUNT.ToString());` creates the following xml: ```xml PAYPAL_ACCOUNT ``` while manually using `tsr.PaymentInstrumentType.Is("paypal_account");` works and...

The same problem is also present if I use the CLI-based version same text in console like in the message box ```ERROR: Failed to initialize .NET host. - Target: O:\adx-net8\bin\PublishMyApp\MyApp.dll...

Yes, the same happens to me when targeting .NET 7. Is there a good way to properly uninstall a ,NET Runtime you know of? .NET 7 is not even listed...

After some more testing, especially with the Windows Sandbox, there is no problem. So it was mostly related to testing on a development machine. Sorry for bothering you.