Brubning
Brubning
 Sorry, of course. The attached image has an XMP profile which contains extended data segments. Calling .ToXDocument or ToIXPathNavigable throw an exception (Data at the root level is invalid.)....
The spec says that if the XMP profile > 64Kb, it will be split into multiple <?segment?> blocks, separated with an APP1 declaration. If I use XmpProfile.ToByteArray() and then convert...
That's a shame, this behaviour is different now than in the past - publishing a .NET 4.8 WPF application from command line with MSBuild /target:publish generates only the files necessary...
The documentation for the MSAL library covers this. Have a look at https://learn.microsoft.com/en-us/entra/identity-platform/scenario-spa-app-registration#redirect-uri-msaljs-20-with-auth-code-flow Or, I've got a working version with both an Angular front end and a WebApi backend here...